Validator Sales Operations
When settling validator sales, the Operator (Northstake) proposes the exit of a specific set of validators (proposeExit()
) that is then accepted (acceptExit()
) or rejected (rejectExit()
) by depositors.
If the exit is accepted, depositors receive the bid amount into their linked wallet. When the validator balance is withdrawn from the beacon chain, it is claimed by LPs (claimWithdrawals()
).
Updated 4 days ago