# Swap

Users can swap from any one stablecoin to any other stablecoin, as long as the stablecoin price has not de-pegged in the market (More info in [#de-peg-protection](https://docs.mantissa.finance/developers/security#de-peg-protection "mention")). We are currently starting with USDC, USDT & DAI in our main pool, and will have many more stablecoins and pegged assets in the secondary pools.

As a rule of thumb, swapping from tokens with **lower liquidity ratio** to **higher liquidity ratio** tokens is favored and will give the best margins, while the reverse trades are disincentivized with higher slippage.

The Swap slippage and the associated fees is explained in greater detail in our [AMM Model](https://docs.mantissa.finance/mantis-scroll/amm-model) and [Fees section](https://docs.mantissa.finance/mantis-scroll/fees/swap-fees).


---

# 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.mantissa.finance/functionality/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.
