Skip to content

Commit

Permalink
remove unused content
Browse files Browse the repository at this point in the history
  • Loading branch information
zengzengzenghuy committed Aug 10, 2023
1 parent c590064 commit 789c83a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/node/management/withdrawals.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 789c83a

Please sign in to comment.