# What Is Hyperledger Consensus Mechanism In Blockchain?

* *

By [Zelta](https://paragraph.com/@zelta) · 2022-05-14

---

The Linux Foundation launched Hyperledger Fabric, an open source, permissioned blockchain framework, in 2015.

Hyperledger Consensus Mechanism Explained
-----------------------------------------

It is a modular, general-purpose framework with distinct identity management and access control features that make it suitable for a wide range of industry applications such as supply chain tracking, trade finance, loyalty and rewards, and clearing and settlement of financial assets.

The hyperledger consensus mechanism is a multilayered mechanism designed to achieve reliability in a network involving multiple unreliable nodes, which function in three phases:

*   **Endorsement:** It is driven by policy, a certain number of signatures are achieved and the transaction is endorsed.
    
*   **Ordering:** The endorsed transaction is accepted and then committed to the ledger.
    
*   **Validation:** The committed transaction is validated and approved.
    

![](https://storage.googleapis.com/papyrus_images/57e93174accf25e3419ce9bed07d760c.png)

This mechanism currently finds its use to achieve agreement on a single data value among distributed processes or systems.

This might interest you - [Proof of Work Mechanism](https://zelta.io/blog/what-is-proof-of-work-mechanism-in-blockchain/?utm_source=paragraph&utm_medium=post&utm_campaign=bd) & [Proof of Stake Mechanism](https://zelta.io/blog/what-is-proof-of-stake-mechanism-in-blockchain/?utm_source=paragraph&utm_medium=post&utm_campaign=bd)

---

*Originally published on [Zelta](https://paragraph.com/@zelta/hyperledger-consensus-mechanism)*
