# Oracles

### Which oracles?

Currently, Pandora Finance is using Pyth Network Price Feeds, which provides up-to-date token price data to smart contrasts on Sui Network.&#x20;

<figure><img src="https://3156686498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmQ1pGrt9zzlMJalLUAds%2Fuploads%2FlLPB13y9CPnTK3O9SQ0q%2Fimage.png?alt=media&#x26;token=62092730-5ee7-4794-9502-20afde3b22d0" alt=""><figcaption><p>Pyth Network</p></figcaption></figure>

### How does Pandora Finance utilize oracles?

In Pandora Finance, Pyth Network plays a crucial role in enhancing the accuracy and reliability of our operations by providing real-time price feeds. We utilize the $SUI price feed from Pyth to determine the outcome of each round in our Up & Down game, classifying it as up, down, or balanced based on the price movement. This ensures that the game results are based on precise and up-to-date data.&#x20;

Additionally, Pyth Network’s price feeds for $SUI, $SCA, $BUCK, $TURBOS, and $USDT are integral to our protocol's reward mechanism. These feeds are used to calculate the total prize pool for each round, enabling us to fairly distribute rewards to participants.&#x20;

<figure><img src="https://3156686498-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmQ1pGrt9zzlMJalLUAds%2Fuploads%2F4ldXhDBrf1rn4WP1cTZ6%2FScreenshot%202024-08-26%20at%2015.12.41.png?alt=media&#x26;token=eafa9d53-1491-4358-a22b-6d3af52d8523" alt=""><figcaption><p>Up &#x26; Down Game</p></figcaption></figure>

By integrating Pyth Network, we ensure that our protocol maintains a high level of transparency and fairness, providing users with a dependable gaming experience.


---

# 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://pandora-finance.gitbook.io/docs/ecosystem/up-and-down/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.
