# Oracle

As a lending protocol, INIT is committed to offering unparalleled security to its users by utilizing several world-class Oracle Providers, including [API3](https://api3.org/) and [Pyth](https://pyth.network/) (coming soon).&#x20;

The INIT Oracle aggregates prices from multiple integrated oracles, ensuring that the output price remains within the predefined threshold, thereby providing a reliable price feed at all times, even in instances where some oracle sources may be unavailable.

In the event of a price deviation between sources reaching the threshold, the INIT Oracle will **pause** all actions within the protocol until all the oracles are back to normal. This measure is taken to guarantee that no actions are executed based on inaccurate feed prices, maintaining the integrity and reliability of the protocol.


---

# 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://docs.init.capital/additional-information/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.
