## Issue Addressed Update Lighthouse book to include latest information especially after Capella upgrade ## Proposed Changes Notable changes: - Combine Sec 4.1 & 6.1 into Sec 4, because Sec 6.1 is importing validator key which is a required step when want to run a validator - Combine Sec 5.1 & 5.2 with Sec 5, and move Sec 5 to under Sec 9 - Added partial withdrawals in Sec 6 ## Additional Info Please provide any additional information. For example, future considerations or information useful for reviewers. Co-authored-by: chonghe <tanck2005@gmail.com>
1.6 KiB
Partial Withdrawals
After the Capella upgrade on 12th April 2023:
- if a validator has a withdrawal credential type
0x00
, the rewards will continue to accumulate and will be locked in the beacon chain. - if a validator has a withdrawal credential type
0x01
, any rewards above 32ETH will be periodically withdrawn to the withdrawal address. This is also known as the "validator sweep", i.e., once the "validator sweep" reaches your validator's index, your rewards will be withdrawn to the withdrawal address. At the time of writing, with 560,000+ validators on the Ethereum mainnet, you shall expect to receive the rewards approximately every 5 days.
FAQ
-
How to know if I have the withdrawal credentials type
0x00
or0x01
?Refer here.
-
My validator has withdrawal credentials type
0x00
, is there a deadline to update my withdrawal credentials?No. You can update your withdrawal credentials anytime. The catch is that as long as you do not update your withdrawal credentials, your rewards in the beacon chain will continue to be locked in the beacon chain. Only after you update the withdrawal credentials, will the rewards be withdrawn to the withdrawal address.
-
Do I have to do anything to get my rewards after I update the withdrawal credentials to type
0x01
?No. The "validator sweep" occurs automatically and you can expect to receive the rewards every few days.
Figure below summarizes partial withdrawals.