Distribute
Robinhood ChainBulk send ERC-20 tokens on Robinhood Chain
Send ERC-20 tokens to up to 200 recipients on Robinhood Chain in one flow, with the fee shown up front in ETH.
The Robinhood Multisender moves ERC-20 tokens to up to 200 wallets on Robinhood Chain in one flow. It is how teams handle airdrops, community rewards, team allocations, and payout rounds without writing a single line of code.
Dexmint is non-custodial, so the tokens never pass through us. The flow is simple: approve the multisender contract once, then sign the send: the flat fee is bundled into that same transaction.
How to airdrop ERC-20 tokens on Robinhood Chain
Connect your wallet
Connect the wallet holding the tokens you want to send. Use Testnet first for a free practice run with test ETH and test tokens.
Enter the token address
Paste the contract address of the ERC-20 token. The tool loads its decimals and your balance so you can see how much you have to distribute.
Add recipients and amounts
Paste up to 200 wallet addresses with raw-unit amounts, or upload a CSV. Review the parsed recipient count carefully. The server rejects duplicate recipients and invalid batch data when the transaction is built.
Approve the multisender contract
The send uses the standard ERC-20 approval mechanism. Before Dexmint can build the batch, the configured multisender contract needs an allowance at least equal to the total amount you plan to send.
Review the fee and sign
The fee ledger shows the recipient-based Dexmint fee in ETH. On the current multisender deployment, the fee is included in the send transaction. After confirmation, every transfer in the batch is recorded in the same transaction.
How the batch works
Sending to many wallets one by one would mean dozens of transactions and gas payments. The multisender contract batches everything into a single send transaction that transfers each amount to each recipient in one call.
Because the contract moves tokens with transferFrom, your wallet must grant it an ERC-20 allowance first. The contract can spend only within the remaining allowance, and the batch reverts if the allowance or token balance is too low.
Airdrop etiquette that protects your project
Airdrops build community when they are announced and explained. Publish the plan, the snapshot rules, and the amounts before you send, and use the explorer link after the send so recipients can verify their drop.
Recipients on Robinhood Chain do not need a token account or an opt-in. EVM wallets receive ERC-20 tokens directly, so the tokens appear in their wallet as soon as the transaction confirms.
Frequently asked questions
How much does a multisend cost?
The Dexmint fee is priced by recipient count and shown in ETH before you sign. Network gas applies to the batch transaction and to any approval transaction you need first; the batch does not send a separate transaction for each recipient.
What is the maximum number of recipients?
The multisender supports up to 200 wallets per flow. Larger distributions can be split into multiple sends.
Do recipients need to do anything to receive tokens?
No. Robinhood Chain is EVM-compatible, so ERC-20 tokens appear in any wallet address directly. There is no opt-in or token account step.
Is approving the multisender contract safe?
The approval is a standard ERC-20 allowance granted to Dexmint’s configured multisender contract. Check the spender address and amount in your wallet before signing. You can replace or revoke the remaining allowance later through a compatible wallet or allowance manager.
Can I test an airdrop without real ETH?
Yes. Deploy a practice token on Robinhood Testnet, mint extra supply, and run the full multisend flow with test ETH. Everything behaves exactly as it will on mainnet.
What to do next
- Create ERC-20 TokenCreate an ERC-20 token on Robinhood Chain with optional supply, transfer, tax, anti-bot, anti-whale, and airdrop controls. Review the ETH fee before signing.
- Mint ERC-20 TokensMint additional ERC-20 tokens to any destination on Robinhood Chain. Non-custodial, fee shown up front in ETH.
- Burn ERC-20 TokensPermanently destroy ERC-20 tokens you hold on Robinhood Chain to reduce the circulating supply.