From 02508009d7040549ae8d59da8f706914df75bf79 Mon Sep 17 00:00:00 2001 From: Matt Nelson <85905982+non-fungible-nelson@users.noreply.github.com> Date: Thu, 1 Jun 2023 16:22:06 -0400 Subject: [PATCH] removing warning about withdrawals not being enabled (#458) --- docs/concepts/proof-of-stake.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/concepts/proof-of-stake.md b/docs/concepts/proof-of-stake.md index 2ef531fca..184db3807 100644 --- a/docs/concepts/proof-of-stake.md +++ b/docs/concepts/proof-of-stake.md @@ -10,12 +10,6 @@ sidebar_position: 3 In Ethereum's PoS, you must run a [full node](merge.md#execution-and-consensus-clients) and [stake 32 ETH](https://ethereum.org/en/staking/) to become a validator. -:::warning - -Withdrawing staked ETH isn't yet supported and will be included in a separate upgrade following The Merge. - -::: - :::note You must run a beacon node and an execution client to operate a node on Mainnet. To become a validator, you must also run a validator client (either [in the same process as the beacon node](../get-started/start-teku.md#start-the-clients-in-a-single-process) or [separately](../get-started/start-teku.md#run-the-clients-separately).