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

# Oracles

PrimeFi leverages decentralized oracle networks to ensure that price data is **secure, reliable, and tamper-resistant**. In most chains, **DataStreams** deliver continuous updates with low latency, while **DataFeeds** provide historical precision and compatibility. For key ecosystem tokens (e.g. PRFI, HYPE), we employ **DataLink**, which offers a dedicated oracle channel.

On **XDC**, all price data is sourced via **eOracles / ePRICE feeds**, which integrate with the AggregatorV3Interface. [EO Docs](https://docs.eo.app/docs/eprice/feeds-addresses/price-feed-addresses/xdc-network)

***

### Comparative Overview by Network & Assets

#### 1. Base Network

| Asset | Oracle Type           | Notes                                                          |
| ----- | --------------------- | -------------------------------------------------------------- |
| cbBTC | DataStream / DataFeed | Flexible usage depending on latency or historical requirements |
| USDC  | DataStream / DataFeed | Continuous feed or fallback feed as needed                     |
| ETH   | DataStream / DataFeed | Redundancy through feed fallback                               |
| PRFI  | DataLink              | Dedicated channel for PRFI-USD                                 |

#### 2. HyperEVM

| Asset | Oracle Type           | Notes                              |
| ----- | --------------------- | ---------------------------------- |
| HYPE  | DataLink              | Specialized oracle for HYPE-USD    |
| UETH  | DataStream / DataFeed | Similar logic to ETH               |
| PRFI  | DataLink              | Consistent with Base network usage |
| USDT0 | DataStream / DataFeed | Stream first, feed as fallback     |
| UBTC  | DataStream / DataFeed | Equivalent to cbBTC in HyperEVM    |

#### 3. XDC Network

*All oracles on XDC use **eOracles / ePRICE feeds**.*

| Asset | Oracle Type           | Notes                                 |
| ----- | --------------------- | ------------------------------------- |
| XDC   | eOracle / ePRICE Feed | Price via eOracles                    |
| psXDC | eOracle / ePRICE Feed | Synthetic / pegged derivative on XDC  |
| USDC  | eOracle / ePRICE Feed | Stablecoin feed via eOracle           |
| USDT0 | eOracle / ePRICE Feed | ePRICE feed for USDT0                 |
| PRFI  | eOracle / ePRICE Feed | Treated as standard asset feed in XDC |

***

### Technical Rationale

* **DataStreams** → Ideal for low-latency continuous updates (real-time trading).
* **DataFeeds** → Offer dependable historical data and broad compatibility.
* **DataLink** → Reserved for strategic tokens needing dedicated oracle infrastructure.
* **eOracles / ePRICE feeds (XDC only)** → Provide on-chain price feeds in the XDC ecosystem, integrated via AggregatorV3Interface. [EO Docs](https://docs.eo.app/docs/eprice/feeds-addresses/price-feed-addresses/xdc-network)

By combining these methods appropriately per network and asset, PrimeFi ensures the optimal balance of **performance, reliability, and accuracy**.


---

# 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.primefi.xyz/product/primefi-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.
