Tiered Airdrop Distributor
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
Tiered Airdrop Distributor lets you distribute tokens to recipients based on tier assignments—bronze, silver, gold, or platinum—where higher tiers receive proportionally larger allocations. Instead of manually calculating amounts for each recipient, you assign a tier and a multiplier to each address. The tool computes each recipient's share based on their multiplier relative to the total multiplier sum, then distributes the payout token in a single batched transaction via the BotGentz sender contract. This is ideal for loyalty programs, community rewards, or any distribution where you want to differentiate between participant levels.
HOW TO USE
Connect your EVM wallet and select the network. Enter the token contract address you want to distribute. In the tier input area, list each recipient on a new line using the format: address,tier,multiplier. Supported tiers are bronze, silver, gold, and platinum—multipliers are positive integers (e.g., bronze=1, silver=2, gold=5, platinum=10). Click "Add entries" to parse and validate the list, then review the displayed recipients and their tier badges. Click "Check token balance" to verify your token balance. Review the sender contract details, then click "Execute tiered airdrop" to approve the token and distribute proportionally in one batch transaction.
TECHNICAL MECHANISM
The tool computes the total multiplier sum across all recipients. For each recipient, the allocation is calculated as (payout_token_balance * recipient_multiplier) / total_multiplier. Any rounding remainder is added to the last recipient to ensure the entire balance is distributed. The tool uses the BotGentz sender contract's transferMultipleERC20 function to batch all transfers in a single transaction. It reads the fee() and owner() from the sender contract live, displays them for transparency, and verifies that the distributor's native balance covers the fee. The token is approved for the exact total balance before the batch transfer.
WHAT IT CANNOT SEE
This tool cannot distribute tokens that are not in the distributor's wallet at execution time—balances are read fresh before each run. It does not support tokens with transfer fees, rebasing mechanics, or non-standard ERC-20 implementations (e.g., tokens that return false instead of reverting). Gas costs scale with the number of recipients—large batches may be expensive. Tier definitions (names and multipliers) are static and cannot be changed after distribution; any update requires a new distribution. The tool also does not automatically detect or validate tier eligibility beyond the provided input.
PLEASE NOTE
The BotGentz sender contract charges a fee in native tokens (ETH, BNB, MATIC, etc.)—ensure you have enough native balance to cover the fee. The fee is read live from the contract and displayed before execution. The sender contract address varies by network—the tool uses the built-in BotGentz registry. Tier multipliers are relative—only the ratios matter, not the absolute values. This tool is for EVM chains only and does not support non-EVM networks.