# Single & Mass Withdrawals

{% hint style="success" %}
Multichain supports single or multiple recipient withdrawal method. At each withdrawal entry, only the Network Fee is incurred.&#x20;

Multichain withdrawals supports **any decentralised wallet, smart contracts, or even exchange wallet** (E.g. Binance, Huobi, Trust, ImToken, TokenPocket, etc.)
{% endhint %}

![Single recipient withdrawal interface](/files/-MlM6OfhMiXPqOpLodF-)

In single recipient withdrawals, users may simply enter the recipient wallet address and perform the withdrawal request upon entering the verification code sent to the account registered email.

![Mass (multi) withdrawal interface, requires .csv file upload](/files/-MlM686Sbe3K8TZxR-gN)

:page\_facing\_up: Mass withdrawal requires uploading a **(.csv)** file containing `(ADDRESS, VALUE)` format such as below:

![csv](https://www.bluepay.io/static/media/samplecsvformat.93c0f45c.jpeg)

> :fire: In other useful events, our users/merchants may use our mass withdrawal feature to perform token airdrops to their customers.&#x20;

{% hint style="warning" %}
Note: Mass withdrawal transaction per second (TPS) is **1/s** and supports up to **500 recipients** per mass withdrawals (.csv) submission.
{% endhint %}


---

# 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.multichain.info/faq/single-and-mass-withdrawals.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.
