# Swap

### 1. Getting started

Visit <https://ferra.ag/swap>, then connect your wallet.

Ferra supports multiple Sui wallets, including [Slush](https://slush.app/), [Suiet](https://suiet.app/), [OKX Wallet](https://web3.okx.com/), and more.

In this guide, we’ll use **Slush** as an example.

*<mark style="color:$info;">Note: A small amount of SUI is required to cover gas fees. Make sure you have enough balance in your wallet.</mark>*

### 2. Select Tokens & Enter Amount

* Choose the token you want to swap **from** *(`SUI` in this case)* & the token you want to swap **to** *(`USDC` in this case)*
* Enter the amount you wish to swap in the `From` section
* Adjust your slippage tolerance if needed:

  * The default is **`0.5%`**
  * You can customize this in the **`Settings`** icon

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

{% hint style="danger" %}
Token creation on the network is permissionless. This enables imitations of existing tokens and tokens falsely claiming affiliation with projects that have no token. Always verify the contract address via trusted sources & do your own research before trading.
{% endhint %}

### 3. Execute the Swap

* When you’re ready, click `Swap`
* Review the transaction details carefully, then click `Confirm`
* Approve the transaction in your wallet

<figure><img src="/files/9vSFyxQrKI00mhck08Aq" alt=""><figcaption></figcaption></figure>

**🎉 Congratulations \~ You’ve completed your swap on Ferra!**

Once the transaction is complete:

* You’ll see a **`Swap Successful`** notification
* The output token (***`USDC`*** *in this case*) will appear in your wallet
* View the transaction details on **Suivision** if needed

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


---

# 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.ferra.ag/user-guide/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.
