Active Ethereum EIP-7702 exit routesWithdraw legacy Cover Protocol CLAIM and NOCLAIM positions
Check an Ethereum wallet for a reviewed expired Cover Protocol v1 CLAIM or NOCLAIM balance and inspect the fresh full redemption, existing Cover fee, atomic EIP-7702 path and exact 10% service fee.
- Protocol
- Cover Protocol
- Networks
- Ethereum
- Settlement
- 90% user / 10% service fee
- Last reviewed
- August 30, 2026
What DeFiReclaim supports
Contract-level exit
The owning EOA calls the original Cover redeemClaim or redeemNoclaim function inside one EIP-7702/EIP-7821 batch. Cover burns the wallet's complete covToken balance and deducts its existing 10 bps redemption fee first. The immutable collector then verifies the full burn and exact collateral delta, transfers 10% of the remaining output to the DeFiReclaim treasury and leaves 90% with the user.
Support scope
Support is limited to 44 expired CLAIM or NOCLAIM branches with a current economic EOA position, an available permissionless redemption state and complete backing. Wallet addresses and route mappings remain private; the public registry contains routes only and discovery checks only the wallet supplied by the requester.
Liquidity boundary
Before signing, DeFiReclaim reads the wallet's complete covToken balance, calculates the claim payout and existing Cover fee, and statically calls the original redemption at a fresh Ethereum block. Any changed balance, failed redemption or unsupported wallet type blocks transaction construction.
Exit contracts and deployments
These public explorer links let users and automated systems inspect deployed bytecode, transaction history and deployment receipts.
Cover EIP-7702 Fee Collector
0xb417b5b663569cb4058460d2edf6e073ece61ab6Cover v1 Factory
0xedfc81bf63527337cd2193925f9c0cf2d537accaCover Protocol Treasury
0xe0632311772d362f49b5118c40d5251c44bc8b2eDeFiReclaim Treasury
0x793eca600e3216e39f438abd657eb514b2072e7fCover Protocol exit FAQ
Why does Cover Protocol exit use EIP-7702?
Cover v1 burns the complete CLAIM or NOCLAIM balance owned by msg.sender. EIP-7702 lets the original EOA redeem directly and settle the disclosed 90/10 split as one atomic batch without transferring covTokens to a exit contract.
Are Cover's existing protocol fee and the DeFiReclaim fee the same fee?
No. The original Cover factory deducts its existing 10 bps redemption fee first. DeFiReclaim's disclosed 10% service fee is calculated only from the collateral that the wallet actually receives after that Cover fee.
Can I redeem only part of a Cover position?
No. The original Cover v1 redemption burns the caller's complete covToken balance. DeFiReclaim therefore requires an exact full-balance quote and reverts the atomic batch if the balance or output changes.