From d71d0a3312fea6ad706f73f0113f1b2a45d37dab Mon Sep 17 00:00:00 2001 From: Emmanuel Awosika Date: Fri, 22 Nov 2024 19:58:13 -0500 Subject: [PATCH] Update further reading section on PoS rewards/penalties page - Add an explainer on [EIP-7251](https://eips.ethereum.org/EIPS/eip-7251)--a proposal to increase maximum effective balance for validators with implications for validator rewards and penalties - Added an analysis of changes to slashing/penalty mechanisms under EIP-7251 --- .../consensus-mechanisms/pos/rewards-and-penalties/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/content/developers/docs/consensus-mechanisms/pos/rewards-and-penalties/index.md b/public/content/developers/docs/consensus-mechanisms/pos/rewards-and-penalties/index.md index 696a4a285ec..f71cf730371 100644 --- a/public/content/developers/docs/consensus-mechanisms/pos/rewards-and-penalties/index.md +++ b/public/content/developers/docs/consensus-mechanisms/pos/rewards-and-penalties/index.md @@ -84,6 +84,8 @@ The reward, penalty and slashing design of the consensus mechanism encourages in - [Incentives in Ethereum's hybrid Casper protocol](https://arxiv.org/pdf/1903.04205.pdf) - [Vitalik's annotated spec](https://github.com/ethereum/annotated-spec/blob/master/phase0/beacon-chain.md#rewards-and-penalties-1) - [Eth2 Slashing Prevention Tips](https://medium.com/prysmatic-labs/eth2-slashing-prevention-tips-f6faa5025f50) +- [EIP-7251 Explained: Increasing Maximum Effective Balance For Validators](https://research.2077.xyz/eip-7251_Increase_MAX_EFFECTIVE_BALANCE) +- [Analysis of slashing penalties under EIP-7251](https://ethresear.ch/t/slashing-penalty-analysis-eip-7251/16509) _Sources_