Stake GuideStaking ETH with StaFi

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

  1. Go to https://etherscan.io/address/0x9559aaa82d9649c7a7b220e7c461d2e74c9a3593#readContract
  2. Click “Contract” -> “Read Contract”
  3. Call balanceOf with:
    • account: your account address

Step 2: Approve

  1. Go to https://etherscan.io/address/0x9559aaa82d9649c7a7b220e7c461d2e74c9a3593#writeContract
  2. Click “Contract” -> “Write Contract”
  3. Connect wallet
  4. Call increaseAllowance with:
    • Spender: 0x27d64Dd9172E4b59a444817D30F7af8228F174CC
    • Amount: your rETH balance

Step 3: Unstake

  1. Go to https://etherscan.io/address/0x27d64Dd9172E4b59a444817D30F7af8228F174CC#writeProxyContract
  2. Click “Contract” -> “Write Proxy”
  3. Connect wallet
  4. Call the unstake method
  5. 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).