# Multi-chain Bulk Token Transfer Tools Guide

## Tool Overview

PandaTool Multi-Chain Bulk Transfer supports EVM chains including ETH, BSC, Base, and Arbitrum, streamlining token distributions and airdrops.

## **Fee Structure**:

| Chain        | Fee Per Transaction |
| ------------ | ------------------- |
| **BSC**      | 0.005 BNB           |
| **Base**     | 0.0001 ETH          |
| **Arbitrum** | 0.0001 ETH          |
| **ETH**      | 0.0001 ETH          |
| **Core**     | 0.5 CORE            |

## **Step-by-Step** Bulk Transfer **Guide**

### **1. Connect Wallet**

* Access: <https://www.pandatool.org/#/multisend?lang=en-US>
* Switch network to target chain (e.g., BSC) via wallet interface.

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

### **2. Select Token**

* Choose from token list or manually enter contract address.

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

### **3. Input Recipients & Amounts**

* Format: `Address,Amount` per line (max 100 addresses per batch).
* *Example*:
  * `0x4fa651D26D38d8c05F5Fe92Bceb6dC96aA81d785,5.12`
  * `0xB47442DD8bda7639d6f88cccb2b735beCf77450F,6.99`&#x20;
  * `0x7aad640086DD3916b2Ef96f34aC2Dd9577e162ae,7`

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

### **4.Approve Transaction**

Click **"Netstep"** →Verify details

<figure><img src="/files/6Awey99vGurykEJwO5xa" alt=""><figcaption></figcaption></figure>

Click **"Approve"** → Confirm via MetaMask.

<figure><img src="/files/6YyzMp3o2B1sScuFBN0O" alt=""><figcaption></figcaption></figure>

### **5.Execute Transfer**

* Click **"Transfer"** → Confirm via MetaMask.
* Track progress via blockchain explorer.

## Random Address

If manual address entry seems cumbersome, utilize PandaTool's **Random Address Generator** to streamline the process:

#### **1.Access Tool**

* Click **"Random Address"** to activate the generator.

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

#### **2. Configure Parameters**

* **Number of Addresses**: ≤200
* **Max Amount/Address**: Custom value
* **Min Amount/Address**: ≥0.01 (2 decimal precision)

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

#### **3.Generate & Auto-Fill**

* #### The system creates addresses and allocates amounts meeting your criteria.

#### ⚠️**Critical Safety Notes:**

* High-Risk Usage: This function is used to increase the number of tokens held
  * 🔴 NEVER send valuable assets to these addresses.
* ⛔Irreversible Generation: Random addresses cannot be recovered - **no one holds their private keys.**
* **Processing Time**: \~1 second per address (200 addresses ≈ 3.5 minutes)

## Important Notes

1. **Format Requirements**:
   * Use **English commas** to separate addresses and amounts.
2. **Platform Recommendation**:
   * Use **desktop browsers** for optimal performance.
3. **Exchange Wallets Warning**:
   * Confirm exchange support for **contract-based transfers** before sending.
4. **Address Limits**:
   * ≤100 addresses per transaction to ensure success.
5. **Chain Compatibility**:
   * The tool supports most EVM-compatible chains; the network selected in your wallet determines the chain used for the transfer.

If you have any questions or require further clarification, please join our official Telegram group: <https://t.me/pandatool_en>


---

# 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://help.pandatool.org/english/tools/batch-transfer.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.
