# Pyth Oracles

Initially, Perp v3 uses the [Pyth Network](https://pyth.network/) to provide price feed services in various places across the platform. Pronounced '[peeth](https://pyth.network/blog/whats-in-a-name-pyth-and-the-pythia)', the Pyth Network is a cutting edge onchain data service offering real-time prices via pull oracles.

## Pull oracles

Earlier generation onchain oracles were 'push' oracles: each price update was pushed onchain based on triggers like a price change threshold. The next generation is moving to 'pull' oracles where dApps request prices at the time they are needed, increasing efficiency and freshness.

The efficiency of pull oracles makes it much easier to scale and provide a large number of feeds. Pyth currently offers approximately 500 feeds to a large number of blockchains—a feat that seemed impossible in the push oracle paradigm.

## Fresh feeds

With over 500 feeds and counting, the range of assets Perp v3 can list is truly incredible. If you have an asset you feel would benefit Perp v3 users and has yet to be listed, please [Contact us](/nekodex-playground/all-about-perp/contact-us.md)!

#### Feed me <img src="/files/ZDdoQpKpGAdh7cqyZH0T" alt="" data-size="line">

Perp v3 uses feeds from `pythnet`. Find them below.

{% embed url="<https://pyth.network/price-feeds>" %}


---

# 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.nekodex.org/nekodex-playground/docs-for-users/how-perp-v3-works/pyth-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.
