# Multisender

## What is a Token Multisender?

A token multisender simplifies the process of sending tokens to multiple wallet addresses by enabling you to send to a potentially unlimited number of wallet addresses simultaneously. Instead of the tedious task of manually sending tokens to individual addresses one by one, multisenders streamline this operation.

Multisenders are utilized by web3 projects on a daily basis for various purposes, including distributing tokens during **Token Generation Events (TGE)**, sending tokens for airdrop and marketing campaigns, facilitating salary payments, or making payments for various services in different amounts to different accounts.

{% hint style="info" %}
In summary, multisenders allow you to efficiently send tokens to hundreds of wallet addresses in a matter of minutes.
{% endhint %}

You can find out more about the [Team Finance Multisender here. ](https://www.team.finance/multisender)

## Why use the Team Finance Multisender?

1. Mulitsend tokens across 16+ blockchains effortlessly.&#x20;

With our platform, you can send tokens on the most popular blockchains, including Ethereum, Binance Smart Chain, Polygon, and 13+ others.

2. Multisender accommodates various token standards

Our platform enables you to send **ERC-20, BEP-20** and **FA2** tokens seamlessly. Soon you will also be able to multisend **ERC-1155** and **ERC-721 (NFTs)**.

3. Using our platform is a breeze.&#x20;

The user-friendly interface ensures a straightforward experience, enabling you to send tokens to hundreds of wallet addresses in just a few clicks.

## How to use the Multisender

<figure><img src="/files/ELlxCXTi0GQuIaGfofZN" alt=""><figcaption><p>Token Bulksender App</p></figcaption></figure>

To send your tokens using the [Team Finance Multisender](https://app.team.finance/multisender)[ App](https://app.team.finance/multisender) follow this straightforward procedure:

1. Connect your wallet and choose the blockchain of your token.
2. Select your token from the list, or input your token address.
3. Add recipient details (wallet addresses and token amounts) via CSV upload or individual entry.
4. Review the summary of your transactions and grant permission for token use.
5. Confirm the transaction(s) in your wallet.&#x20;

Depending on the number of recipients, you might need to sign multiple transactions.

### How do you create a CSV file for bulk sending?

Creating a CSV file for a multisender is quick and easy.&#x20;

<figure><img src="/files/AmUPVntYtYbcxkUjgLMK" alt=""><figcaption><p>Bulk Wallet Address Uploading for Bulksending Tokens</p></figcaption></figure>

Start by opening a spreadsheet tool and label the first column as "Wallet Address" and the second column as "Token Amount." \
Then, input the wallet addresses and their corresponding token amounts in the respective columns. Each row represents a unique wallet address and its associated token amount.

Once you've entered the data, save the file in CSV format. That's it!&#x20;

### How much does the Team Finance Multisender cost?

Please visit our [pricing page](https://www.team.finance/pricing) for more information.

### Have questions on using the Multisender?

For additional information or inquiries, please refer to the [FAQ section](https://www.team.finance/multisender) on our Multisender page or feel free to [contact us](https://www.team.finance/contact) directly.<br>


---

# 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://handbook.team.finance/services/multisender.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.
