Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.7 KB

File metadata and controls

27 lines (23 loc) · 1.7 KB

Devcon VI Workshop - Spin it up

04 Demo: Exiting our validators

Wen Exit?

  • A validator can only be exited if it served a minimum amount of time 2^11 epochs (~9 days) to ensure a stable validator set
    • this is desirable due to a property in PoS called weak subjectivity
    • if we stop our validators for a few days and spin them back up, they would have to start from a semi-trusted checkpoint
    • the weak subjectivity period is the period how long a validator could stay disconnected and it strongly correlates to the rate of change in the validator set
  • Exiting a validator is also rate-limitied (validators have to wait in a queue before exiting). They can still be slashed for previously undetected misbehaviour
  • A validator cannot rejoin the network after exit
  • Withdrawals will only be possible with Shanghai fork
  • Withdrawals will be possible after 2^8 Epochs (~27 hours)

How Exit?

Further resources: