Affiliate Commission 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
Affiliate Commission Distributor is a non-custodial tool that distributes affiliate commissions to multiple recipients in a single transaction. It reads affiliate commission contract state, user address, token balances, affiliate list, commission amounts, commission rate, distribution schedule, payment threshold, vesting period, user's earned commissions, user's withdrawal status, platform fee, distribution eligibility, and commission period to structure the optimal distribution operation. With a single transaction, it calls distributeCommission(), executeCommissionPayment(), or payoutAffiliateCommissions() on the shared sender contract, transferring earned commissions to affiliates based on referral activity and commission rates. The tool supports ERC-20, ERC-721, and ERC-1155 token standards, automatically handling batch transfers with per-recipient fees. This mechanism supports affiliate programs, referral rewards, and partnership compensation structures.
HOW TO USE
1. Connect your wallet (EVM-compatible).
2. Paste the commission token address.
3. Enter recipients (one per line, format: address,amount).
4. Select the token standard (ERC-20, ERC-721, or ERC-1155).
5. Review the sender contract address, fee per recipient, total fee, and owner.
6. Click "distribute commissions" and confirm the transaction in your wallet.
The tool automatically handles token approvals and calculates the total fee based on the number of recipients. After the transaction confirms, commissions are distributed to all recipients—no centralized custody, no intermediaries. The shared sender contract handles the batch transfer, charging a fee per recipient that is shown before execution.
TECHNICAL MECHANISM: MULTI-FUNCTION FALLBACK WITH BULK DISTRIBUTION
Unlike simple transaction builders that assume a single function signature, this tool implements a multi-function fallback strategy. It first attempts distributeCommission(), then falls back to executeCommissionPayment() or payoutAffiliateCommissions() if the primary method fails—automatically adapting to different contract implementations without requiring the user to know the exact function name. For all on-chain reads, it uses chunked block range scanning that halves on failure, preventing the common "eth_getLogs limit exceeded" error that halts most scanners on public RPCs. It double-verifies approval status by checking the current allowance from storage, rather than relying on historical Approval events—because an event log proves an approval happened, not that it still stands. Gas estimation uses receipt.effectiveGasPrice for accurate post-EIP-1559 cost accounting. The tool uses the shared BotGentz sender contract registry, looking up the correct contract address by chain ID and token standard (ERC-20/ERC-721/ERC-1155). It reads the fee live from the contract, calculates total fees per sender, and validates that the user's balance covers the total before sending. All batch operations are sequential with concurrency caps to avoid nonce conflicts.
WHAT IT CANNOT SEE
This tool cannot verify that the affiliate commission contract is legitimate or has not been compromised. It cannot detect if the platform has been manipulated or has hidden fees. It cannot ensure that distribution will execute at the optimal gas price due to network conditions. It cannot guarantee that distribution will succeed if the commission contract is paused or frozen. It cannot verify that the contract has not been upgraded or modified. It cannot detect if the trade path is optimal or not front-run. It cannot recover funds if execution fails due to contract bugs or insufficient approval. It cannot verify that the commission amount is correct or not. It cannot predict market movements, price gaps, or flash crashes. It cannot guarantee execution during extreme network congestion or volatile market conditions. It cannot detect if the underlying protocol has been compromised. It cannot prevent the user from canceling or modifying distribution parameters. It cannot ensure that commission rates will remain stable. It cannot protect against loss if commissions are distributed incorrectly. It cannot verify that the affiliate list is legitimate or not. It cannot guarantee that vesting schedules will be honored. It cannot ensure that payment thresholds will be met for all recipients.
PLEASE NOTE
This tool operates only on EVM-compatible chains (Ethereum, Polygon, Arbitrum, Optimism, etc.). It is non-custodial—you retain full control of your funds at all times. Always verify token addresses and recipient lists before executing. Commission distribution is irreversible—once sent, transfers cannot be recalled. The sender contract charges a fee per recipient, which is shown before execution. Affiliate commissions may be subject to vesting schedules and payment thresholds. Past performance does not guarantee future results. The tool is provided as-is; use at your own risk.