Files
lighthouse/book/src/validator_sweep.md
chonghe 3f6c11db0e Some updates to Lighthouse book (#6995)
* #6447


  - Move some deprecated pages to a new section under `Archived`

- Remove fallback log in mev as the log will not be present after VC using `/eth/v3/validator/blocks` endpoint by default
- Add warning against using Btrfs file system (thank you @ChosunOne for the report)
- Add data shared by @mcdee  on tree states API queries time
- Rename partial withdrawals to validator sweep to differentiate it from the upcoming execution layer partial withdrawals
- Update NAT API response
- Update docs on IPv6

- Rename .md files to follow a standard prefix section name, e.g., installation_*.md, advanced_*.md
- Standardise .md files using underscore `_` instead of hyphen `-` to be consistent with other files naming conventions.
2025-03-24 02:30:20 +00:00

1.7 KiB

Validator "Sweeping" (Automatic 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. The validator sweep is automatic and it does not incur any fees to withdraw.

FAQ

  1. How to know if I have the withdrawal credentials type 0x00 or 0x01?

    Refer here.

  2. 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.

  3. 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 n days, more information here.

    Figure below summarizes partial withdrawals.

    partial