Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo Update slashing-explained.md #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion help/slashing-explained.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Slashing is a term used to describe the response of the Ethereum network to a va
If someone wanted to attack the Ethereum network they could propose multiple blocks or attest to multiple conflicting blocks. To disincentivize attacks on the network, in a [Proof of Stake (PoS)](../staking-glossary.md#proof-of-stake-pos) system, validators have something at stake, which is currently 32 ETH per validator. When a validator breaks the rules of the network, two things will happen:

1. The validator has some amount of ETH taken from that initial 32 ETH staked balance.
2. The validator is force exited and removed from the [validator pool](../staking-glossary.md#validator-pool).
2. The validator is forced exit and removed from the [validator pool](../staking-glossary.md#validator-pool).

The amount of ETH taken as a penalty varies on the state of the network. If a small number of validators are slashed simultaneously, then a rough estimate of the slashing penalty is 1 or 2 ETH. In an incredibly rare Black Swan event, when a large portion of the network is simultaneously offline or breaking the rules (e.g. in a coordinated attack) then the slashing penalty can be up to and including 100% of the stake.

Expand Down