> For the complete documentation index, see [llms.txt](https://docs-v4.venus.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-v4.venus.io/technical-reference/reference-oracle/oracles.md).

# Sources

`ResilientOracle` roles are assigned per underlying asset. An adapter type does not have a universal role: a Chainlink-compatible, RedStone, Binance, reference, or correlated-token adapter can be main, pivot, fallback, disabled, or absent depending on the live configuration.

## Documented adapters

* [ChainlinkOracle](/technical-reference/reference-oracle/oracles/chainlink-oracle.md)
* [SequencerChainlinkOracle](/technical-reference/reference-oracle/oracles/sequencer-chainlink-oracle.md)
* [BinanceOracle](/technical-reference/reference-oracle/oracles/binance-oracle.md)
* [Correlated token oracles](/technical-reference/reference-oracle/correlated-token-oracles.md)

The stable oracle repository also contains generic and asset-specific adapters that do not yet have individual pages here. Use the [stable source tree](https://github.com/VenusProtocol/oracle/tree/main/contracts) together with the [configuration snapshot](/risk/resilient-price-oracle.md#current-configuration) and live on-chain reads.

{% hint style="info" %}
The former Venus `PythOracle` is not a maintained source adapter. Its source, interface, deployment script, mocks, and tests were [removed as unused on March 11, 2025](https://github.com/VenusProtocol/oracle/commit/2f9600f6b7a33a87ea0ed941d956ce71daa74480). Historical deployment JSON remains in the repository for provenance; the existence of an artifact or old proxy does not mean it is enabled in a live `ResilientOracle` configuration.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs-v4.venus.io/technical-reference/reference-oracle/oracles.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
