# Oracles

## What is an Oracle

Blockchain applications and smart contracts often need data that is not directly originates on the chain. For example an exchange rate of the fiat currencies that are not traded on the chain, or, another example, the temperature in a particular location at a given day in the past.

Oracles are a part of the blockchain ecosystem that provide on-chain access to such data. In particular, roughly, any piece of data that can be objectively agreed upon by multiple independent verifiers, who then are able to collectively witness and attest the correct upload of the said piece of data on chain.

## Oracles on the Humanode chain

Humanode chain has officially partnered with [Supra Oracles](https://supra.com/).

### Supra Oracles - Pull Oracle v2

{% tabs %}
{% tab title="Mainnet" %}

<table><thead><tr><th width="134">Contract</th><th>Address</th></tr></thead><tbody><tr><td>storage</td><td><code>0x58e158c74DF7Ad6396C0dcbadc4878faC9e93d57</code></td></tr><tr><td>pull</td><td><code>0x8B506d2616671b6742b968C18bEFdA1e665A9025</code></td></tr></tbody></table>
{% endtab %}

{% tab title="Testnet 5" %}

<table><thead><tr><th width="135">Contract</th><th>Address</th></tr></thead><tbody><tr><td>storage</td><td><code>0x5df499C9DB456154F81121282c0cB16b59e74C4b</code></td></tr><tr><td>pull</td><td><code>0x30484f27c5191A34587007aD380049d54DbCfAE7</code></td></tr></tbody></table>
{% endtab %}
{% endtabs %}

Check their documentation below:

{% embed url="<https://supra.com/docs/data-feeds/pull-model/>" %}


---

# 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://gitbook.humanode.io/docs/tools-and-services/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.
