Vested Token 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
Vested Token Claimer is a DeFi-focused tool that enables beneficiaries to claim tokens from vesting schedules, with comprehensive verification of vesting status and eligibility. Unlike simple token claim tools that only check a single condition, this tool provides full visibility into vesting schedules—verifying schedule status, calculating vested amounts, determining claimable amounts, tracking claim history, checking cliff and vesting parameters, and verifying the vesting contract's token balance. The tool supports Ethereum, Polygon, Arbitrum, Optimism, Avalanche, BNB Chain, and Base, providing a unified interface to claim vested tokens across multiple networks. This is essential for team members, investors, and advisors who have tokens locked in vesting schedules and need to claim them as they become available.
HOW TO USE
Connect your wallet using WalletConnect or a compatible browser extension. Ensure your wallet is on the network where the vesting contract is deployed. Enter the vesting contract address—this is the contract you are interacting with, and you are vouching for its safety. Optionally enter a schedule ID; if left blank, the tool will auto-detect your schedule by scanning the contract. Click "Check claim eligibility" to read your vesting schedule status. The tool displays the total vested amount, claimed amount, claimable amount, contract token balance, and a progress bar showing vesting completion. If you have claimable tokens and the contract has sufficient balance, the "Claim vested tokens" button appears. Click it to submit the claim transaction. The tool displays a transaction link to your chain's block explorer and logs the final gas cost using receipt.effectiveGasPrice.
ADAPTIVE VESTING SCHEDULE DETECTION AND CLAIM VALIDATION ENGINE
The core technical mechanism that distinguishes this tool is its adaptive vesting schedule detection and claim validation engine. Unlike simple claim tools that require the user to know their schedule ID, this tool can auto-detect schedules by scanning the contract's vestingSchedulesCount and iterating through each schedule to find the one matching the user's address. The engine then reads the full schedule data using getVestingSchedule(scheduleId), extracting the beneficiary, total amount, start time, cliff duration, vesting duration, claimed amount, and released amount. It calculates the claimable amount using claimableAmount(scheduleId), which factors in the current block timestamp, start time, cliff duration, and vesting duration. The engine checks the contract's token balance using contractBalance() to ensure sufficient tokens are available before allowing a claim. If the schedule has a cliff, the engine verifies that the current time has passed the cliff before showing tokens as claimable. All RPC calls are wrapped with timeout and retry logic, and the tool automatically falls back to a secondary provider if the primary endpoint fails or rate-limits, ensuring detection completes even during network congestion.
WHAT IT CANNOT SEE
The tool cannot guarantee that vested tokens will be claimable if the vesting contract's balance is insufficient, the claim deadline has passed, the beneficiary has already claimed all available tokens, or the vesting contract's logic changes before the claim is submitted. It has no visibility into the vesting contract's internal state beyond what the contract exposes, nor can it predict if the contract balance will change between checking and claiming. The tool cannot detect if the vesting contract has been upgraded or modified. It does not monitor schedules after claiming—it is a claim tool, not a tracking service. The tool cannot interact with non-EVM chains, private networks, or vesting contracts that do not implement the standard vesting interface it expects.
PLEASE NOTE
This tool is designed exclusively for EVM-compatible blockchain networks. It supports Ethereum, Polygon, Arbitrum, Optimism, Avalanche, BNB Chain, Base, and similar chains. Non-EVM networks such as Solana, Cosmos, or Bitcoin are not supported. Always verify the vesting contract address before claiming—the tool does not validate contract safety or vesting terms beyond basic verification. The tool provides estimates only—actual gas costs are determined at the time of transaction execution. Users are responsible for understanding vesting risks, including the possibility that the contract may not have sufficient balance to fulfill the claim.