Cross-Chain Staking Reward 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 staking rewards, helping users view and track claimable staking rewards across multiple chains and protocols. Given an aggregator contract address, a list of staking contracts (each with chain ID, address, and optional reward token address), and an optional user address, it reads the reward amounts and claimable status for each staking contract via the aggregator's getRewards and getClaimableRewards functions. It also retrieves the total rewards across all contracts. The tool then determines the overall claim status—Rewards available to claim, Rewards pending (not claimable), or No rewards available—and displays a detailed breakdown of each staking contract with its reward amount, claimable amount, and status (Claimable, Pending, or Claimed/None). All data is pulled directly from the blockchain in real time, providing a transparent, comprehensive view of cross-chain staking rewards.
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 staking contract on a separate line in the format: chainId,stakingAddress,rewardToken (e.g., "1,0x123...,0x456..." for Ethereum). The reward token is optional but recommended for display. Optionally, provide a user address (defaults to connected wallet). Click "Check rewards." The tool will fetch the reward amounts and claimable status for each staking contract. Results appear in the card below with a prominent claim status badge, a summary of claimable and total earned rewards, a detailed list of each staking contract showing its chain ID, address, reward amount, claimable amount, and status, and a breakdown of claim factors with checkmarks or crosses. Use this information to track cross-chain staking rewards and identify claimable amounts.
CROSS-CHAIN STAKING REWARD AGGREGATION WITH CLAIMABLE STATUS ANALYSIS
The tool provides comprehensive cross-chain staking reward aggregation through multiple on-chain reads. First, it calls getRewards() on the aggregator contract, passing the user address and an array of staking contract addresses, to retrieve the total reward amounts for each contract. It then calls getClaimableRewards() to get the claimable amounts—these are the rewards that are currently available to claim. The getTotalRewards() function returns the sum of all rewards across all staking contracts. Each staking contract's status is determined by comparing claimable and total rewards—Claimable if claimable > 0, Pending if total rewards > 0 but claimable == 0, and Claimed/None if no rewards are available. The aggregator contract must be deployed on the current network and have access to the staking contracts' state. All factors are combined to provide a clear, actionable view of cross-chain staking rewards with detailed per-contract status.
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 reward conditions or ensure that the reward calculations are correct. It cannot ensure bridge solvency or detect changes in bridge state that could affect claims. It cannot detect cross-chain manipulation risks, including bridge attacks, MEV, or other security issues. It cannot assure that the staking contracts are free from vulnerabilities, bugs, or malicious code. It cannot verify that the aggregator contract address or staking contract addresses are correct. It cannot detect front-running or other execution risks. It cannot provide financial or legal advice or guarantee that claiming rewards is safe. All data is provided as-is for informational purposes only; any reliance on the tool's output for reward 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 an RPC endpoint for the selected chain. It does not store any wallet data, staking contracts, or claim records. All queries are performed directly against the blockchain in real time. The tool only provides read-only information and does not execute any transactions. Reward amounts and claimable statuses are contract-defined values and do not guarantee claim success. Always verify critical data independently through a block explorer and consult with financial advisors before making any reward claim decisions.