# Transfer Token

## **Guide**

The **Transfer Token** feature allows users to send tokens to another address.

### **Set Up Transfer Token**

<figure><img src="/files/il58DS2h9k4w23YcobvQ" alt=""><figcaption><p>Transfer Token</p></figcaption></figure>

1. **Select Token**: Choose the token you wish to transfer from the available list of supported tokens.
2. **Transfer Amount**:
   * Input the amount of tokens you wish to transfer in the "Amount" field.
   * Alternatively, use the percentage buttons (25%, 50%, 75%, 100%) to quickly select a portion of your available balance.
3. **Receiver Address**:
   * Enter the receiver's wallet address in the provided field to specify where the tokens should be sent.
   * Double-check the address to ensure the correct recipient.
4. **Confirm Transaction**
   * Once confirmed, click on the **Confirm** button to execute the transaction.

> **Note:**
>
> * Ensure that you have **enough balance** to cover the transfer.
> * Double-check the **receiver's address** to avoid sending tokens to the wrong wallet.


---

# 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.xnomad.ai/xnomad.fun/on-chain-interaction/transfer-token.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.
