TONboard

PoS

2 min readupdated 2026-06-06✏️ Suggest an edit🕑 History
On this page (9)

Proof of Stake (PoS) the mechanism to achieve The consensus In the blockchain, validators. They freeze (staking) They use their tokens as collateral for the right to create and validate blocks.

Principle of work#

  1. staking the validator fixes a portion of the tokens in a special transaction;
  2. Select a block creator Validator is selected; probability depends on size staking(but not only to prevent concentration);
  3. Validation other validators check the new block and sign it;
  4. Block chain recording;
  5. The prize part of the transaction fee + new coins (in some networks);
  6. Slashing in the event of dishonesty stakingIf it burns, the validator can be removed.

Variations of the PoS#

The algorithm .Feature
DPoS (Delegated)Voting with tokens for delegates; delegates share the award with voters
LPoS (Leased)Renting tokens to another validator instead of voting
BPoS (Bonded)Guarantee is mandatory; users lose funds for choosing a bad validator
NPoS (Nominated)NominatorSelect validators; reduce the reward for poor selection
PPoS (Pure)It 's a level playing field , no matter the size .staking maximum decentralization
PoSV (Velocity)Taking into account the speed of the tokens stimulates activity
DBFTPoS + Byzantine Fault Tolerance, requires the signature of 66% of validators

Advantages and disadvantages#

The advantages

  • Energy efficiency there are no PoW calculations;
  • The speed there is no waiting for the task to be solved
  • Security . You have to control most of it to attack .staking+ slashing mechanisms against 51% attacks;
  • Reduced centralization relative to PoW.

Disadvantages

  • Concentration risk large holders can coordinate;
  • The opacity It's harder to verify who's validating and how.

PoS in TON#

The TON blockchain uses PoS + BFT consensus (Catchain) for generating blocks in In the shard . and Masterchain.

Mechanical engineering

  1. The validators are entering .stakingthrough a special transaction masterchain;
  2. Each chard is assigned the subset of validators by a determined pseudo-accidental method;
  3. Rotation of the subset approximately every 1 024 blocks;
  4. The subset suggests block candidates; the pseudo-random order determines whose candidate is more important;
  5. Validators check the candidate; invalid block signature → slashing or temporary suspension;
  6. The final consensus The BFT protocol, the analogue of PBFT / Honey Badger BFT;
  7. Reward commission from block transactions + newly minted coins;
  8. The parallelism one validator can work in several subsets simultaneously.

Masterchain- The block.

After generating the blocks of all the chords (or by timeout), a block is generated Masterchain with the hashes of the last blocks of all shardchains based on the BFT consensus of all validators.

Similar articles#

ℹ️ Information verified: 2025

Prepared by

TONboard

Support the project with a TON tip.

Comments

Posting a comment costs a small on-chain fee that keeps spam out.
  • No comments yet — be the first.