> For the complete documentation index, see [llms.txt](https://docs.coin98.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coin98.com/audits/coin98-token/terminal/multi-send/how-to-use.md).

# How to use Multisend

Please download and **install Coin98 Extension Wallet** before getting started; read this detailed instruction.

**Step 1:** Visit this link <https://terminals.coin98.com/multisend>.

![Multi-Send interface](https://file.publish.vn/amberblocks/2021-08/multisend-1-1629442670761.png)

**Step 2:** Choose a wallet and a token you want to send bulk

**Step 3:**&#x45;nter the recipient's wallet addresses. There are 2 ways to do it:

* Enter each wallet address manually **(Recipient 1, 2, 3,...)** and the corresponding deposit amount **(Amount)** in each box.

![](https://file.publish.vn/amberblocks/2021-08/multisend-1628944636123.png)

* Select **Import.** Enter the amount of tokens/ coins following the syntax: **wallet address?amount;wallet address?amount**

**wallet address?amount;wallet address?amount**

**‌For example:**

‌0xAC75c347083a833BA8717fEC02C64d65CdDE7F40?1;0x3870Bda477474bF0c5cDA6cB44c36B061f510bC9?2;0x286bB01FEe2f8617DA83A522Ef27E3A96807fed6?3

![](https://file.publish.vn/amberblocks/2021-08/multi-send-6-1628944652470.png)

**Step 4**: Click to **Multi-Send** and **Confirm** to complete.

![](https://file.publish.vn/amberblocks/2021-08/multisend-5-1629442880226.png)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.coin98.com/audits/coin98-token/terminal/multi-send/how-to-use.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
