Skip to main content

Proof-of-Stake Attacks

The set of known attack categories against proof-of-stake blockchains and how Cardano's Ouroboros family defends against each.

Proof-of-stake blockchains face a specific catalogue of attacks distinct from proof-of-work mining attacks. Cardano's Ouroboros consensus family was designed with each of these categories in mind, and the protocol's security proofs explicitly bound the adversary's success probability under formal models of every threat.

The named attack categories most often referenced in PoS research:

The recurring defences across these attacks are stake-weighted influence (creating fake identities does not help), VRF-based hidden leader election (the adversary cannot target who has not yet been announced), key-evolving signatures (old keys cannot retroactively sign), and Ouroboros Genesis's density-based chain selection (bootstrapping nodes can pick the honest chain without external checkpoints).

Explore next