> For the complete documentation index, see [llms.txt](https://docs.segment.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.segment.finance/protocol/advanced-safety-features/oracles.md).

# Oracles

In order to help safeguard money market activities on Segment, we integrated accurate, reliable, and high-frequency price feeds.

For the BNB Ecosystem we are using **Chainlink and Binance Oracles price feeds**, the leading data providers in the industry. This integration allows us to precisely monitor asset values and initiate liquidations as necessary.

As we recently expanded further within the BTCFi Ecosystem, we integrated **RedStone, DIA, API3 and Umbrella oracles** to acquire accurate, reliable, and high-frequency price feeds for our markets.

We cooperate with the following Oracle Providers:&#x20;

* Binance Smart Chain: Chainlink
* BOB: RedStone, DIA, API3
* opBNB: Binance Oracle
* &#x20;Rootstock: Umbrella
* Core: API3
* &#x20;B² Network: Supra

RedStone is a Modular Oracle that delivers frequently updated, reliable, and diverse data feeds in a few models. Segment utilizes Classic model which ensures that data is pushed into on-chain storage via a relayer with set conditions. (Heartbeat and deviation threshold)

DIA oracles provide accurate, tamper-proof pricing data sourced at granular, trade level directly from multiple CEXs and DEXs. DIA’s transparent first-party oracle architecture minimizes risks of manipulation, ensuring that the collateral assets are valued accurately and liquidation thresholds managed effectively.

The API3 Market provides tooling for dApp owners to access decentralized price feeds, known as dAPIs which are on-chain data feeds sourced from off-chain first-party oracles owned and operated by API providers themselves. Data feeds are continuously updated by first-party oracles using signed data. dApp owners can read the on-chain value of any dAPI in realtime.


---

# 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.segment.finance/protocol/advanced-safety-features/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.
