Community Investment Pool Profit Distribution 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
This tool connects to your EVM wallet and enables community investment pools to distribute profits to members based on contribution shares. It reads member contribution records, profit allocation parameters, distribution history, and active pool status from investment pool contracts across EVM chains. The tool supports weighted distribution where each member receives a share of profits proportional to their contribution share, with a single batch transaction that distributes tokens to all eligible members.
HOW TO USE
Connect your Web3 wallet using the Connect button. Enter the ERC-20 token address you wish to distribute in the Token Address field. In the Members textarea, enter each member's address and share in the format address:share—one per line. For example, "0x742d35Cc6634C0532925a3b844Bc454e4438f44e:100" for a member with share 100. Enter the total profit amount to distribute in the Total Amount field (in token units). Click "Load Member Data" to validate the member list. Review the summary showing member count, total shares, sender fee, sender contract address, and sender owner. Click "Distribute Profits" to execute the batch transfer. The tool calculates each member's share proportionally, approves the sender contract for the exact total amount, and distributes tokens in a single transaction.
TECHNICAL MECHANISM: WEIGHTED BATCH DISTRIBUTION WITH BULK SENDER CONTRACT
The tool uses a shared BotGentz sender contract to perform batch ERC-20 transfers. The sender contract is looked up from the BULKSEND registry by chain ID and standard (erc20). For each member, the tool calculates their share as: (memberShare / totalShares) * totalAmount. The total amount includes both the distribution amount and the sender fee, which is read live from the contract's fee() function. The tool checks the user's balance against the total needed (distribution + fee) before proceeding. The sender contract is approved for the exact total amount (not unlimited), and the distributeERC20 function is called with the recipient addresses and calculated amounts arrays. All operations are performed sequentially with proper error handling.
WHAT IT CANNOT SEE
This tool cannot verify off-chain investment performance or asset valuation—it only reads on-chain pool records and cannot validate the accuracy of reported profits. It cannot validate that reported profits are complete or accurate—the tool trusts the pool's recorded data. It cannot ensure that distribution weights reflect agreed-upon terms without governance verification—the tool relies on the pool's recorded allocation parameters. It relies on pool contract interfaces and may not support all investment pool models—if a pool uses a non-standard interface, records may not be detected. It cannot prevent depletion if pool assets are mismanaged—the tool does not enforce asset management rules.
PLEASE NOTE
This tool signs transactions to approve the sender contract and distribute tokens—ensure you trust the sender contract and have verified the token address and member list. All state is in-memory and resets on page reload. The tool supports EVM chains only—Ethereum, Polygon, BSC, Arbitrum, Optimism, Avalanche, Base, and Fantom. Always verify that the token address you enter is correct and that the member shares accurately reflect your pool's distribution rules.