> For the complete documentation index, see [llms.txt](https://docs.pharos.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pharos.xyz/tooling-and-infrastructure/oracles.md).

# Oracle

## Overview

Oracles provide access to off-chain data within smart contracts. They enable applications on Pharos to interact with real-world information such as asset prices, market data, and external events.

For many use cases, especially in DeFi and real-world asset applications, oracles are a critical component for bringing reliable data on-chain.

## What You Can Do with Oracles

* Access price feeds and market data
* Build applications that rely on real-world inputs
* Trigger contract logic based on external conditions
* Power lending, trading, and RWA protocols
* Integrate off-chain data into on-chain workflows

## Why It Matters

Smart contracts operate in a deterministic on-chain environment and cannot directly access external data.

Oracles bridge this gap by securely delivering off-chain data to the blockchain, enabling more advanced and dynamic applications.

## Available Oracle Providers

Pharos supports oracle solutions for different data and integration needs.

Refer to the pages below for setup and usage:

* Supra DORA Pull Oracle
* Chainlink Data Streams


---

# 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://docs.pharos.xyz/tooling-and-infrastructure/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.
