From 5d4a9837f463991c70fa6ff530efa97d91e6c0be Mon Sep 17 00:00:00 2001 From: "sluh.ai" <25547333+sluhai@users.noreply.github.com> Date: Sat, 30 Aug 2025 23:31:23 +0300 Subject: [PATCH] Update staking.mdx Updated Epoch length (Mainnet) to reflect the latest change --- learn/protocol/staking.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learn/protocol/staking.mdx b/learn/protocol/staking.mdx index ad762176db..913ab703b7 100644 --- a/learn/protocol/staking.mdx +++ b/learn/protocol/staking.mdx @@ -51,7 +51,7 @@ The following sections describe the details of Starknet's staking protocol. The | Minimum stake for validators | 20K STRK | 1 STRK | | Effective inflation coefficient ($$\hat{C}$$) | 1.6% | 1.6% | | Withdrawal security lockup | 21 days | 5 minutes | -| Epoch length ($$E$$) | 120 blocks | 231 blocks | +| Epoch length ($$E$$) | 711 blocks | 231 blocks | | Epoch duration | 3600 seconds | 1200 seconds | | Attestation window ($$W$$) | 30 blocks | 30 blocks | | Number of epochs used for latency ($$k$$) | 1 epoch | 1 epoch |