Airdrop Point Accrual Tracker-and-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
Airdrop Point Accrual Tracker-and-Claim Tool enables users to monitor and claim their accrued airdrop points from protocol reward programs. The tool reads your connected wallet address, airdrop points contract address, user point balance, point accrual rate, eligibility status, claimable amount, claim deadline, current block timestamp, and point accrual history. It displays your point balance, accrual rate, eligibility status, claimable amount, claim deadline, and accrual history before you claim. Once confirmed, the tool executes the claim transaction, converting your accrued points into rewards.
HOW TO USE
Connect your wallet and select your network. Enter the airdrop points contract address and optionally the reward token address. Click "Track point accrual" to load your point details including balance, accrual rate, eligibility status, claimable amount, claim deadline, and accrual history. Review all details carefully—the tool will show you whether you are eligible to claim and the deadline for claiming. If you are eligible and the claim is open, click "Claim points" to submit the claim transaction. Your accrued points will be converted to rewards and sent to your wallet.
THE REAL MECHANISM — POINT ACCRUAL TRACKING WITH ELIGIBILITY AND DEADLINE VERIFICATION
Unlike simple balance checks that only show a number, this tool implements a comprehensive point tracking system with eligibility verification and deadline tracking. The getUserPoints function returns the user's current point balance. The getAccrualRate function returns the rate at which points are accrued (per block or per second). The isEligible function checks whether the user is eligible to claim points. The getClaimable function returns the amount of points that are currently claimable (which may differ from the total balance if there are lockup periods). The getClaimDeadline function returns the deadline for claiming points. The getAccrualHistory function returns an array of point accrual events. The claimPoints function transfers the claimable points to the user. The tool reads all point data via these functions and validates that the user is 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 point calculation accuracy—the tool relies on the contract's point calculation and cannot audit the formula. It cannot predict future point accrual—the tool cannot forecast how many points will accrue in the future. It cannot ensure protocol solvency—the tool has no visibility into the protocol's reserves or ability to pay rewards. It cannot detect if the points contract contains vulnerabilities—the tool does not audit the contract logic. It cannot recover funds if the claim fails or if the points 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 points contract must implement the specific interface expected by this tool (getUserPoints, getAccrualRate, isEligible, getClaimable, getClaimDeadline, getAccrualHistory, claimPoints, getRewardToken). Always review the point terms and deadlines before claiming. This tool is a tracking and claim interface, not a financial advisor or investment strategist.