You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defaultMessage="{exitEpochLabel} - epoch at which your validator is no longer active, no longer earning rewards, and is no longer subject to slashing rules."
I think this explanation does not consider an exiting validator being part of the sync committee. This validator (beaconcha.in) was elected to be part of the sync committee (SC) starting at 201472. Before the SC started, the validator exited at 201320. The validator kept running, was marked withdrawable and was even fully swept 26 epochs before the SC ended. It earned SC rewards throughout the entire SC epochs and there's a partial withdrawal after the full withdrawal and end of the SC.
So this statement from the launchpad does not seems to be accurate, or at least not accurate regarding SC participation, right?
validator is no longer active, no longer earning rewards
TBH, SC participation is a very rare event for operators and this scenario is probably an edge case. But since it's a very lucrative situation for operators, it might be worth mentioning:
to keep the validator running if it's part of the current or next SC
to keep the validator running for 512 (256*2 = 2 SCs) epochs after exiting by default, if the SC participation check is not feasible
What do you think?
Credits to the Figment team for providing the illustration and validator example.
The text was updated successfully, but these errors were encountered:
staking-launchpad/src/pages/Withdrawals/index.tsx
Line 760 in 2a136b4
I think this explanation does not consider an exiting validator being part of the sync committee. This validator (beaconcha.in) was elected to be part of the sync committee (SC) starting at 201472. Before the SC started, the validator exited at 201320. The validator kept running, was marked withdrawable and was even fully swept 26 epochs before the SC ended. It earned SC rewards throughout the entire SC epochs and there's a partial withdrawal after the full withdrawal and end of the SC.
So this statement from the launchpad does not seems to be accurate, or at least not accurate regarding SC participation, right?
TBH, SC participation is a very rare event for operators and this scenario is probably an edge case. But since it's a very lucrative situation for operators, it might be worth mentioning:
What do you think?
Credits to the Figment team for providing the illustration and validator example.
The text was updated successfully, but these errors were encountered: