# Transfer/Bridge Tokens

Banana Bot allows you to transfer network (gas) tokens and any tradeable token between wallets. You can also bridge network tokens across supported blockchains within the same wallet.

<figure><img src="/files/4LGzLU2OzEgQtjLmXC4t" alt=""><figcaption><p>Wallet Settings Menu</p></figcaption></figure>

1. Navigate to "Wallet Settings" and select "Transfer/Bridge Tokens."
2. Follow the steps in the table below to complete your transfer or bridge.

{% hint style="info" %}
Type `/sonic`, `/base`, `/bsc`, `/uni`, or `/eth` to quickly switch your default chain.
{% endhint %}

{% tabs %}
{% tab title="Transfer Network Tokens" %}
Transferring default network tokens (e.g., ETH, BNB, S).

<figure><img src="/files/WMVUipjEnw1Hbury1QRd" alt="" width="317"><figcaption><p>Transfering ETH Between Wallets</p></figcaption></figure>

1. Select "Transfer/Bridge Tokens / (default chain)" from the "Wallet Settings" menu.
2. Click "Transfer/Bridge (default chain)."
3. Choose the wallet to transfer from.
4. Select the wallet to transfer to. If it's an external wallet, paste the wallet address.
5. Enter the amount you want to transfer. Make sure you leave enough ETH/BNB/S for gas fees!
   {% endtab %}

{% tab title="Bridge Network Tokens" %}
Bridging default network tokens within the same wallet.

<figure><img src="/files/pgnp94SdGi7YuKSzIiDp" alt="" width="317"><figcaption><p>Bridging ETH to Base</p></figcaption></figure>

1. Select "Transfer/Bridge Tokens / (default chain)" from the "Wallet Settings" menu.
2. Click "Transfer/Bridge (default chain)."
3. Choose the wallet to transfer from.
4. Select the network you want to bridge to.&#x20;
5. Wait for the "Bridge Successfully Completed" message.&#x20;
   {% endtab %}

{% tab title="Transfer Tokens" %}
Transferring tokens (e.g., MOG, Banana, Pepe).

<figure><img src="/files/fl4d8sR5L0wURqiCJJtx" alt="" width="317"><figcaption><p>Transferring Mog Coin Between Wallets</p></figcaption></figure>

1. Select "Transfer/Bridge Tokens / (default chain)" from the "Wallet Settings" menu.
2. Click "Transfer Token."
3. Choose the wallet to transfer from.
4. Select the wallet to transfer to. If it's an external wallet, paste the wallet address.
5. Select the token you want to transfer.
6. Enter the amount you want to transfer.
7. Wait for "Transfer Successful" message. &#x20;
   {% endtab %}
   {% endtabs %}


---

# 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://banana-gun.gitbook.io/banana-gun/trading/transfer-bridge-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.
