Skip to content

Commit

Permalink
Update quickstart-exit.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
slugmann321 authored Jan 23, 2025
1 parent 615e890 commit b06ebfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/run/running/quickstart-exit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import CodeBlock from '@theme/CodeBlock';

## Introduction

Users looking to exit staking entirely and withdraw their full balance back must sign and broadcast a "voluntary exit" message with validator keys which will start the process of exiting from staking. In the case of a DV, each Charon node needs to broadcast a partial exit to the other nodes of the cluster. Once a threshold of partial exits has been received by any node, the full voluntary exit will be sent to the beacon chain. This process will take 27 hours or longer depending on the current length of the exit queue. Once the validator is exited, the principal plus unclaimed rewards will go to the withdrawal address of the validator. Depending on the cluster's withdrawal configuration, users can claim their proporiton of principal and rewards.
Users looking to exit staking entirely and withdraw their full balance back must sign and broadcast a "voluntary exit" message with validator keys which will start the process of exiting from staking. In the case of a DV, Charon nodes need to broadcast a partial exit to the other nodes of the cluster. Once a threshold of partial exits has been received by any node, the full voluntary exit will be sent to the beacon chain. This process will take 27 hours or longer depending on the current length of the exit queue. Once the validator is exited, the principal plus unclaimed rewards will go to the withdrawal address of the validator. Depending on the cluster's withdrawal configuration, users can claim their proporiton of principal and rewards.

There are two ways to sign the partial exit and broadcast the full exit. Both the solutions don't require gas.

Expand Down Expand Up @@ -863,4 +863,4 @@ Immediately upon broadcasting a signed voluntary exit message, the exit epoch an
Up until this epoch (while "in the queue") your validator is expected to be online and is held to the same slashing rules as always. Do not turn your DV node off until this epoch is reached.
:::
2. Withdrawable epoch - epoch at which your validator funds are eligible for a full withdrawal during the next validator sweep.
This occurs 256 epochs after the exit epoch, which takes ~27.3 hours.
This occurs 256 epochs after the exit epoch, which takes ~27.3 hours.

0 comments on commit b06ebfe

Please sign in to comment.