Staking ETH with StaFi
🚫
StaFi has taken the rETH service offline. No further rewards will be distributed.
Stakers should unstake and withdraw their assets via the Ethereum Explorer by following these steps:
Step 1: Query your rETH balance
- Go to https://etherscan.io/address/0x9559aaa82d9649c7a7b220e7c461d2e74c9a3593#readContract
- Click “Contract” -> “Read Contract”
- Call
balanceOfwith:- account: your account address
Step 2: Approve
- Go to https://etherscan.io/address/0x9559aaa82d9649c7a7b220e7c461d2e74c9a3593#writeContract
- Click “Contract” -> “Write Contract”
- Connect wallet
- Call
increaseAllowancewith:- Spender: 0x27d64Dd9172E4b59a444817D30F7af8228F174CC
- Amount: your rETH balance
Step 3: Unstake
- Go to https://etherscan.io/address/0x27d64Dd9172E4b59a444817D30F7af8228F174CC#writeProxyContract
- Click “Contract” -> “Write Proxy”
- Connect wallet
- Call the
unstakemethod - If the pool has sufficient funds, your ETH will be transferred to your wallet instantly
Note: If you previously unstaked but have not yet withdrawn, you may also need to call the withdraw method at the same contract address (Step 3).