# Swap tl; dr

[**Urani Swap**](https://urani.ag/) is a feature within the [**Urani App**](https://www.urani.app/) serving as both an interface and SDK, enabling users and other protocols to submit order intents for processing within the [**Urani Protocol**.](/urani-protocol/urani-protocol-overview.md)

<figure><img src="/files/EXaj2IX2IvN9or7KB7T0" alt=""><figcaption><p>Urani Swap v1.</p></figcaption></figure>

Leveraging [**state-of-the-art MEV and price discovery research**](https://github.com/urani-labs/solana-mev-literature), users swapping on Urani can gain access to competitive asset prices (we call it a [**multidimensional price free market**](/urani-protocol/technical-considerations/multidimensional-market.md)), all while being shielded from [**toxic-MEV**](/urani-swap/technical-considerations/mev-on-solana.md).

{% hint style="info" %}
Currently, the Swap is designed for the Solana blockchain.

Later versions of the Protocol should include support for other blockchains.
{% 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.urani.trade/urani-swap/overview.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.
