HeliChain White Paper v2.0.1
  • 👋Introduction
  • Overview
    • 💡HeliChain Overview
    • 🧲Features
  • TENDERMINT CONSENSUS ALGORITHM
    • 🛠️Technology and Architecture
    • ⚖️Tendermint Consensus Algorithm
    • ✏️Advantages
  • TOKEN STRUCTURE OVERVIEW
  • 🎒Setup Your Wallet
  • 🪙HeliChain Token Supply and Emissions Curve
  • 🔥Staking Your Coin
  • $HELI
    • 🪙Token Utility and Use Cases
    • 🧮Tokenomics
      • 🪙Token Allocation
      • ⚡Token Distribution
  • RUN NODE
    • 💻Running a Full Node
    • ⚡Create a validator
  • HEAT APP
    • 📭Mining with app - Empowering Individuals
    • 📱Heat App
  • BUSINESS AND MARKET STRATEGY
    • 📌Business and Market Strategy
  • Social Media & Branding Kit
    • ✨Branding Kit
    • 🌏Social Media
    • 🌞Mr.Driller - Official Mascot
  • 🛤️Road Map
  • GOVERNANCE
    • 🏛️Governance and Decentralization
    • 📍Conclusion
Powered by GitBook
On this page
  1. TENDERMINT CONSENSUS ALGORITHM

Tendermint Consensus Algorithm

Tendermint is the default consensus algorithm designed specifically for secure and efficient Byzantine fault-tolerant consensus. It leverages a combination of Practical Byzantine Fault Tolerance (PBFT

The Tendermint consensus mechanism operates through a series of rounds, each of which involves proposing and confirming a new block. Here's a step-by-step overview of the Tendermint consensus process:

  • Validators: A set of validators is selected to participate in the consensus process. Validators are chosen based on their stake in the network, typically determined by the number of tokens they hold or have delegated to them.

  • Proposal: In each round, one validator is designated as the block proposer. The proposer is responsible for creating a new block containing a batch of proposed transactions. The selection of the proposer is typically determined by a deterministic algorithm that takes into account the validators' stakes.

  • Prevote: Once the block is proposed, all validators independently validate the block and cast their prevote messages. A prevote is a tentative vote indicating that the validator has validated the proposed block and believes it is valid.

  • Precommit: After receiving a threshold of prevote messages for a particular block, validators proceed to precommit. Precommit messages serve as a stronger commitment to the proposed block, indicating that the validator has validated the block and is willing to include it in the blockchain.

  • Commit: Once a validator receives a threshold of precommit messages for a specific block, it moves to the commit stage. The commit message represents the final confirmation of the block, and once a validator commits to a block, it is considered immutable and cannot be reversed.

  • Block Confirmation: Once a block is committed, it is appended to the blockchain, and the process repeats for the next round. The finality of the blocks ensures that they cannot be modified, providing security guarantees and enabling applications to rely on confirmed transactions.

Tendermint provides fast finality, which means that once a block is confirmed, it is considered immutable and cannot be reverted. This property is beneficial for applications that require immediate confirmation and security guarantees, such as financial transactions or decentralized exchanges.

PreviousTechnology and ArchitectureNextAdvantages

Last updated 1 year ago

⚖️