# SmartSwap

## 🔁 Smart Swap

Follow the steps below to perform a token swap within AquaBank.

***

#### 1. Connect Your Wallet

If your wallet is **not connected**, swapping is **not possible**.

> 🔗 Please connect your wallet first.

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

#### 2. Select the Token to Send (**From**)

Choose the token you wish to send.

* The **default token** is **AVAX**.
* You may select other tokens such as **bUSDT** or **USDT**.
* You can quickly specify the amount to send using the **10%, 25%, 50%, 75%, or MAX** buttons based on your balance.
* The entered amount will also display its **KRW equivalent value**.

#### 3. Select the Token to Receive (**To**)

Click the **“Select Token”** button and choose the token you want to receive.\
After selecting, the interface will display:

* The **expected amount to receive**
* Its **KRW equivalent value**

#### 4. Check the Slippage Setting

Make sure your **slippage tolerance** is set appropriately before proceeding.

> 💡 Learn more about slippage

#### 5. Execute the Swap

Click **“Best Swap”** at the bottom of the screen to initiate the transaction.

A **wallet confirmation window** will appear.\
Review the transaction details and click **“Confirm”** to proceed.

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

#### ⚠️ Important Note

* Network gas fees are required when swapping tokens.
* Please ensure you have a **small amount of AVAX** in your **connected wallet** to cover these fees.

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

#### ✅ Swap Completed

Once the transaction is confirmed on-chain, your swap is complete!\
You can now check your updated token balance directly on the main page.

<figure><img src="/files/UmQXWWuR78vRoTPkOhVN" 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://aquabank.gitbook.io/aquabank/en/product-guides/markdown.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.
