Other Mechanisms
PoA, DPoS.
Other Mechanisms is a free Web3 & DApp Development Fundamentals lesson on CoddyKit — lesson 3 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the Web3 & DApp Development Fundamentals learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.
Beyond PoW and PoS
Proof of Work and Proof of Stake are the most famous consensus mechanisms, but many others exist, each trading off decentralization, speed, and trust differently.
This lesson surveys the key alternatives.
Proof of Authority (PoA)
Proof of Authority relies on a small set of pre-approved, identified validators. Their real-world reputation is the stake.
PoA is fast and cheap but more centralized — common in private and test networks.
PoA validators (known identities):
Validator-A (Company X)
Validator-B (Company Y)
Validator-C (Company Z)Delegated Proof of Stake (DPoS)
In Delegated Proof of Stake, token holders vote for a limited number of delegates who produce blocks on their behalf.
This boosts throughput but concentrates block production among the elected few.
Token holders vote ->
elect top 21 delegates ->
delegates take turns
producing blocksPoA vs DPoS
Both reduce the validator set for speed, but differ in how validators are chosen:
- PoA: validators are pre-approved by identity/authority
- DPoS: validators are elected by token-holder votes
Proof of History (PoH)
Proof of History, used by Solana, creates a verifiable timeline by hashing events in sequence.
It is not standalone consensus but a clock that lets validators agree on ordering before voting, enabling high throughput.
Byzantine Fault Tolerance
Many mechanisms build on Byzantine Fault Tolerance (BFT): the ability to reach agreement even if some nodes act maliciously or fail.
A BFT system stays correct as long as fewer than one-third of participants are faulty.
Practical BFT (PBFT)
PBFT reaches consensus through rounds of voting among a known validator set. It gives fast, immediate finality but does not scale to thousands of open nodes.
It underpins many permissioned and hybrid chains.
Proof of Space and Time
Proof of Space (used by Chia) lets participants pledge disk storage instead of computation, aiming for lower energy use.
It is paired with Proof of Time to prevent gaming, offering a different resource-based security model.
Choosing a Mechanism
There is no single best choice — it depends on goals:
- Maximum decentralization -> PoW or PoS
- Speed in a trusted group -> PoA or PBFT
- Community-elected throughput -> DPoS
The Blockchain Trilemma
The trilemma says it is hard to maximize decentralization, security, and scalability all at once.
Each consensus mechanism picks a balance, sacrificing some of one to gain another.
Putting It Together
Beyond PoW and PoS, mechanisms like PoA, DPoS, PoH, and PBFT optimize for different needs. They mainly differ in who validates and how validators are selected.
All wrestle with the same trilemma trade-offs.
Quick Check
Test your knowledge of consensus alternatives.
Recap: Other Mechanisms
You learned that:
- PoA uses pre-approved, identified validators
- DPoS elects delegates via token-holder votes
- PoH orders events with a verifiable clock
- BFT/PBFT tolerate malicious nodes via voting
- The trilemma forces trade-offs
Next: finality and forks.
Frequently asked questions
Is the “Other Mechanisms” lesson free?
Yes — the full text of “Other Mechanisms” is free to read here on the web, and the Web3 & DApp Development Fundamentals course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the Web3 & DApp Development Fundamentals course, upgrade to CoddyKit PRO.
What will I learn in “Other Mechanisms”?
PoA, DPoS. You practise Web3 & DApp Development Fundamentals with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.
Do I need any experience to start Web3 & DApp Development Fundamentals?
No prior experience is required. Web3 & DApp Development Fundamentals on CoddyKit is structured for beginners through advanced learners; this is — lesson 3 of 4, so you can start here or from the beginning and move at your own pace.
How long does the “Other Mechanisms” lesson take?
Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.
Can I write and run code in this Web3 & DApp Development Fundamentals lesson?
Yes. Every Web3 & DApp Development Fundamentals lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.
All lessons in this course
- Proof of Work
- Proof of Stake
- Other Mechanisms
- Finality and Forks