Skip to main content

What Consensus Mechanism Is Typically Used in a Permissioned Blockchain?

Permissioned blockchains commonly use highly efficient, low-latency consensus mechanisms like Proof-of-Authority (PoA) or variants of Practical Byzantine Fault Tolerance (pBFT). PoA relies on pre-approved, trusted nodes to validate transactions, maximizing speed and efficiency. pBFT allows the network to reach consensus even if a minority of nodes are malicious, provided the number of malicious nodes is known.

These mechanisms are chosen because the network participants are already known and vetted, prioritizing throughput over open participation.

How Does Transaction Finality Work in a pBFT-based System?
How Does PoA Differ from Proof-of-Stake (PoS) in Terms of Node Selection?
How Does pBFT Achieve Transaction Finality?
Give an Example of a Use Case for a Private Blockchain