> 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-multiple-tokens.md).

# Mass Payout (Multiple Tokens)

More than just paying multiple recipients in a single transaction, you can make payments across different tokens by adding batches.

{% hint style="info" %} <mark style="color:blue;">Coinshift allows transferring different tokens to up to 150 recipients in a single transaction via Mass Payout.</mark>
{% endhint %}

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

Follow these steps to conduct a Mass Payout with multiple tokens on Coinshift.

Click on **New Transfer** on your dashboard. Select the **Safe** you wish to use for the transaction and then choose the **Mass Payout** option. These are the same steps outlined previously. Refer to the [Mass Payout in a Single Token](/business/coinshift-walkthrough/fund-management/mass-payout/mass-payout-in-a-single-token.md) article if necessary.

## **Step 1: Initiate multiple token mass payout and add batches**

You can see the below screen if you have followed the above steps correctly. Now, click on **Add Batch** (highlighted in the below screenshot).

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

## **Step 2: Input recipient details for different token batches**

Use batch payment when paying in different tokens. (e.g., **MATIC** and **USDC** in this example).&#x20;

Add the recipient's details and the amounts to transfer in each batch.

Once completed, click **Next**.

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

## **Step 3: Review batch details and check the mass payout summary**

Carefully review the details for all created batches. Optionally, add **Labels** and **Notes** in the designated section.

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

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

## **Step 4: Await Safe Signers' approval for multiple token payouts**

The proposal is created, and Safe Signers must approve it to execute the transaction.

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

Check the transaction status via the **History** tab on the dashboard.


---

# 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-multiple-tokens.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.
