> For the complete documentation index, see [llms.txt](https://docs.interestprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.interestprotocol.com/overview/deprecated/coin-x-oracle.md).

# Coin X Oracle 🔮

### <mark style="color:blue;">Purpose</mark>

Coin X Oracle allows developers to easily deploy price oracles from various feeds without having to worry about each provider's intricacies and interfaces.&#x20;

Upon requesting a price update, the Coin X Oracle will collect the price from various feeds and run a set of checks to make sure of its liveness and accuracy.&#x20;

### <mark style="color:blue;">Flow</mark>

1. Request a price update
2. Collect the data from predetermined providers.
3. Run a set of checks to ensure the price accuracy and liveness.&#x20;

### <mark style="color:blue;">Security</mark>

The entire process from the data request to reading it inside a DeFi dApp happens in one transaction block atomically through the use of hot potatoes. Price consumers have 100% confidence in the liveness and accuracy of the data.

### <mark style="color:blue;">Feeds</mark>

The following feeds are available:

* [Pyth Network](/overview/deprecated/coin-x-oracle/pyth-network.md)
* [Switchboard](/overview/deprecated/coin-x-oracle/switchboard.md)

{% hint style="info" %}
Refer to the SuiTears[💧](https://emojipedia.org/droplet)interface documentation to learn Coin X Oracle's interface.
{% endhint %}

{% embed url="<https://github.com/interest-protocol/coin-x-oracle>" %}


---

# 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.interestprotocol.com/overview/deprecated/coin-x-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.
