# How to send a token to multiple addresses

### What is multi-send?

Multi-send is a sending mode that lets you transfer the same token to several wallet addresses in one transaction flow. Instead of sending one by one, you enter multiple recipient addresses and their amounts, then confirm the batch transfer.

### How to send a token to multiple addresses?

**Step 1:** Select the token you want to send

*Option 1:* Click on **Send** from the Home page => select or search for the token you want to send

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

*Option 2:* Choose the token on the Home page => click the **Send** button

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

**Step 2:** Click on the icon on the top right corner to switch from normal Send to Multi-send

**Step 3:** Enter the recipient's wallet addresses and sending amount following the syntax: **address?amount;address?amount;address?amount**

\=> Then click **Continue** button

![](/files/AP7a3qMs98zXXZfbaUfV)

*‌For example:*

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

**Step 4**: Review the information, then press and hold the **Hold To Send** button

Once it's done, you can click on the Share icon on the top right corner to choose the options:

* Screenshot
* Share
* Show Explorer
* Copy Hash Link

![](/files/fZxwHXhWvVhbwRNEaasM)

{% hint style="info" %}
**Note**: Make sure to prepare a small amount of father token for the gas fee.
{% endhint %}

### Frequently asked questions

#### Can I send different amounts to each address?

Yes. The Multi-send format lets you enter a different amount for each wallet address by using address?amount for every recipient.

#### Do I need to send the same token to every address?

Yes. This flow is for sending one selected token to multiple addresses in the same batch.

#### What separates each recipient in the Multi-send format?

Use a semicolon (;) to separate each recipient entry.

#### What separates the address from the amount?

Use a question mark (?) between the wallet address and the amount.

#### What gas fee do I need for Multi-send?

You need a small amount of the chain's native token to cover gas fees for the transaction.

#### What can I do after the transaction is sent?

After sending, you can use the Share icon to take a screenshot, share the transaction, view it in the explorer, or copy the hash link.

### Related&#x20;

* [Send a token to one address](/products/coin98-super-wallet/mobile/asset-management/v15-how-to-send-a-token.md)


---

# 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.coin98.com/products/coin98-super-wallet/mobile/asset-management/v15-how-to-send-a-token-to-multiple-addresses.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.
