# Swap

MiaSwap is an Automated Market Maker (AMM). MiaSwap lets users trade without the need to go through a Centralized Exchange. Everything you do on MiaSwap is routed directly through your own wallet — no need to trust someone else with your coins!

Swap on MiaSwap is a quick and easy way to exchange a token for another using automated liquidity pools.

<figure><img src="/files/qA2MZ3rLsUxfh80CNdK6" alt=""><figcaption></figcaption></figure>

When you swap (trade) on the exchange, you will be charged a 0.25% trading fee, which is divided as follows:

**0.05%** - returned to Liquidity Pools as fee rewards for liquidity providers

**0.05%** - added to [The USDO Collateral](https://usdo.finance/)

**0.12%** - used to buy back and burn the MIA token

**0.03%** - goes to Treasury


---

# 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.miaswap.io/features-and-tutorials/swap.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.
