Proof of Authority
Proof of Authority (PoA) is a consensus mechanism in which a small set of pre-approved, identified validators take turns producing blocks, with their real-world reputation — rather than staked coins or expended energy — serving as the security deposit. Validators are typically known companies or institutions; misbehavior would be publicly attributable, so the threat of reputational and legal consequences replaces cryptoeconomic penalties.
PoA suits situations where participants are willing to trust a named consortium in exchange for speed and negligible cost. Ethereum testnets historically used PoA variants (such as the Clique protocol on the former Rinkeby and Görli networks) because test ether has no value worth securing with real stake. Enterprise and consortium chains use it too: for example, a network like VeChain operates with authority nodes vetted by a foundation, and several regional payment or supply-chain ledgers run PoA among member companies.
The honest framing is that PoA trades decentralization for efficiency: the validator list is permissioned, so censorship or collusion is possible if the authorities coordinate, and users must trust the selection process. A common misconception is that PoA chains are "just databases"; they still provide a shared, tamper-evident ledger among parties who do not fully trust each other, which a single company's database does not. PoA is best understood as a pragmatic middle ground — appropriate for testnets and consortium settings, but not a substitute for open, permissionless consensus.
Related terms