Web3 & DApp Development Fundamentals · 课时

其他机制

PoA、DPoS

第 3 / 4 课13 个步骤

其他机制 是 CoddyKit 上的免费 Web3 & DApp Development Fundamentals 课时。 这是第 3 节课,共 4 节。 你可以在下方免费阅读本课时的完整内容 — 然后在浏览器中使用内置代码编辑器和全天候 AI 导师进行实践。 这是 Web3 & DApp Development Fundamentals 学习路径的一部分,你的进度在网页和 CoddyKit 应用中同步。 Web3 & DApp Development Fundamentals 课程共包含 4 节课。

本课时的部分内容尚未翻译,以英文显示。

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 blocks

PoA 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.

免费开始

用 AI 导师学习 Web3 & DApp Development Fundamentals — 免费

在浏览器中编写并运行真实代码,获得全天候 AI 导师的即时帮助,并在网页或应用中继续学习。

课程
29
课程
105

常见问题解答

「其他机制」课时是免费的吗?

是的 — 「其他机制」的完整文本可在网页上免费阅读。要进行交互式练习(内置代码编辑器和全天候 AI 导师)并解锁 Web3 & DApp Development Fundamentals 课程的其余内容,请升级到 CoddyKit PRO。 Web3 & DApp Development Fundamentals 课程共包含 4 节课。

「其他机制」这节课中我会学到什么?

PoA、DPoS 你通过在浏览器中直接运行的动手代码来练习 Web3 & DApp Development Fundamentals,全天候 AI 导师会在你学习这节课的过程中回答你的问题。

学习 Web3 & DApp Development Fundamentals 需要有经验吗?

无需任何先前经验。CoddyKit 上的 Web3 & DApp Development Fundamentals 课程适合初学者到高级学习者,你可以从这里开始或从头开始,按照自己的节奏学习。 这是第 3 节课,共 4 节。

「其他机制」课时需要多长时间?

大多数 CoddyKit 课程大约需要 5–10 分钟。每节课都很精短且互动,所以你能稳步进步,并在网页和应用中从离开的地方继续。

我能在这节 Web3 & DApp Development Fundamentals 课中编写并运行代码吗?

能。每节 Web3 & DApp Development Fundamentals 课都包含内置代码编辑器,你可以在浏览器中直接编写并运行真实代码,并获得即时 AI 反馈 — 无需本地设置。

此课程中的所有课时

  1. 工作量证明
  2. 权益证明
  3. 其他机制
  4. 最终性与分叉
← 返回 Web3 & DApp Development Fundamentals