Real Yield Distribution 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
This tool enables DeFi users to claim their share of real yield distributions generated by protocols that produce actual yield from economic activity. Real yield refers to yield generated from protocol revenue (e.g., trading fees, lending interest, swap fees) rather than inflationary token emissions. Users earn yield proportional to their share of the protocol's liquidity or staked position. It connects to your wallet and reads the yield distribution contract address, user share, claimable amount, yield rate, distribution period, claim history, and timestamps. The tool signs and submits transactions to claim real yield distributions, transfer yield tokens, update claim status, record claim metadata, and emit claim events.
HOW TO USE
1. Connect your wallet using the wallet bridge (supports MetaMask, WalletConnect, and other EVM-compatible wallets).
2. Select the target network that matches your yield distribution contract deployment.
3. Enter the yield distribution contract address and click "load contract" to initialize the connection.
4. Click "fetch yield status" to retrieve your user share, claimable amount, yield rate, and distribution period.
5. Review your share and the claimable amount — this is the yield you have earned and can claim.
6. Check the yield rate (APY) to understand the current yield generation rate.
7. Click "validate claim" to verify that you have claimable yield.
8. Click "check claim history" to view your past yield claims.
9. Review the claimable amount, user share, and yield rate before executing.
10. Click "claim yield" to sign and submit the transaction that transfers your earned yield to your wallet.
TECHNICAL MECHANISM
The tool uses ethers.js v5.7.2 to interact with any EVM-compatible yield distribution contract that implements a standard interface (getUserShare(address) view returns (uint256), getClaimableAmount(address) view returns (uint256), getYieldRate() view returns (uint256), getDistributionPeriod() view returns (uint256, uint256), claimYield() external, getClaimHistory(address) view). The getUserShare view returns the user's share of the yield pool (typically represented as basis points or a percentage). The getClaimableAmount view calculates the user's accumulated yield based on their share, the total yield generated, and the distribution period. The claimYield function transfers the claimable amount to the user and updates their claim status. The getYieldRate view returns the current annual percentage yield (APY) for the pool. The getDistributionPeriod view returns the start and end timestamps of the current distribution period. Transaction handling follows EIP-1559 gas price calculations using receipt.effectiveGasPrice for accurate cost reporting. Claim metadata is recorded both in the contract's history and locally for the user's reference.
WHAT IT CANNOT SEE
This tool operates purely on-chain and cannot verify off-chain yield sources — it does not check whether the yield is actually generated from real economic activity or if it's being artificially inflated. It cannot validate yield accuracy — the tool cannot confirm that the yield calculation is correct or that the distribution is fair. It cannot detect sybil accounts — the tool cannot identify users who create multiple wallets to farm yield. It cannot ensure fair distribution — the tool does not verify that the distribution is proportional to users' contributions. The tool also cannot verify that yields are actually generated — it relies on the contract's state and does not independently verify that the protocol is generating real revenue.
PLEASE NOTE
This tool works exclusively with EVM-compatible blockchain networks (Ethereum, Polygon, Arbitrum, Optimism, Base, etc.). It requires the yield distribution contract to implement the interface described above. All transactions incur gas fees paid by the connected wallet. The tool maintains no persistent storage — all state is refreshed from the blockchain on each session. Real yield is typically generated from protocol revenue — ensure the protocol is reputable and the yield is sustainable before claiming. Always verify the claimable amount and yield rate before executing. Consider the gas costs relative to the claimable amount — claiming small amounts may not be cost-effective.