# How to send multiple transfers at once?

**MyTonWallet** lets you send **several transfers** **in the TON network** in one go. Here's how to do it:

{% stepper %}
{% step %}
Open the **Wallet** section.
{% endstep %}

{% step %}
Hold the **Send** button on mobile or right-click on desktop to access **Multisend**.
{% endstep %}

{% step %}
Enter the addresses, amounts, tokens, and comments—or upload a CSV file.
{% endstep %}

{% step %}
**Confirm** the action via TON Connect.
{% endstep %}
{% endstepper %}

**Done!** Multisend is perfect for sending rewards or handling payrolls. Keep in mind that multisend supports **up to 255 transfers** for **W5** wallets, while older versions are limited to **4** transactions.


---

# 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://help.mytonwallet.io/intro/transfers/how-to-send-multiple-transfers-at-once.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.
