From 789c83a1181da1a51942d46ad2c2b0563a70e059 Mon Sep 17 00:00:00 2001 From: zengzengzenghuy Date: Thu, 10 Aug 2023 17:01:44 +0800 Subject: [PATCH] remove unused content --- docs/node/management/withdrawals.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/node/management/withdrawals.md b/docs/node/management/withdrawals.md index a2e07fef..bbe48125 100644 --- a/docs/node/management/withdrawals.md +++ b/docs/node/management/withdrawals.md @@ -11,11 +11,9 @@ Gnosis Chain underwent Shanghai/Capella Hardfork successfully on August 1, 2023 Validator withdrawal allows a validator's account balance get withdrawn from Beacon Chain to Execution Layer, in the form of GNO. The GNO will be accrued on validator's withdrawal address on the Execution Layer, which is set using `eth1_withdrawal_address` option during validator key generation. There are 2 types of withdrawals: Partial Withdrawal and Full Withdrawal. -**Partial Withdrawal**: Any balance in excess of 32mGNO from the account balance get withdrawn back to withdrawal address, by . +**Partial Withdrawal**: Any balance in excess of 1 GNO from the account balance get withdrawn back to withdrawal address. **Full Withdrawal**: All the balance from validator's account get withdrawn back to withdrawal address. This has to be initiated by validator, signing [voluntary_exit](./voluntary-exit.md) message and broadcasting it to the network. It is irreversible. -# Action needs to be taken by validators - ## What is the difference between validator withdrawal in Gnosis Chain and Ethereum? ![](../../../static/img/node/withdrawal/GCvsETH.png)