> For the complete documentation index, see [llms.txt](https://docs.calypso.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.calypso.money/get-started-with-calypso-ui/make-payments-via-ui/how-to-create-mass-payout-via-ui.md).

# How to create mass payout via UI

Payouts are used to send funds to other wallets or create payments to customers. In this article, we will tell you how to create a single Payout.

1. First, go to the "Payouts" tab and click on the "Create a payout" button.

<figure><img src="https://files.readme.io/bd6e485-image.png" alt=""><figcaption></figcaption></figure>

2. Select "Mass payout" and specify the currency you want to use.

<figure><img src="https://files.readme.io/4dfbb3b-image.png" alt=""><figcaption></figcaption></figure>

3. Please read about additional limits and restrictions on mass payouts.

* You can’t create more than 100 transactions within one mass payment.
* All transactions must be in the same currency.
* If you want to create less than 5 payouts, use regular payouts, it will be cheaper.
* The speed of transaction execution depends on the blockchain, transactions in the network will be executed sequentially one after another. You can learn more about blockchain.

4. Prepare your CSV file according to the required format.
5. Upload your CSV file.

<figure><img src="https://files.readme.io/7b91581-image.png" alt=""><figcaption></figcaption></figure>

6. Check provided information, payment amount, and fees. If validation is not successful, fix errors and upload the correct CSV file.

<figure><img src="https://files.readme.io/b57d402-image.png" alt=""><figcaption></figcaption></figure>

7. Your payout has been created and now you can check the state of its transactions.

<figure><img src="https://files.readme.io/c1a74a5-image.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://files.readme.io/76a29c0-image.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://files.readme.io/113a633-image.png" alt=""><figcaption></figcaption></figure>


---

# 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://docs.calypso.money/get-started-with-calypso-ui/make-payments-via-ui/how-to-create-mass-payout-via-ui.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.
