# API3 Oracles

dAPIs operate in a familiar push model, meaning the price is updated on-chain according to pre-determined Oracle specifications. These are 0.25%, 0.5%, 1% and 5% update thresholds, with all Oracles having a 24hr heartbeat.

{% hint style="info" %}
You can learn more about dAPIs in the API3 documentation: <https://docs.api3.org/reference/dapis/understand/>
{% endhint %}

### Oracles operated by API3&#x20;

API3 provides the following dAPIs for Zerolend to operate the correlating markets on the respective chain.

<table><thead><tr><th width="266">Data feed </th><th>Chain</th></tr></thead><tbody><tr><td>DAI/USD</td><td>X Layer </td></tr><tr><td>USDT/USD</td><td>X Layer </td></tr><tr><td>USDC/USD</td><td>X Layer </td></tr><tr><td>BTC/USD</td><td>X Layer </td></tr><tr><td>ETH/USD</td><td>X Layer</td></tr><tr><td>OKB/USD</td><td>X Layer </td></tr></tbody></table>


---

# 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.zerolend.xyz/security/oracles/api3-oracles.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.
