Skip to content

Commit

Permalink
Update EIP-7716: fix typos
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
omahs authored and blacksnow2 committed Jul 21, 2024
1 parent 5d515bc commit 8056099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EIPS/eip-7716.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ created: 2024-05-25

## Abstract

The decentralization of the validator set is one of the most important properties of Ethereum for credible neutrality and censorship resistance. By adjusting penalties to foster decentralization, diversification and fault-tolerance, this EIP proposes to adjust penalties in a way that more diversified entities get lower penalties while entities with high correlations in their setup face more servere ones.
The decentralization of the validator set is one of the most important properties of Ethereum for credible neutrality and censorship resistance. By adjusting penalties to foster decentralization, diversification and fault-tolerance, this EIP proposes to adjust penalties in a way that more diversified entities get lower penalties while entities with high correlations in their setup face more severe ones.


## Motivation
Expand Down Expand Up @@ -61,7 +61,7 @@ The `PENALTY_ADJUSTMENT_FACTOR` regulates how fast `net_excess_penalties` catche
In other words, the `PENALTY_ADJUSTMENT_FACTOR` determines the frequency that the penalty_factor is not one.

A high `PENALTY_ADJUSTMENT_FACTOR` causes the `net_excess_penalties` to adjust slower.
A low `PENALTY_ADJUSTMENT_FACTOR` causes the `net_excess_penalties` to react more sensitive to changes in participation.
A low `PENALTY_ADJUSTMENT_FACTOR` causes the `net_excess_penalties` to react more sensitively to changes in participation.


### `MAX_PENALTY_FACTOR`
Expand Down

0 comments on commit 8056099

Please sign in to comment.