# Pyth Network

Pyth Network is an oracle protocol that connects the owners of market data to applications on multiple blockchains.

Pyth Network offers several products for developers:

* [Price Feeds](https://docs.pyth.network/price-feeds) provide real-time prices for 400+ assets on 40+ blockchain ecosystems, including Solana, many EVM chains, Aptos, Sui, NEAR, and several Cosmos chains.
* [Benchmarks](https://docs.pyth.network/benchmarks) provides historical Pyth prices for both on- and off-chain use.

### Pull Oracle

The Pyth pull oracle consists of two different programs. The receiver program is deployed at the following addresses:

<table><thead><tr><th width="192">Network</th><th>Program address</th></tr></thead><tbody><tr><td>Eclipse Mainnet</td><td><a href="https://explorer.eclipse.xyz/address/rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ">rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ</a></td></tr><tr><td>Eclipse Testnet</td><td><a href="https://explorer.eclipse.xyz/address/rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ?cluster=testnet">rec5EKMGg6MxZYaMdyBfgwp4d5rB9T1VQH5pJv5LtFJ</a></td></tr></tbody></table>

The price feed program is deployed at the following addresses:

<table><thead><tr><th width="199">Network</th><th>Program address</th></tr></thead><tbody><tr><td>Eclipse Mainnet</td><td><a href="https://explorer.eclipse.xyz/address/pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT">pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT</a></td></tr><tr><td>Eclipse Testnet</td><td><a href="https://explorer.eclipse.xyz/address/pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT?cluster=testnet">pythWSnswVUd12oZpeFP8e9CVaEqJg25g1Vtc2biRsT</a></td></tr></tbody></table>

{% hint style="info" %}
For more info on Pyth Network, check out the [official docs](https://docs.pyth.network/home).
{% endhint %}


---

# 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.eclipse.xyz/developers/oracles/pyth-network.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.
