Consensus & infrastructure

Slashing

A penalty in Proof of Stake networks that destroys or confiscates part of a validator's staked tokens when it misbehaves, such as going offline or double-signing. It makes honest operation the rational choice.

Also known as: slash, slashing penalty

Slashing is the enforcement mechanism behind Proof of Stake security. Validators lock up tokens as a bond, and the protocol destroys or confiscates part of that bond when a validator commits a punishable fault. The two classic faults are downtime, where a validator fails to do its job, and equivocation, where a validator signs two conflicting versions of history. By tying real financial loss to misbehaviour, slashing removes the incentive to attack or free-ride: cheating costs the cheater more than it could ever gain.

Designs vary in who bears the loss and how it is triggered. Some networks slash only the operator’s own stake or commission; others slash delegators who backed a faulty operator, which is why choosing a reliable node matters. The trigger can be automatic, from a cryptographic proof of double-signing, or governed by a vote. Walrus, for example, slashes a storage node’s commission through an on-chain committee vote requiring a supermajority of shards to agree, and deliberately spares the tokens of delegators who merely staked to that node.

For DeAI networks that pay operators to deliver compute, storage, or inference, slashing is what makes service guarantees credible. A node promising to hold your data or run your model has something to lose if it drops the data or returns a bad result. Without a slashing condition, staking is just a deposit that earns yield; with one, it becomes a genuine commitment that the operator will do what it was paid to do.

Related terms