# Ax11 Oracle

The **Ax11 Oracle** improves traditional price oracles by adding key variables for greater accuracy and manipulation resistance. While **Uniswap v3** uses **TWAP** to smooth price fluctuations, **Ax11 Oracle** applies a **geometric mean** across five critical price points:

1. **Opening price of the previous block**
2. **Closing price of the previous block**
3. **Opening price of the current block**
4. **Closing price of the current block**
5. **Opening price of the next block**

This approach ensures **greater price stability, reduced manipulation risks, and improved liquidity management**, making Ax11 a **more reliable** oracle solution.

{% hint style="info" %}
Ax11 Oracle is used for data extraction purposes not using in AMM and LPM.
{% endhint %}


---

# 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.ax11.org/unique-features/ax11-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.
