Slashing
A penalty in proof-of-stake networks where a validator loses staked crypto for serious rule violations or harmful behavior.
Slashing is a security penalty used in proof-of-stake blockchains such as Ethereum. Validators lock up, or stake, cryptocurrency to help propose and confirm new blocks. If a validator breaks important consensus rules, part of that stake can be destroyed or taken away. The goal is to make attacks and reckless operation expensive, so validators have a strong financial reason to follow the protocol and stay reliable.
On Ethereum, slashing is reserved for serious actions such as proposing two conflicting blocks for the same slot or signing conflicting attestations. These behaviors can threaten the chain’s agreement on history, so the penalty can include losing ETH and being forced out of the validator set. A practical comparison is a security deposit: a landlord may keep part of it if a tenant causes major damage. In the same way, slashing helps protect the network by putting a validator’s own funds at risk if they behave in a way that could harm consensus.
Other terms in Ethereum
Account Abstraction (ERC-4337)
A way for Ethereum wallets to act like smart contracts, enabling features such as gas sponsorship, account recovery, and custom transaction rules.
Beacon Chain
Ethereum’s proof-of-stake coordination layer that organizes validators and finalizes blocks for the network.
EIP
An Ethereum Improvement Proposal is a formal document used to suggest, discuss, and standardize changes to the Ethereum network or ecosystem.
ERC-1155
An Ethereum token standard that lets one smart contract create and manage multiple token types, including fungible tokens, NFTs, and semi-fungible items.