POOLS Chain Documentation
  • Introduction
    • Version
    • Purpose: Blockchain & AI
    • Mission
    • Vision
  • MARKET OVERVIEW
    • Blockchain Market: Current State
    • Blockchain Market: Issues
    • Pools Chain Solutions
  • POOLS CHAIN OVERVIEW
    • Pools chain: Definition & Main functions
    • Features and Utilities
    • Compatible with EVM
    • Abilibitiy of Extension
    • Interoperable
    • Artificial Intelligence
    • Ecosystem
    • Dapps
      • Pools Wallet
      • AIHomes
      • Friendify GPT
      • More Dapps
      • Pools Phone
        • Pools Phone System
        • Pools Phone Authentication
  • Startmobis
  • TECHNICAL ARCHITECTURE
    • Proof-of-Stake (PoS)
    • Node structure
    • Security & Encryption mechanisms
    • Security and Finality
    • Reward
    • Validator Quorum
    • Staking and Governance
    • Staking on POOLS
    • Rewarding
    • Slashing
    • Double Sign
    • Governance Parameters
    • Smart contract language
      • Hardhat: Deploy ERC20 Contract
      • Truffle: Deploy ERC20 Contract
  • Develop smart contracts
  • Integrated smart contracts
  • Smart Contract Verification
    • Overview
    • How to verify your smart contracts on Pools Chain
  • Smart contract
    • Smart Contract Language
      • Hardhat
      • Truffle
    • Smart Contract Development
    • Smart Contract A.I Integration
    • Smart Contract Verification
      • Overview
      • How to verify your smart contracts on Pools Chain
  • TOKENOMIC
    • POOLS Coin: Role & Use case
    • Coin Distribution
    • Incentive Structure
  • ROADMAP & DEVELOPMENT PLAN
    • Pools Chain: Development Milestone
      • A playground for developers
      • Build the Infrastructure
      • Partnership
      • Marketing & PR
    • Future Plans
  • TEAM & PARTNERS
    • Core Team
    • Advisor & Partnership
  • NOTICE & DISCLAIMER
    • Legal Notices & Warnings
    • Regulatory Compliance & Transparency
    • Responsibilities & Rights
      • Pools Chain
      • Users
  • BUILT FOR DEVELOPERS
    • Pools SDK
      • Supported platforms
        • JavaScript
          • React
          • Pure JavaScript
          • Other web frameworks
          • React Native
          • Node.js
          • Electron
        • Mobile
          • Native IOS
    • Contract deploy
    • Blockchain Explorer
  • CONTACT US
    • Summary
    • Contact for further info
Powered by GitBook
On this page
  1. TECHNICAL ARCHITECTURE

Proof-of-Stake (PoS)

PreviousStartmobisNextNode structure

Last updated 1 year ago

One of the biggest decisions when designing a Blockchain system is about selecting and then implementing the consensus protocol. The consensus protocol not only dictates how the consensus on the state of the blockchain can be reached within a decentralized network but embodies the governance model designed and imposed upon a blockchain system.

Proof of Stake (PoS) is a consensus mechanism where block validators are selected based on the number of coins they are staking. In this case, the term staking refers to the act of validators committing funds to the system. So validators can only participate in the process of producing new blocks when they stake their coins and are approved by Pools Chain. The locked funds will then act as collateral, meaning that malicious validators will most likely lose their stake and be kicked out of the network. On the other hand, honest validators will be rewarded as new blocks are produced (forged). Thus, we may say that a PoS blockchain achieves distributed consensus according to the economic stake that validators commit to the network.

Pools chain here proposesPoS for consensus, so that:

  1. Blocks are produced by a limited set of validators.

  2. Validators take turns to produce blocks similar to Ethereum’s Clique consensus design.

  3. Validator sets are elected in and out based on a staking based governance.