Tan Docs
  • 📚INTRODUCTION
  • 📖BASIC KNOWLEDGE
    • 🌐⛓️What is Blockchain
    • EVM
    • 💻Node
  • WELCOME TO TAN NETWORK
    • 💡About TAN
    • 🪙TAN (Native Coin of Tan)
    • 🫂Community
  • 🚀GETTING STARTED
    • 👨‍💻Developer Guide
      • 💻Nodes And Validators
        • ⬇️Install TAN-Chain
        • 👨‍🏫Full Node Instructions
        • 🔏How to Stake TAN?
        • Become a Validator🤝
        • 🔓How to Unstake TAN?
      • RPC
      • TAN Testnet
      • TAN explorers
      • 📃Deploy Smart Contracts
        • TEP-20
          • Using Remix ide
          • Using Truffle
          • Using Hardhat
        • TEP-721
          • Using Remix ide
          • Using Truffle
          • Using Hardhat
        • TEP-1155
          • Using Remix ide
          • Using Truffle
          • Using Hardhat
    • 🦊Add TAN to Metamask
    • 🪙Get Testnet Funds
    • Core Concepts
      • Genesis File
      • Consensus
      • Proof of Stake(Pos)
      • ⚙️TAN Consensus(BPoS)
        • 💰Validators Reward
        • Burn Subsidy
        • Ecosystem Incetives
      • Scalability
  • Governance
    • TAN Improvement Proposal
  • ❓FAQ's
Powered by GitBook
On this page
  • Validator Selection
  • Staking Mechanism
  • Block Proposal and Validation
  • Consensus Enforcement
  • Advantages of (POS)
  • Conclusion
  1. GETTING STARTED
  2. Core Concepts

Proof of Stake(Pos)

Proof of Stake (PoS) is a consensus mechanism utilized by the TAN blockchain to achieve agreement among network participants and validate transactions. In (PoS), validators are selected to create new blocks and secure the network based on the amount of native tokens (TAN) they hold and are willing to stake. Let's explore how (PoS) operates within the TAN ecosystem.

Validator Selection

Validators play a crucial role in the (PoS)consensus mechanism by proposing and validating new blocks. In TAN, validators are selected from a pool of participants based on the number of TAN tokens they hold and are willing to stake as collateral. The probability of a validator being chosen to create a new block is directly proportional to the amount of TAN tokens they have staked.

Staking Mechanism

Staking TAN tokens is a fundamental requirement for participation in the (PoS) consensus mechanism. By staking tokens, validators demonstrate their commitment to the network and are incentivized to act honestly to preserve the integrity and security of the blockchain. In return for their efforts, validators may receive rewards in the form of additional TAN tokens.

Block Proposal and Validation

Once selected, validators propose new blocks by including a set of valid transactions and appending them to the blockchain. Other validators in the network then verify the proposed block's validity by checking the transactions and ensuring they adhere to the network's rules and consensus protocol. If the block is deemed valid by the majority of validators, it is added to the blockchain.

Consensus Enforcement

Consensus rules are enforced by the collective agreement of validators in the network. Any attempt to propose invalid blocks or manipulate the blockchain is rejected by honest validators, preserving the integrity and security of the network. Validators who behave maliciously or attempt to subvert the consensus process may be penalized by having their staked tokens slashed.

Advantages of (POS)

  • Energy Efficiency: (PoS) consumes significantly less energy compared to Proof of Work (PoW) consensus mechanisms, making it more environmental friendly.

  • Decentralization: (PoS) promotes decentralization by allowing anyone to become a validator by staking TAN tokens, rather than relying on computational power as in (PoW) .

  • Security: (PoS) incentivizes validators to act honestly by requiring them to stake TAN tokens as collateral. This aligns their interests with the security and stability of the network.

Conclusion

Proof of Stake (PoS) is a robust and efficient consensus mechanism employed by the TAN blockchain to achieve decentralized agreement and validate transactions. By leveraging the staking of TAN tokens,(PoS)ensures the security, efficiency, and decentralization of the network, paving the way for a scalable and sustainable blockchain ecosystem.

PreviousConsensusNextTAN Consensus(BPoS)

Last updated 4 months ago

🚀