# Tutorial on Batch Transfers (One-to-Many) for Solana

{% hint style="success" %}
Batch Transfers on Solana | Batch Airdrops | Bulk Token Sending | Cost-effective and Efficient

The best airdrop tool on the Solana blockchain, allowing you to send tokens in bulk. Efficiently send to multiple wallets in a single transaction. SlerfTools handles large transfers securely and efficiently—the more you transfer, the lower the cost!
{% endhint %}

***

{% hint style="success" %}
**If you like video guides, watch this video to see how to use the Solana MultiSender tool.**
{% endhint %}

{% embed url="<https://youtu.be/N2lvsV8jBhs>" %}
**Solana MultiSender**
{% endembed %}

***

### **How to Use the Solana Batch Transfer (One-to-Many) Tool**

1. Connect your wallet.
2. Select the token you want to use for batch transfers.
3. Enter multiple recipient addresses (you can input manually or upload a file).
4. Set the number of transfer addresses included in a single transaction.
5. Set the transfer amount for each address.
6. Verify the batch transfer details.
7. Confirm and send, then wait for the batch transfer to complete on the blockchain.

### Preparation:

1. A computer or a smartphone
2. Solana Wallet (Phantom Wallet installation tutorial)
3. Tokens for batch transfer
4. Recipient wallet addresses
5. Some SOL for paying transfer GAS fees

#### Steps:

1. **Connect your wallet.**

Batch transfer: <https://slerf.tools/en-us/multi-sender/solana>

Enter the SlerfTools batch transfer page, and you can switch the language in the top right corner.

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

2. **Select the token you want to use for batch transfers**

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

2. Enter multiple recipient addresses (you can input manually or upload a file):

   Manual Input: Copy and paste addresses from a spreadsheet or other source.

   Upload File: Supported file types are Excel, CSV, TXT, and JSON. You can download a template file.

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

2. Set the transfer amount for each address:

   * Simple Version: Set the same transfer amount for all addresses at once.
   * Advanced Version: Set different transfer amounts for each address, separated by commas between addresses and amounts.

   It is recommended to edit the transfer amounts for each address in an editor like Excel and then upload the file.

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

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

5. Set the number of transfer addresses included in a single transaction. Recommended settings:
   * For transferring SOL: 19 addresses
   * For addresses that have received transferred tokens before: 19 addresses
   * For addresses that have not received transferred tokens before: 9 addresses

<mark style="color:orange;">A single transaction can include multiple transfers, requiring only one GAS fee. However, exceeding the recommended number of transfer addresses will result in a failed transaction.</mark>

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

6. Verify the batch transfer details.

<mark style="color:orange;">Verify the details of the batch transfer, including the total number of addresses, the total amount of tokens to be sent, and the recipient addresses along with their corresponding amounts.</mark>

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

7. Send the transaction to the blockchain and wait for the batch transfer to complete.&#x20;

If any addresses fail to receive the transfer, you can quickly copy them for further action.

<figure><img src="/files/92oTwDMiZYNklQu7Ev1b" alt=""><figcaption></figcaption></figure>

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

{% hint style="warning" %}
Each token or NFT on Solana requires a certain amount of SOL as account rent&#x20;

when first acquired. In batch transfers, the most costly part is paying the account rent for addresses that haven't held the token before, approximately 0.002 SOL per new address. [Check the SOLANA account model.](https://solanacookbook.com/zh/core-concepts/accounts.html#%E8%B4%A6%E6%88%B7%E6%A8%A1%E5%9E%8B)&#x20;

No need to worry, by following a few simple steps, you can batch destroy any unwanted tokens and reclaim the SOL rent.&#x20;

[<mark style="background-color:yellow;">Batch close accounts - Reclaim Solana.</mark>](https://slerf.tools/en-us/batch-incinerator/solana)
{% 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.slerf.tools/en/multisender/multi-sender-solana.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.
