# Swapping Tokens

1. **Access:** [https://www.fenixfinance.io/trade/swap<br>](https://www.fenixfinance.io/trade/swap)<br>
2. **Connect your wallet:** Connect your wallet to the Fenix UI on the top right-hand corner.<br>
3. **Select your tokens:** Browse the wide range of tokens available on Fenix.<br>
4. **Input amounts:** Choose how much of the token you want to swap and review the estimated amount you’ll receive.<br>
5. **Assessment:** How “good” the swap is can be estimated by seeing the price impact of the swap. Click the arrow to the right of “Tx details” to see this information.\
   \
   This is a measure of the difference for the USD value of the token you want to swap compared to the USD value you will receive. The lower the price impact (in positive % terms) the better.<br>
6. **Slippage:** This represents the minimum USD value you are willing to receive for the swap. If you want to limit price impact to 0.5% then select that value on the cog icon at the top right-hand side of the swap box. Exceeding the user-defined slippage setting reverses the transaction.<br>
7. **Approval Required:** This allows the contracts to access your tokens to execute the swap. By default, Fenix sets access to unlimited meaning you do not need to approve tokens every time you swap. If you do not want the contracts to have unlimited access you can set a custom amount via your wallet interface.<br>
8. **Click Swap:** Review the transaction details, including gas fees, and confirm the transaction through your connected wallet.<br>
9. **Transaction Successful:** Once completed a pop-up on the right hand side will show to say if the transaction has been successful or reverted. You can view the transaction details on the Blast explorer by clicking on “View in block explorer”.


---

# 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.fenixfinance.io/fenix/user-guide/swapping-tokens.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.
