Airdrop Tool
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Airdrop Tool lets you send ERC-20 tokens to multiple recipients in a single batch transaction. You provide the token contract address, a list of recipient addresses and amounts, and the tool prepares, signs, and broadcasts a bulk transfer using a shared BotGentz sender contract. It reads the current network chain ID and gas price from your wallet provider to ensure the transaction is submitted correctly. This is the fastest way to distribute tokens to hundreds of holders without paying gas fees per recipient or writing custom scripts.
HOW TO USE
Connect your wallet using the "Connect" button. Select the target network (Ethereum Mainnet, Sepolia, Polygon, BSC, Arbitrum, Optimism, and testnets are supported). Enter the token address. Add recipient addresses and their corresponding amounts. The review panel shows a preview of the airdrop, including the total amount to be distributed. Click "Send airdrop" — your wallet will prompt you to confirm the approval transaction (if needed) and then the send transaction. Once mined, the transaction hash is displayed, and you can verify the distribution on the block explorer.
TECHNICAL MECHANISM
The tool uses a shared, audited BotGentz sender contract deployed on each supported EVM chain. This contract implements a batch transfer function that accepts a token address, an array of recipients, and an array of amounts. The tool first checks your allowance for the token and, if insufficient, prompts you to approve the sender contract for the exact total amount (not an unlimited approval). It then calls the sender contract's sendTokens function, which loops through the recipients and performs ERC-20 transferFrom operations in a single transaction. The sender contract charges a small fee (read live from the contract each time) to cover operational costs — the fee is shown in the interface before you sign. The tool uses ethers.js v5.7.2 to interact with the blockchain and signs transactions via the wallet bridge (BGWallet). All operations are local — no third-party service handles your data or private keys.
WHAT IT CANNOT SEE
The tool cannot verify if recipient addresses are valid or if the token contract implements the expected ERC-20 interface. It cannot validate the security or correctness of the token contract — you assume full responsibility for the token you are distributing. It cannot recover from failed transfers mid-batch without manual intervention; if one transfer fails, the entire batch reverts. The tool cannot send native currency (ETH/BNB/MATIC) — only ERC-20 tokens. It cannot deploy new tokens or handle NFTs. It cannot simulate the airdrop outcome before execution. Deployment is limited by your wallet's native token balance (to pay gas fees and the sender fee) and the availability of the RPC provider.
PLEASE NOTE
This tool is for educational and rapid prototyping purposes. Always double-check the token address and recipient list before sending — a mistake can result in irreversible loss of tokens. Only use on networks you trust. The tool does not persist any data; all state is lost on page reload. EVM chains only.