Delegate Compensation Claimer
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
Delegate Compensation Claimer is a governance utility that helps active delegates track and claim their compensation rewards from multiple programs in one place. Many protocols reward delegates for their governance participation — voting on proposals, participating in discussions, and contributing to the ecosystem. These rewards are often distributed through separate compensation programs with different claim mechanics. This tool aggregates claimable compensation from multiple programs, displays them in a unified interface, and lets you claim them in a single batched transaction. It reads your delegate performance metrics, eligibility status, and claimable amounts, then executes the claims in a single transaction, saving time and gas.
HOW TO USE
Connect your EVM wallet via the BGWallet bridge. Enter a comma-separated list of compensation program contract addresses. Optionally, specify your delegate address — if left blank, the tool will auto-detect it from your wallet. Set your preferred batch size (how many claims to include per transaction). Click "Check Compensation" to scan all programs for your pending rewards. The tool will display the program names, claimable amounts, and claim status (Eligible, Claimed, or Pending) for each program. Review the list carefully — only programs with "Eligible" status are available to claim. Click "Claim Compensation" to sign and broadcast the transaction. The tool will claim rewards in batches according to your batch size setting, providing progress updates for each batch.
TECHNICAL MECHANISM
The tool interfaces with delegate compensation program contracts that implement standard claim functions, such as `claim(address)` or `getReward(address)`. It reads your claimable balance using view functions like `pendingRewards(address)` or `earned(address)`. Eligibility is determined by the contract's internal logic — often based on delegate performance metrics like voting participation rate, proposal engagement, or community contribution scores. When executing claims, the tool uses a multicall or batched call pattern to aggregate multiple `claim` calls into one transaction. The batch size parameter controls how many claims are grouped per transaction to avoid gas limit issues. The tool also checks whether you have already claimed rewards for each program — if you have, it marks them as "Claimed" and skips them. The entire claim process is atomic — if any individual claim fails, the transaction reverts.
WHAT IT CANNOT SEE
This tool cannot guarantee that the claimed compensation will be processed by the protocol if the delegate's performance metrics are disputed or the compensation program changes. Some programs have time-limited claim windows that may close. The tool also cannot predict changes to compensation eligibility or reward amounts. It reads current claimable balances and eligibility at the time of the check, but these may change. Always claim your rewards promptly after checking. This tool is an aid for compensation management, not a guarantee that rewards will always be available. Additionally, the tool cannot validate delegate performance metrics — it relies on the compensation program's internal state to determine eligibility.
PLEASE NOTE
EVM chains only. This tool relies on the BGWallet connector and will not function on Solana, Tron, Starknet, SUI, TON, Aptos, Bitcoin, Cosmos, or XRP. The user is responsible for ensuring the supplied compensation program addresses are correct and that the contracts support standard claim functions. Not all delegate compensation programs use the same claim interface — check each program's documentation if claiming fails. Always double-check the claim amounts before executing to avoid claiming the wrong rewards or paying excessive gas for small amounts.