# Overview

Oracles play a crucial role in DIVA Protocol by reporting outcomes that determine the payoffs for long and short position tokens.

To ensure reliable data, the table below presents a list of trusted decentralized oracle options for use in DIVA Protocol. To utilize any of these oracles, simply assign the corresponding data provider address to the dataProvider field when creating a pool.

Currently, [Tellor protocol](https://tellor.io/) has been integrated as the initial decentralized oracle provider, and as the protocol progresses, additional oracle integrations will be incorporated to enhance functionality and choice.

<table><thead><tr><th>Oracle</th><th width="549">Data Provider Address</th><th>Networks</th><th>Description</th><th>Audited</th><th>Socials</th></tr></thead><tbody><tr><td>Tellor protocol</td><td><code>0x7950db13cc37774614b0aa406e42a4c4f0bf26a6</code></td><td><a href="https://etherscan.io/address/0x7950db13cc37774614b0aa406e42a4c4f0bf26a6">Ethereum</a>, <a href="https://polygonscan.com/address/0x7950db13cc37774614b0aa406e42a4c4f0bf26a6">Polygon</a>, <a href="https://arbiscan.io/address/0x7950db13cc37774614b0aa406e42a4c4f0bf26a6">Arbitrum One</a>, <a href="https://gnosisscan.io/address/0x7950db13cc37774614b0aa406e42a4c4f0bf26a6">Gnosis</a></td><td><a href="https://github.com/divaprotocol/oracles/blob/main/docs/Tellor.md">Docs</a></td><td><a href="https://github.com/divaprotocol/diva-protocol-v1/blob/main/audits/Final%20April%202023/Summary.md#tellor-oracle-adapter">✅</a></td><td><a href="https://tellor.io/">Website</a>, <a href="https://discord.gg/tellor">Discord</a>, <a href="https://twitter.com/WeAreTellor">Twitter</a></td></tr></tbody></table>

The following sections provide an overview on how each of the oracles function.


---

# 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.divaprotocol.io/oracle-integrations/overview.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.
