Perpetuals-Focused OP Stack L3 Fee Rebate Batch 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
Perpetuals-Focused OP Stack L3 Fee Rebate Batch Distributor enables perpetuals exchanges and DeFi protocols to distribute fee rebate tokens from a single treasury wallet to multiple traders in one batch operation. Built specifically for perpetuals trading platforms, the tool simplifies volume-based rebates, fee discounts, trading incentives, and loyalty rewards. It scans the treasury wallet's token balance, validates the contract fee, and executes a multi-send transaction through the BotGentz sender contract with complete transparency. The tool automatically detects the current chain, looks up the correct sender contract from the BULKSEND registry, and reads the live fee and owner from the contract before any transaction is signed. It supports all EVM chains with registered sender contracts, including Optimism, Base, Arbitrum, Polygon, BNB Chain, and Orbit L3 networks—ideal for perpetuals protocols built on these scaling solutions. The tool includes duplicate address detection and transaction history awareness to support compliance workflows.
HOW TO USE
Connect your wallet using the built-in wallet bridge. Enter trader wallets (one per line) with optional amounts in the format address,amount (e.g., 0xaaaa...,100.5). If amounts are omitted, the total token balance is split equally among all traders. Specify the rebate token address and the treasury wallet address that holds the rebate tokens. Click "preview rebates" to retrieve the treasury token balance, compute per-trader amounts, and verify that the total is covered. The review panel displays the treasury wallet balance, total rebate to distribute, contract fee, owner, duplicate detection results, and a table of traders with their allocated rebate amounts. Review the summary and click "distribute rebates" to execute the batch transfer as a single atomic operation. The tool handles the approval process automatically, approving only the exact total amount needed for the distribution.
TECHNICAL MECHANISM
The batch distribution uses the BotGentz sender contracts (BULKSEND registry) specific to each chain and token standard. It calls multiSendToken with the recipient addresses and amounts arrays, sending the total rebate token amount from the treasury wallet to all traders in one transaction. The contract fee is read live on each session using the fee() view function and is never hardcoded—this protects against owner fee adjustments that would otherwise cause revert due to underpayment. The tool performs an exact approval for the total token amount before calling multiSendToken, never using unlimited approvals. The total required token amount is checked against the treasury balance before submission. The tool includes duplicate detection by hashing recipient addresses and comparing them case-insensitively, providing a compliance-ready audit trail. The batch is executed as a single atomic transaction—either all traders receive their rebates or the entire transaction reverts, preventing partial distributions. All operations use ethers v5.7.2 with BigNumber for precise decimal arithmetic, and the fee is paid in native ETH (not the rebate token), which the tool verifies the treasury wallet has before proceeding.
WHAT IT CANNOT SEE
This tool cannot verify off-chain ownership of recipient wallets, private key availability, or authorization to send rebates. It cannot prove that recipient addresses are legitimate traders or that the sender has proper authority to distribute rebates. It cannot recover funds sent to wrong addresses. It cannot detect Sybil attacks or duplicate trader identities beyond address-level deduplication. It cannot access private wallet preferences or security policies. It cannot verify trader eligibility, trading volume, or fee generation off-chain. It cannot validate that recipients are active perpetuals traders or meet minimum volume requirements. The duplicate detection feature only identifies exact address matches and does not detect variations or Sybil accounts. The tool does not validate trader wallet ownership or perform KYC/AML checks—you are responsible for ensuring that every trader wallet is correct and that you have the authority to send from the treasury wallet. Rebates sent to an incorrect or unreachable address are irrecoverable.
PLEASE NOTE
EVM chains only. Requires a wallet connection with BGWallet bridge. The sender contract must be registered in the BULKSEND registry for the current chain. Always verify the contract address, fee, owner, and trader list displayed in the review panel before signing any transaction. This is a free tool provided for perpetuals protocols and DeFi platforms—use at your own risk. The fee is paid in native ETH, so ensure the treasury wallet has sufficient native balance for gas and the contract fee. The duplicate detection feature is provided as a courtesy and does not guarantee complete Sybil resistance or compliance with regulatory requirements. For tokens with low decimal precision, amounts may round down during equal split distribution.