MEV Rebate 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
MEV Rebate Claim Tool is a specialized DeFi tool that reads MEV rebate contract state to enable users to claim rebates from MEV extraction events on their transactions. It fetches the user's rebate eligibility, claimable amount, claim status, and transaction history from the rebate contract. The tool reads the cumulative rebate pool, rebate period state, claim window state, and rebate distribution schedule. It also checks user gas usage, rebate multiplier, minimum claim amount, claim deadline, timelock state, and whitelist status. The tool supports both single-period claims and batch claims across multiple rebate periods. It reads merkle root and proof requirements for verification-based claims, and displays protocol fee configurations and rebate thresholds. Users can see exactly how much MEV was extracted from their transactions and what portion they are eligible to reclaim.
HOW TO USE
Connect your wallet and select your network from the dropdown. Paste the MEV rebate contract address and optionally the rebate token contract address. Click "Check Rebate Eligibility" to read your position from the rebate contract. The tool displays the current rebate period, claim window status, cumulative rebate pool, your transaction history, gas usage, rebate multiplier, your rebate amount, minimum claim amount, claim status, eligibility, and claim deadline. Review the claim preview showing your claimable amount, rebate token, and estimated gas costs. To claim your rebate from the current period, click "Claim Rebate". To claim rebates from all available periods in a single transaction, click "Batch Claim (All Periods)". The tool handles the transaction submission and provides confirmation once complete.
REBATE VERIFICATION AND CLAIM SEQUENCE ENGINE
The tool implements a comprehensive rebate verification engine that reads multiple state variables from the MEV rebate contract to determine claim eligibility and amount. It queries the contract's rebatePeriod function to identify the current distribution cycle, then reads claimWindowActive to confirm the user can submit claims. The tool calculates the user's total rebate using the formula: rebate = userGasUsage * rebateMultiplier * (protocolFee / totalMEVExtracted), where each value is read directly from the contract. For merkle-based claims, the tool reads the merkle root from the contract, computes the user's leaf node from their address and rebate amount, and verifies the proof against the stored root before enabling the claim button. The tool also checks the minClaimAmount to ensure the user's rebate exceeds the threshold, and verifies the claim deadline has not passed. For batch claims, the tool reads all periods from the contract's rebate distribution schedule, calculates the user's total accumulated rebate across periods, and constructs a batch transaction that claims each period sequentially. The tool uses the provider's effectiveGasPrice for accurate gas estimation and applies slippage protection where applicable.
WHAT IT CANNOT SEE
This tool cannot verify that the MEV extraction events were correctly attributed to the user or that the MEV calculation is accurate. It cannot detect if the rebate calculation has been manipulated off-chain or if the rebate contract uses a compromised merkle root. It cannot guarantee that the claim transaction will succeed if the contract has insufficient balance or is paused. It cannot verify that the rebate token has value, liquidity, or will be tradeable. It cannot recover funds if the contract is malicious, has bugs, or has been upgraded with modified logic. It cannot provide financial, investment, or tax advice. It cannot ensure that claimed rebates will be transferable or have market value. It cannot verify off-chain rebate terms, legal compliance, or eligibility requirements beyond on-chain state. It cannot predict future rebate amounts. It cannot detect if the user is eligible for rebate beyond what the contract reports.
PLEASE NOTE
This tool supports EVM-compatible chains only. It requires an active RPC connection and a wallet with signing capabilities. The tool does not custodial funds or private keys. Always verify rebate contract addresses and details before claiming. Rebate amounts are subject to protocol rules and may vary. Claim windows are time-limited—claim before the deadline. Batch claims may consume more gas but save on multiple transactions.