> For the complete documentation index, see [llms.txt](https://docs.mutuum.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mutuum.com/protocol-stability/price-discovery.md).

# Price Discovery

<figure><img src="/files/dV3vmMRBnTb0AzHXd0uA" alt=""><figcaption></figcaption></figure>

Mutuum aims to rely on robust oracle infrastructure to determine fair market values for supported assets. While the protocol is not yet live, its design anticipates the use of Chainlink data feeds—a widely recognized provider of decentralized price oracles. These feeds are capable of returning prices based on USD and various native assets (e.g., ETH, MATIC, AVAX), ensuring flexible integration across multiple blockchains.

Since precision and timeliness are paramount for liquidations and safe overcollateralization, Mutuum’s roadmap contemplates:

* **Fallback Oracles**: Alternate data feeds that can step in if the primary oracle experiences latency or an outage, helping ensure uninterrupted price updates.
* **Aggregated Feeds**: Potentially combining multiple oracle services, which can reduce dependency on a single data source and mitigate vulnerabilities.
* **On-Chain Metrics**: In cases where sufficient on-chain liquidity exists, using decentralized exchange (DEX) price data—such as time-weighted average price calculations—can serve as an additional reference point for valuations.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mutuum.com/protocol-stability/price-discovery.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
