Cross-Chain Vesting Claim Aggregator
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 aggregates cross-chain vesting claims, helping users view and track claimable vesting tokens across multiple chains and vesting contracts. Given an aggregator contract address, a list of vesting contracts (each with chain ID, RPC URL, vesting contract address, and optional token address), and an optional user address, it reads the claimable amount, whether the claim has been made, and the full vesting schedule—total amount, released amount, start timestamp, cliff period, and duration—for each vesting contract. The tool then determines the claim status—Claimable (tokens available to claim), Claimed (already claimed), Pending (vesting not yet started), or Locked (still in cliff period)—and displays a detailed breakdown of each vesting contract with its claimable amount, schedule, and status. All data is pulled directly from the blockchain and RPC endpoints in real time, providing a transparent, comprehensive view of cross-chain vesting claims.
HOW TO USE
Connect your wallet using the Connect button in the header, or enter a user address manually. Select the target network from the dropdown—Ethereum Mainnet, Polygon, Optimism, Arbitrum One, Base, or Sepolia testnet. Enter the aggregator contract address. Enter each vesting contract on a separate line in the format: chainId,rpcUrl,vestingAddr,tokenAddr (e.g., "1,https://eth.llamarpc.com,0x123...,0x456..."). The token address is optional but recommended for display. Optionally, provide a user address (defaults to connected wallet). Click "Check claims." The tool will fetch the claimable amount, claim status, and vesting schedule for each vesting contract. Results appear in the card below with a prominent claim status badge (X contract(s) have claimable tokens, All claimed, X contract(s) still locked, or No claimable tokens), a summary of claimable, claimed, and locked counts, a detailed list of each vesting contract showing its chain ID, claimable amount, claim status, and vesting schedule information, and a breakdown of claim factors with checkmarks or crosses. Use this information to identify and track cross-chain vesting claims.
CROSS-CHAIN VESTING CLAIM AGGREGATION WITH SCHEDULE AND STATUS ANALYSIS
The tool provides comprehensive cross-chain vesting claim aggregation through multiple on-chain reads. First, it calls getClaimables() on the aggregator contract with the user address, an array of chain IDs, and an array of vesting contract addresses to retrieve all claimable amounts in a single batch call. For each vesting contract, it then calls isClaimed() to check if the claim has already been made, and getVestingSchedule() to retrieve the full schedule—total amount, released amount, start timestamp, cliff period, and duration. The claim status is determined by checking isClaimed first—Claimed if true, Claimable if claimable > 0, Pending if the start timestamp is in the future, Locked if the cliff period hasn't been reached, and Pending otherwise. The overall claim status is summarized by counting claimable, claimed, and locked contracts. All factors are combined to provide a clear, actionable view of cross-chain vesting claims with detailed per-contract schedule and status information.
WHAT IT CANNOT SEE
This tool cannot guarantee claim execution—on-chain conditions may change between the check and the claim transaction. It cannot predict cross-chain bridge latency or ensure that claims will complete within a specific timeframe. It cannot verify off-chain vesting conditions or ensure that the vesting schedule is correctly configured. It cannot ensure bridge solvency or detect changes in bridge state that could affect claims. It cannot detect claim manipulation risks or ensure that claims are correctly processed. It cannot assure that the vesting contracts are free from vulnerabilities, bugs, or malicious code. It cannot verify that the aggregator contract address or vesting contract addresses are correct. It cannot detect front-running or other execution risks. It cannot provide legal or financial advice or guarantee that claiming vesting tokens is safe. All data is provided as-is for informational purposes only; any reliance on the tool's output for claim decisions is the sole responsibility of the user.
PLEASE NOTE
This tool supports EVM-compatible chains only: Ethereum Mainnet (1), Polygon (137), Optimism (10), Arbitrum One (42161), Base (8453), and Sepolia testnet (11155111). Solana, Tron, Starknet, SUI, TON, Aptos, Bitcoin, Cosmos, and XRP are not supported. The tool requires a Web3 provider (MetaMask or WalletConnect) and access to RPC endpoints for the configured chains. It does not store any wallet data, vesting contracts, or claim records. All queries are performed directly against the blockchain and RPC endpoints in real time. The tool only provides read-only information and does not execute any transactions. Claimable amounts, schedules, and statuses are contract-defined values and do not guarantee claim success. Always verify critical data independently through block explorers and consult with financial advisors before making any claim decisions.