# Pyth

[Pyth](https://pyth.network/) is the first external oracle integrated into Nabla, adding an additional security layer to our protocol for on-chain asset pricing. Leveraging Pyth's decentralized network of validators, our smart contracts seamlessly interact with the oracle to source real-time, high-fidelity market data. This integration enhances the accuracy and reliability of on-chain asset pricing, safeguarding the Backstop Pools from potential losses due to HFT pricing engine failures and mitigating market risks.&#x20;

Pythnet Price Feeds are integrated with over 12 blockchains and function as a pull oracle. Unlike push oracles, [pull oracles](https://docs.pyth.network/price-feeds/pull-updates) update on-chain prices only when requested.


---

# 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.nabla.fi/protocol-overview/hft-pricing-engine/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.
