# Oracle Market Data Proxy

The Urani Protocol leverages an on-chain oracle as an additional internal method for verifying prices, bolstering its resilience against market manipulation attempts by possible malicious MEV agent operators.

{% hint style="info" %}
The Protocol's v1 (alpha) version has [**Pyth**](https://www.quicknode.com/guides/solana-development/3rd-party-integrations/pyth-price-feeds) integrated directly into the Swap.

The full implementation of the oracle proxy will begin in future versions of the protocol.
{% endhint %}

***

## Swap Price Suggestion

The v1 (alpha) version of the Swap frontend suggests the current market prices of the selected token conversion using Pyth's real-time market [**price feed API**](https://docs.pyth.network/price-feeds/use-real-time-data/off-chain).

It displays the fetched price to the user on limit orders, but the user can change to its desired order price. If the price isn't changed, it gets automatically updated with the latest market data every 30 seconds.


---

# 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.urani.trade/urani-protocol/technical-considerations/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.
