Skip to main content

PBFT Consensus

Definition

PBFT consensus, or Practical Byzantine Fault Tolerance consensus, is a specific type of consensus algorithm designed for distributed systems to achieve agreement among nodes even if some nodes are malicious or faulty. It operates by requiring a supermajority of honest nodes to agree on the order and validity of transactions, providing high transaction finality and security in permissioned blockchain environments. It offers deterministic finality, meaning transactions are irreversible once confirmed.