> For the complete documentation index, see [llms.txt](https://arda-index.gitbook.io/arda-taking-crypto-beyond-economics/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arda-index.gitbook.io/arda-taking-crypto-beyond-economics/mechanisms/oracles.md).

# Oracles

The veracity of the data fed into the six indicators will be essential to maintaining faith in the Arda Index. To this end, the Arda smart contract utilizes an oracle to ensure that we are removing the possibility that human error contaminates data inputted to the Arda Index.&#x20;

An oracle is a data feed that sends information from the outside world to a blockchain. Blockchains are not able to natively pull data from off-chain sources. An oracle therefore allows for **verifiable data** off-chain to be brought on-chain that will provide a smart contract with the information required to execute pre-determined actions.&#x20;

Initially, the oracle will pull from a repository for the data inputs and hosted on a soon-to-be launched public website. On our roadmap however is deep integration into the primary sources for current and future data inputs into the Arda Index.


---

# 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:

```
GET https://arda-index.gitbook.io/arda-taking-crypto-beyond-economics/mechanisms/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.
