> For the complete documentation index, see [llms.txt](https://doc.yabumi.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.yabumi.xyz/english/yabumi/how-to-send-tokens.md).

# How to send tokens

## Single Transfer

1. Connect wallet & SNS.
2. Click "Member List" at the top of the website page.&#x20;
3. Select the recipient from the Yabumi NFT holders list
4. Click on the "Send"
5. Choose token symbol and quantity to send then click the "Confirm" .
6. Once reviewed, click the "Send" button to initiate transaction.
7. Approve the transaction in wallet.

## Multi Transfers

1. Connect wallet & SNS.
2. Click Multi Transfer at the top of the website page.
3. Add multiple recipients by clicking the "+" button below the token symbol. To remove a recipient, click the "x" button next to the quantity.&#x20;
4. Once recipients are selected, click "Confirm".&#x20;
5. Once reviewed, click "Approve" button.&#x20;
6. Enter the amount of tokens. Clicking "Max" will input the total balance of the tokens currently hold. Clicking "Use Default" will input the token's maximum allowance.&#x20;
7. Please review the maximum usage limit then click the "Approve".
8. Approve the transaction in wallet.
9. Once limit approval is completed, click "Send".
10. Approve the transaction in wallet.


---

# 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:

```
GET https://doc.yabumi.xyz/english/yabumi/how-to-send-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.
