# Oracle - Pyth

## Pyth Price Feeds

The [<mark style="color:purple;">Pyth Network</mark>](https://pyth.network/) is the largest first-party Oracle network, delivering real-time data across [<mark style="color:purple;">a vast number of chains</mark>](https://docs.pyth.network/price-feeds/contract-addresses). Pyth introduces an innovative low-latency [<mark style="color:purple;">pull oracle design</mark>](https://docs.pyth.network/documentation/pythnet-price-feeds/on-demand), where users can pull price updates on-chain when needed, enabling everyone in the blockchain environment to access that data point most efficiently. Pyth network updates the prices every 400ms, making Pyth the fastest on-chain oracle.

Users can also opt to use push model oracles through Pyth by running a [scheduler](https://docs.pyth.network/price-feeds/schedule-price-updates/using-scheduler)

Pyth on Kinto:&#x20;

* [<mark style="color:purple;">**0x2880aB155794e7179c9eE2e38200202908C17B43**</mark>](https://explorer.kinto.xyz/address/0x2880aB155794e7179c9eE2e38200202908C17B43)

Pyth Oracle Features:

* 400ms latency
* Most efficient and cost-effective Oracle
* [<mark style="color:purple;">First-party</mark>](https://pyth.network/publishers) data sourced directly from financial institutions
* [<mark style="color:purple;">Price feeds ranging from Crypto, Stock, FX, Metals</mark>](https://pyth.network/developers/price-feed-ids)
* [<mark style="color:purple;">Available on all the largest chains</mark>](https://docs.pyth.network/price-feeds/contract-addresses)

Check out the following links to get started with Pyth.

* [<mark style="color:purple;">Pyth EVM Integration Guide</mark>](https://docs.pyth.network/price-feeds/use-real-time-data/evm)
* [<mark style="color:purple;">Pyth Docs</mark>](https://docs.pyth.network/home)
* [<mark style="color:purple;">Pyth API Reference</mark>](https://api-reference.pyth.network/price-feeds/evm/getPrice)
* [<mark style="color:purple;">Pyth Examples</mark>](https://github.com/pyth-network/pyth-examples)
* [<mark style="color:purple;">Pyth Price Feed Ids</mark>](https://pyth.network/developers/price-feed-ids)
* [<mark style="color:purple;">Website</mark>](https://pyth.network/)
* [<mark style="color:purple;">Twitter</mark>](https://x.com/PythNetwork)


---

# 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.kinto.xyz/kinto-the-modular-exchange/building-on-kinto/tools/oracle-pyth.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.
