What is Slashing?
Slashing is a punitive mechanism in Proof of Stake networks that destroys a portion of a validator's staked tokens as punishment for malicious behavior or severe negligence. This economic penalty is fundamental to PoS security, making attacks financially costly.
Why Slashing Exists
Without slashing, validators could attack the network risk-free. The "nothing at stake" problem would allow validators to vote for multiple conflicting blocks. Slashing ensures that misbehavior carries real financial consequences proportional to the staked amount.
Slashable Offenses
Double Signing/Voting: Signing two different blocks at the same height, potentially enabling double-spend attacks. This is the most severe offense across most networks. Surrounding Votes: In Ethereum, creating attestations that "surround" a previous attestation, indicating an attempt to rewrite history. Downtime: Extended validator offline periods. Penalties are usually less severe than active attacks but still significant over time. Consensus Violations: Network-specific rules violations that could compromise consensus integrity.Slashing Mechanics
Slashing penalties vary by network and offense severity:
- Ethereum: 1/32 of stake minimum, up to full stake for correlated failures
- Cosmos: Typically 5% for downtime, up to 5% for double signing
- Polkadot: Variable based on number of concurrent offenders
Delegator Exposure
Delegators typically share in slashing risk proportional to their stake. If your validator is slashed, your delegated tokens are penalized too. This creates strong incentives to choose reliable, reputable validators.
Slashing Protection
Validators implement safeguards like remote signing, slashing protection databases, and monitoring systems. Some protocols offer slashing insurance. Liquid staking providers often maintain insurance funds to cover delegator losses.
Slashing's Broader Impact
Large slashing events affect market confidence and can trigger cascading effects. The risk of correlated slashing (multiple validators penalized simultaneously) is especially concerning, as it could lead to massive value destruction.