# Oracles

#### Oracles in Dexodus V2

In Dexodus V2, we use the Pyth Network to provide high-fidelity, real-time market data for all protocol operations.

Pyth is a specialized oracle network that sources price data directly from leading financial institutions, ensuring our users benefit from accurate and trustworthy information.

Key Features of Our Pyth Integration:

* **High-Frequency Updates**: Price feeds update multiple times per second, offering low-latency data for precision in all transactions.
* **First-Party Data**: Data is sourced directly from prominent exchanges and market makers, guaranteeing reliability and robustness.
* **Confidence Intervals:** Each price comes with a confidence interval, providing a clear measure of market volatility.
* **On-Demand Model:** We pull the latest price updates in real-time when a transaction requires it, ensuring the most current and secure data is always used.

This integration with Pyth Network allows Dexodus to maintain a secure, efficient, and reliable platform for our users.


---

# 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.dexodus.finance/protocol/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.
