0Pricing
Web3 & DApp Development Fundamentals · レッスン

その他のメカニズム

PoA、DPoS

「その他のメカニズム」はCoddyKit上の無料Web3 & DApp Development Fundamentalsレッスンです。 これはレッスン3/4です。 下記で完全なレッスンを無料で読むことができます。その後、ブラウザ内の組み込みコードエディタと24時間対応の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.

よくある質問

「その他のメカニズム」レッスンは無料ですか?

はい。「その他のメカニズム」の完全なテキストはこのウェブで無料で読めます。インタラクティブに演習し(組み込みコードエディタと24時間対応のAIチューター)、Web3 & DApp Development Fundamentalsコースの残りをアンロックするには、CoddyKit PROにアップグレードしてください。 Web3 & DApp Development Fundamentalsコースには全4レッスンが含まれています。

「その他のメカニズム」で何を学びますか?

PoA、DPoS ブラウザで直接実行するハンズオンコードでWeb3 & DApp Development Fundamentalsを演習し、24時間対応の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. Proof of Work
  2. Proof of Stake
  3. その他のメカニズム
  4. ファイナリティとフォーク
← Web3 & DApp Development Fundamentalsに戻る