# Oracles

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>Oracles in Protocol Documentation</td><td><a href="/spaces/yxhRUAwn7tH8JUboTur7/pages/Q3JB9EzCOoQmZPwyxEoc">/spaces/yxhRUAwn7tH8JUboTur7/pages/Q3JB9EzCOoQmZPwyxEoc</a></td><td><a href="/files/Mn0raWPCGdVF9LgIRfVj">/files/Mn0raWPCGdVF9LgIRfVj</a></td></tr><tr><td></td><td></td><td></td></tr></tbody></table>

Oracles in æternity serve as a bridge between the blockchain and external data sources, enabling smart contracts to access real-world information in a decentralized manner. As native protocol-level entities, rather than smart contract implementations, oracles in æternity offer an efficient and reliable way to bring outside data onto the blockchain.

The [Oracles documentation](/developer-documentation/protocol/oracles.md) covers the complete oracle lifecycle, from registration and operation to querying and response handling, including technical specifications for oracle APIs, type systems, and time-to-live (TTL) mechanisms.


---

# 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.aeternity.com/aeternity-developer-tools/protocol/core-protocol-components/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.
