# Oracles

Eddy Finance utilizes decentralised [**Pyth Oracle Network**](https://pyth.network/) to fetch prices realtime and empower the bridge, swap, and rewards capabilities on Eddy Finance.&#x20;

Real-time price used for assets:

1. BTC
2. ETH
3. BNB
4. ZETA
5. USDC
6. USDT

**Use cases:**

**Frontend Integration**: Eddy utilizes Pyth's decentralized oracle network through the Hermes REST API to fetch real-time asset prices during swaps directly on its frontend. Eddy has also used pyth contract to fetch the prices on the ZetaChain network to empower swaps.

**Rewards Indexer:** Eddy employs the same Pyth endpoint for its rewards indexer functionality. This involves calculating the dollar values of trades within the Eddy Finance ecosystem and rewarding users based on their transaction volumes. For instance, users receive points corresponding to their trading activities, with a transparent conversion based on the dollar value of their trades.


---

# 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.eddy.finance/eddy-product/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.
