# Transfer Tokens

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

To initiate a transfer, select the **Transfer** button in the **Actions** column next to the wallet you want to transfer from. This will open the **Transfer Token** modal, where you can enter the recipient address, specify the amount, and choose whether to transfer tokens or ETH.

### Transfer Modal

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

#### Steps to Transfer Tokens or ETH

1. **Recipient Address**: Enter the address of the wallet you wish to send tokens or ETH to.
2. **Token Selection**: Toggle between tokens and ETH to specify which asset you want to transfer.
3. **Transfer Amount**: Enter the amount you wish to send. Alternatively, use the **Max** button to transfer the entire available balance of the selected asset.
4. **Review and Confirm**: After entering the necessary details, review the transaction information carefully. Once you're satisfied, confirm the transaction to complete the transfer.


---

# 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.bundlefren.com/v1/additional-features/transfer-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.
