How to batch send ERC20 tokens

cointool
2 min readJan 31, 2021

Multisend is an easy to use Dapp for bulk sending ERC20 tokens to multiple addresses with a single transaction.

Step 1: Visit https://cointool.app

Step 2: Prepare address list (CSV file)

Step 3: Make sure your wallet is on Ethereum Main net

Step 4: Select the token you wish to send from the drop down menu

Step 5: Click upload CSV and select your airdrop list (format must be address then balance separated by a comma and in the same column)

Step 6: Click Approve (This will prompt a transactions in your wallet to approve amount you want to send.)

Step 7: Check the airdrop summary

Step 8: Click send

Step 9: Receive transaction information

Token BatchSender

This DAPP was used to send token or ETH to many addresses in one transaction, and that can help user to save tx fee

Problem:

Previously in Ethereum Network, additional tools were required in order to transfer many ERC20 tokens at once. Many people still do this manually, one transaction at a time. This process is time consuming and prone to an error.

Solution:

This DAPP allows a user to send thousands of token transfers in a very effecient way by batching them in groups of 1–200 token transfers per Ethereum transaction. This automation saves time by automatically generating transactions to MetaMask. Finally, this tool allows a user to maintain security of their account by delegating the trust of their private keys to a secure MetaMask wallet.

--

--