# Swap tokens gas-free

Loopring L2 supports both types of Ethereum DEX ‘market structures’: orderbooks and Automated Market Makers (*AMMs*).

First let’s look at swapping on the AMM.

On [Loopring L2](https://loopring.io) , click on the ‘<mark style="color:blue;">**Trade**</mark>’ tab at top and then select ‘<mark style="color:blue;">**Swap**</mark>’. Choose your pool (*each pool has two assets you can swap betwee*n) and which way you are swapping. Choose your amount to swap.

The AMM pool will automatically show you the exchange rate.

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

You will also see the minimum amount you are guaranteed to receive from the swap. You can adjust the slippage tolerance on the right hand side. Just beware of the price impact in some illiquid pools!

Currently, Loopring fees are 0.3% for the swap. 0.2% of that goes to liquidity providers (LPs), the remaining 0.1% goes to the relayer and protocol fee. Fees are taken from the token you are buying. Remember: there are no gas fees!

Once you’re ready, click ‘Swap’ and your transaction will be executed instantly. No delay, no gas fee. Your L2 balance will be updated. **You can see your swap history and the fees you paid in the** [**Transaction History**](/assets-and-markets/assets-page/transaction-history.md) **tab.**


---

# 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-dapp.loopring.io/trade/swap-assets/swap-tokens-gas-free.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.
