Proof of Stake (Pos)
Proof of Stake (PoS) is a consensus algorithm used in blockchain networks. It relies on the concept of staking, where validators are chosen to create new blocks and validate transactions based on the amount of cryptocurrency they hold and are willing to "stake" as collateral.
- \(V = \{Validator_1, Validator_2, \ldots, Validator_n\}\).P(CreateBlock_i) = (Stake_i) / (∑ from (j=1) to (n) Stake_j)V(Validator_i, Transaction_j) = VerifySignature(Transaction_j)C(Block_k) = ValidateBlock(Block_k)S = {Account_1: Balance_1, Account_2: Balance_2, ...}Epoch Length: T_epochMinimum Stake: S_min Staking Duration: T_stake
Last updated