> For the complete documentation index, see [llms.txt](https://docs.ferra.ag/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ferra.ag/user-guide/swap.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ferra.ag/user-guide/swap.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
