> For the complete documentation index, see [llms.txt](https://docs.coinshift.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coinshift.xyz/business/coinshift-walkthrough/fund-management/mass-payout/mass-payout-in-a-single-token.md).

# Mass Payout in a Single Token

This article outlines the steps to perform a Mass Payout in a single token.

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

## **Step 1:** **Initiate mass payout by selecting Safe address**

Click on **New Transfer** appearing on your dashboard. You can see the below screen.

Select the Safe address you want to work with, then click on the **Mass Payout** option. &#x20;

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

## **Step 2: Enter token and recipient details**

A window will appear where you need to fill in the following details:

* Pay using (Token type)
* Pay to (Recipient Name (optional), and Address)
* Amount

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

Fill in the recipient details (one or many) required for the mass payout.

<figure><img src="/files/2i2aZ1mJVRkUjIRlTKCA" alt=""><figcaption></figcaption></figure>

Once you are done, click **Next**.

## **Step 3:** **Review and confirm the mass payout summary**

Carefully review the transaction details displayed on the **Summary** page. Optionally, add **Labels** and **Notes** in the designated section.

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

If the summary is accurate, click **Create Proposal**.

## **Step 4: Await Safe Signers' approval and monitor transaction status**

The proposal will be created. Safe Signers must approve the proposal to execute the transaction.

<figure><img src="/files/4OoLR3ZVgr7scl1BARt2" alt=""><figcaption></figcaption></figure>

Monitor the transaction status (success or failure) from the dashboard.

Refer to the subsequent articles to learn about [mass payouts in different tokens to multiple users](/business/coinshift-walkthrough/fund-management/mass-payout/mass-payout-multiple-tokens.md).


---

# 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.coinshift.xyz/business/coinshift-walkthrough/fund-management/mass-payout/mass-payout-in-a-single-token.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.
