# Oracles

**Asset Pricing & Oracles**

In our protocol, oracles are essential for delivering accurate, secure token pricing. We've integrated multiple oracles—including Chainlink, UniswapV3, DIA, API3... to ensure asset prices are consistently reliable and up-to-date.

**How Our Oracle System Works**:

* **Multiple Oracle Sources**: We use a variety of oracles to fetch token prices. This diversification minimizes the risk of relying on a single price feed and helps ensure accuracy and reliability. By gathering price data from different sources, we can provide a more comprehensive and balanced view of the market.
* **Dual Oracle Check for Security**: For certain assets, we use a dual oracle system, fetching prices from at least two sources. If there's a significant difference between these prices, it flags potential market manipulation or extreme volatility. In such cases, the system may step in to pause borrowing on that asset to protect the protocol and its users.

In summary, our oracle system is designed to provide secure, accurate, and reliable pricing for all tokens within the protocol. By using multiple oracles and implementing checks to detect anomalies, we aim to maintain the integrity of our lending and borrowing platform, protecting users from potential risks associated with price inaccuracies.


---

# Agent Instructions: 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.eris-finance.com/protocol-details/oracles.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.
