Proof-of-Stake (PoS)とは?
Proof-of-Stake (PoS)は、バリデータが保有し、ステーキングする意思のある暗号通貨の量に基づいて新しいブロックを作成するために選ばれるコンセンサス・メカニズムです。
Proof-of-Stake (PoS)は、分散型コンセンサスを実現するために多くのブロックチェーンで使用されているコンセンサス・メカニズムの一種です。Proof-of-Work (PoW)のように計算能力に依存するのではなく、PoSは、保有し、'stake'またはロックアップする意思のあるトークンの数に基づいてバリデータを選択します。
PoSは、エネルギー消費に関する懸念に対処し、スケーラビリティを向上させるために、PoWの代替として作成されました。PoSの初期の実装は2010年代初頭に登場し始め、その後の数年間でより広範に採用されました。2022年9月のEthereumのPoSへの移行(The Mergeとして知られています)は、大きなマイルストーンでした。
PoSシステムのバリデータは、新しいブロックを作成し、トランザクションを検証するために選ばれます。バリデータがステーキングするトークンが多いほど、選ばれる可能性が高くなります。バリデータは、ブロックの検証に成功すると報酬を得ます。PoSシステムは、PoWシステムよりもエネルギー効率が高く、スケーラブルになるように設計されており、さまざまなブロックチェーンアプリケーションにとって魅力的です。
技術的な詳細には、悪意のある行為に対してバリデータがステーキングしたトークンを失う可能性があるスラッシングの使用、さまざまなステーキングモデル(例:delegated PoS)の実装、ブロックチェーンのセキュリティと整合性を確保するためのさまざまな暗号化技術の使用が含まれます。
graph LR
Center["Proof-of-Stake (PoS)とは?"]:::main
Pre_logic["logic"]:::pre --> Center
click Pre_logic "/terms/logic"
Rel_consensus_mechanism["consensus-mechanism"]:::related -.-> Center
click Rel_consensus_mechanism "/terms/consensus-mechanism"
Rel_consensus_mechanisms["consensus-mechanisms"]:::related -.-> Center
click Rel_consensus_mechanisms "/terms/consensus-mechanisms"
Rel_mining["mining"]:::related -.-> Center
click Rel_mining "/terms/mining"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧠 理解度チェック
🧒 5歳でもわかるように説明
💰 It's like a 'Security Deposit' system for a shared map. To be allowed to update the map, you have to lock up some of your own coins in a safe. If you follow the rules, you earn more coins as a tip. If you try to cheat, the system takes away your deposit (this is called 'slashing'). No huge computers or electricity wasted—just math and [collateral](/ja/terms/collateral).
🤓 Expert Deep Dive
Proof-of-Stake (PoS) is a type of consensus mechanism used by many blockchains to achieve distributed consensus. Instead of relying on computational power like Proof-of-Work (PoW), PoS selects validators based on the number of tokens they hold and are willing to 'stake' or lock up.
PoS was created as an alternative to PoW to address its energy consumption concerns and to improve scalability. Early implementations of PoS started appearing in the early 2010s, with more widespread adoption in the following years. Ethereum's transition to PoS, known as The Merge, in September 2022, was a major milestone.
Validators in a PoS system are chosen to create new blocks and validate transactions. The more tokens a validator stakes, the higher their chances of being selected. Validators earn rewards for successfully validating blocks. PoS systems are designed to be more energy-efficient and scalable than PoW systems, making them attractive for various blockchain applications.
Technical details include the use of slashing, where validators can lose their staked tokens for malicious behavior; the implementation of different staking models (e.g., delegated PoS); and the use of various cryptographic techniques to ensure the security and integrity of the blockchain.