Conflux PoS Technical Overview
This document provides a technical overview of Conflux's Proof of Stake (PoS) mechanism. For practical staking guides, see our Staking Guide.
目的与设计
Conflux 采用了一种混合共识机制,结合了工作量证明(PoW)和权益证明(PoS)。 This unique approach serves three critical purposes:
- Protection Against 51% Attacks: In early network stages when hash power is limited, PoS provides an additional security layer against potential attacks.
- Chain Finality: The PoS mechanism ensures definitive finality for the PoW chain through committee voting.
- Enhanced Security: The dual-layer consensus creates a more robust security model than either mechanism alone.
For a comprehensive analysis of this hybrid approach, see Why PoS.