Claim
Claim is the process of withdrawing tokens from the Validator Wallet to the user's personal wallet. This step transfers ETH that was moved to the Wallet Contract during the unstaking process.
STEP 1 - WithdrawStakerFunds
This step withdraws ETH stored as
withdrawableFunds
in the rollup contract and transfers it to the Validator Wallet Contract.Once completed, the ETH will be held in the Validator Wallet Contract, ready for the final withdrawal.
STEP 2 - Withdraw ETH
The final step involves withdrawing the staked ETH from the Validator Wallet Contract.
By calling the appropriate function, the ETH stored in the Validator Wallet will be transferred to the user’s personal wallet.
Last updated