# Oracle

One of the main differentiators of Lifinity's DEX is its use of an oracle as the key pricing mechanism rather than relying primarily on a pool's balance of assets. This eliminates the reliance on arbitrageurs to adjust the price, reversing impermanent loss into profit for the market maker.

Lifinity uses its own custom oracle to ensure the highest accuracy with the lowest latency. We only trade when the oracle has successfully updated in the current slot and the confidence interval is sufficiently narrow, making our DEX extremely difficult to front run.


---

# 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.lifinity.io/dex/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.
