From b06ebfedb714a42d679199eed351b6b3c168b834 Mon Sep 17 00:00:00 2001 From: Max Sherwood <63233138+slugmann321@users.noreply.github.com> Date: Thu, 23 Jan 2025 19:15:03 +0100 Subject: [PATCH] Update quickstart-exit.mdx --- docs/run/running/quickstart-exit.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/run/running/quickstart-exit.mdx b/docs/run/running/quickstart-exit.mdx index 6a564657e7..e58378a4f0 100644 --- a/docs/run/running/quickstart-exit.mdx +++ b/docs/run/running/quickstart-exit.mdx @@ -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. @@ -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. \ No newline at end of file + This occurs 256 epochs after the exit epoch, which takes ~27.3 hours.