From 2b5b13dd5696334d558ff218a6ec7c194892f793 Mon Sep 17 00:00:00 2001
From: bt3gl <1130416+bt3gl@users.noreply.github.com>
Date: Fri, 23 Sep 2022 03:35:50 -0700
Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=AD=20validator=20lifecycle?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
The-Merge/running-a-validator.md | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/The-Merge/running-a-validator.md b/The-Merge/running-a-validator.md
index 251761e..21213d8 100644
--- a/The-Merge/running-a-validator.md
+++ b/The-Merge/running-a-validator.md
@@ -17,7 +17,7 @@
-### Setting a dedicated hardware
+### setting a dedicated hardware
@@ -29,15 +29,27 @@
- 25+ MBit/sec download internet service
+
+
+### validator lifecycle
+
+The sequence of states that a validator can exist in. These include:
+
+1. deposited: At least 32 ETH has been deposited to the deposit contract by the validator
+2. pending: the validator is in the activation queue waiting to be voted into the network by existing validators
+3. active: currently attesting and proposing blocks
+4. slashing: the validator has misbehaved and is being slashed
+5. exiting: the validator has been flagged for exiting the network, either voluntarily or because they have been ejected.
+
-### Clients
+### clients
-### The JSON-RPC interface
+### the JSON-RPC interface