# Price Oracle

Exchange rates of all supported assets are obtained via Orby's internal price feeds. Our price feeds typically aggregate and source these prices from multiple data sources, including centralized and decentralized exchanges as well as other external oracle providers.

## Price oracle address

| Exchange rate | Address                                    |
| ------------- | ------------------------------------------ |
| cdcETH/USD    | 0xfDC94ca591F2f97b43D6927DE10Bab59653003e7 |
| cdcBTC/USD    | 0x2c99Eb10B89E60E32f0018F6A5F424cb5D16DDC4 |
| LCRO/USD      | 0xA03748e20868c92573c0dd6236474Bce634F4efB |
| CRO/USD       | 0x4636AC8216805Fe96dE9E7aFc62dA99096a930F6 |


---

# 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://doc.orby.network/additional-info/price-oracle.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.
