Algorand's Pure Proof of Stake (Pure PoS) is a leaderless, permissionless consensus protocol designed to achieve Byzantine agreement among distributed participants. Its core innovation is cryptographic sortition, where each user's chance of being selected for the block proposal and voting committees is proportional to their stake, determined by a private, non-interactive Verifiable Random Function (VRF). This ensures the committee members are secret and unpredictable until they reveal themselves, protecting against targeted attacks. The protocol operates in a two-phase process: a single user is chosen to propose a block, and a large, randomly selected committee votes to certify it, achieving instant finality with no forks.
