> For the complete documentation index, see [llms.txt](https://docs.bonzo.finance/hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bonzo.finance/hub/developer/oracles/supra.md).

# Supra

[Supra](https://docs.supra.com/oracles/data-feeds/data-feeds-index#tab-crypto) push oracles are currently being utilized in the Bonzo Finance protocol on Hedera for accurate and reliable price feeds. To view live data feeds, please visit the [Supra data feed dashboard](https://supra.com/data).

<table><thead><tr><th width="106">Provider</th><th width="176">Feeds</th><th>EVM Contract</th><th>Details</th></tr></thead><tbody><tr><td>Supra</td><td>HBARX / wHBAR<br>SAUCE / wHBAR<br>XSAUCE / wHBAR<br>DOVU / wHBAR<br>PACK / wHBAR<br>KARATE / wHBAR<br>STEAM / wHBAR<br>HST / wHBAR</td><td><a href="https://hashscan.io/mainnet/contract/0.0.4322850">0xD02cc7a670047b6b012556A88e275c685d25e0c9</a></td><td><p>Heartbeat: 1 hr</p><p>Deviation Threshold: 0.5%</p></td></tr></tbody></table>

Read more about Bonzo Finance's Supra implementation in this blog posting: <https://bonzo.finance/blog/integrating-supra-oracles-into-bonzo-finance-on-hedera-hashgraph>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bonzo.finance/hub/developer/oracles/supra.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
