Delegate Incentive Claim 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
Delegate Incentive Claim Tool enables delegates to claim accrued incentives from delegation programs. The tool reads your connected wallet address, delegate incentive contract address, user's delegate status, accrued incentive amount, incentive token address, token decimals, claim eligibility, claim status, current block timestamp, claim deadline, and incentive distribution schedule. It displays your delegate status, accrued incentive amount, eligibility status, claim status, deadline, and distribution schedule before you claim. Once confirmed, the tool executes the claim transaction, transferring your accrued incentives to your wallet.
HOW TO USE
Connect your wallet and select your network. Enter the delegate incentive contract address and the incentive token address. Click "Check incentive status" to load your incentive details including delegate status, accrued amount, eligibility status, claim status, claim deadline, and distribution schedule. Review all details carefully—the tool will show you whether you are eligible to claim and whether the deadline has passed. If you are eligible and the claim is open, click "Claim incentives" to submit the claim transaction. Your accrued incentives will be transferred to your wallet.
THE REAL MECHANISM — INCENTIVE CLAIMING WITH ELIGIBILITY AND DEADLINE VERIFICATION
Unlike simple token claims that only check a balance, this tool implements a comprehensive incentive claiming system with eligibility verification and deadline tracking. The getIncentiveInfo function returns the user's delegate status, accrued incentive amount, eligibility status, claim status, and claim deadline. The getToken function returns the incentive token address. The getDistributionSchedule function returns the distribution schedule (e.g., every N blocks or one-time). The claimIncentives function transfers the accrued incentives to the user after verifying eligibility and that the claim deadline has not passed. The tool reads all incentive data via these functions and validates that the user is a delegate, eligible, and the claim deadline has not passed before enabling the claim button. All arithmetic uses ethers.js BigNumber with the token's decimal precision, and gas costs are reported using receipt.effectiveGasPrice.
WHAT IT CANNOT SEE
Cannot verify off-chain delegate performance—the tool has no visibility into whether the delegate has performed their duties. It cannot ensure incentive calculation accuracy—the tool relies on the contract's calculation and cannot audit the formula. It cannot predict future incentives—the tool cannot forecast how many incentives will accrue in the future. It cannot detect if the incentive contract contains vulnerabilities—the tool does not audit the contract logic. It cannot recover funds if the claim fails or if the incentive contract is compromised.
PLEASE NOTE — EVM CHAINS ONLY
This tool exclusively supports EVM-compatible chains where ethers.js can connect via standard JSON-RPC. It does not support non-EVM chains such as Solana, Tron, Starknet, SUI, TON, Aptos, Bitcoin, Cosmos, or XRP. The incentive contract must implement the specific interface expected by this tool (getIncentiveInfo, getToken, getDistributionSchedule, claimIncentives). Always review the incentive terms and deadlines before claiming. This tool is a claim interface, not a financial advisor or investment strategist.