๐ค
Multisend
How to send tokens to multiple addresses at once in a single transaction.
1
When to Use Multisend?
Multisend is useful for:
โข Distributing airdrops to many holders
โข Paying salaries/rewards to team members
โข Distributing tokens to presale investors
โข Sending tokens to multiple wallets at once
More gas-efficient than sending one by one because all transfers are bundled into a single transaction.
2
Prepare Your Data
Enter the contract address of the token you want to send, then fill in the recipient list:
Format: one line per recipient
wallet_address, amount
Example:
0x1234...abcd, 1000
0x5678...efgh, 2500
0x9abc...ijkl, 500
Or upload a CSV file with the same format.
3
Approve & Send
1. Review the total tokens to be sent and the list of recipients
2. Click "Approve" to allow the contract to access your tokens
3. Click "Send" to execute all transfers at once
All recipients will receive tokens in the same transaction. Saves time and gas!