Hedera

HBAR Rank #25

An enterprise-focused public network using a hashgraph consensus rather than a traditional blockchain.

Educational overview, not investment advice This page explains how Hedera works and its history. Live prices and market data change constantly — always check a real-time source before making decisions.

Hedera is a public distributed ledger that uses a technology called hashgraph rather than a conventional blockchain to reach agreement across its network. Where most networks arrange transactions into sequential blocks chained together, Hedera’s hashgraph protocol gossips information across nodes in a pattern that its designers argue is faster, fairer, and more energy-efficient — while still being open enough for anyone to use.

Background

Most public networks sacrifice at least one desirable property in order to achieve the others. A chain that is highly decentralized tends to be slower; one that is fast tends to concentrate power in fewer hands. Hedera was built to challenge that trade-off, targeting the kind of organizations — banks, logistics companies, healthcare providers — that need verifiable, tamper-evident records at high throughput but cannot afford to wait seconds or minutes for finality.

The network positions itself as a middle path: a truly public ledger governed by a council of major global organizations, with no single company in control, yet with the predictable performance that enterprise applications demand. Whether that balance is the right one involves genuine trade-offs, and thoughtful observers disagree about them. Understanding what Hedera actually built, though, is worthwhile regardless of where you land on that debate.

For background on why consensus mechanisms matter and what problem they solve, that page is a good place to start. The broader question of what a Layer 1 network is also helps frame how Hedera fits into the landscape.

History

Leemon Baird, a computer scientist, invented the hashgraph consensus algorithm and co-founded Hedera Hashgraph with entrepreneur Mance Harmon. Baird published the original whitepaper describing the algorithm before the public network launched, and the core patent on the hashgraph technique was held by Swirlds, their earlier company.

The mainnet opened to the public in September 2019 after a period of limited access. From the beginning, Hedera organized its governance around a council of well-known institutions — multinationals, universities, and technology companies — each of which runs a node and holds a seat on the governing council. The council was structured so that no member can hold a seat indefinitely, with term limits designed to prevent permanent capture by any single interest.

Over the years the network expanded its native services beyond simple HBAR transfers, adding a token service for issuing and managing fungible and non-fungible tokens without smart contracts, a consensus service that lets external applications use Hedera as a trust layer for their own event logs, and eventually a full smart contract environment compatible with the Ethereum Virtual Machine. That EVM compatibility was a significant milestone because it let developers deploy Solidity code on Hedera without rewriting it, broadening the pool of potential builders.

Hedera has also been involved in sustainability discussions; the hashgraph protocol’s voting mechanism does not require the energy-intensive computation of proof-of-work mining, and the network has publicized comparisons of its energy use per transaction.

Technology

The core innovation is the hashgraph consensus algorithm. Rather than grouping transactions into blocks that nodes vote to accept one at a time, hashgraph uses a mechanism called “gossip about gossip”: each node repeatedly picks a random neighbor, shares its full history of what it knows (including what it knows that other nodes told it), and attaches a small cryptographic record — called an event — to track which node said what to whom and when.

Over many rounds of this gossip, every node independently accumulates enough information to reconstruct the same virtual voting record without actually passing votes around the network. This is called virtual voting, and it allows the network to reach asynchronous Byzantine Fault Tolerant (aBFT) consensus — the highest formal security grade for distributed agreement — without the communication overhead of explicit vote messages.

The claimed practical result is high transaction throughput with transaction finality measured in seconds rather than minutes, and deterministic ordering of transactions that prevents certain forms of manipulation where miners or validators can reorder pending transactions for profit (a problem sometimes called maximal extractable value, or MEV, on other chains).

Hedera’s architecture exposes several distinct services at the protocol level:

ServiceWhat it does
Hedera Token Service (HTS)Issue and manage fungible or non-fungible tokens natively
Hedera Consensus Service (HCS)Provide ordered, timestamped event logs for external apps
Smart Contract ServiceEVM-compatible smart contracts in Solidity
Hedera File ServiceStore files on-network with access controls

The governance structure is notable. The Hedera Governing Council is a group of up to 39 organizations from different industries and geographies. Each member operates a consensus node and participates in decisions about the network’s roadmap and treasury. The rotating seat structure and geographic diversity requirements are meant to prevent the kind of informal centralization that can creep into networks governed by a small, overlapping group.

One honest caveat: because only council members currently run consensus nodes, Hedera is more permissioned at the validator layer than networks like Ethereum or Solana, where anyone can run a validating node. The team has stated plans to open node operation more broadly, but the degree of decentralization at any given time is worth assessing independently.

Tokenomics

The total supply of HBAR is fixed at 50 billion coins, all of which were minted at genesis. There is no ongoing issuance through mining or inflationary block rewards. Instead, the network distributes HBAR from a treasury according to a schedule designed to fund network development, ecosystem grants, and node rewards over time.

HBAR serves two main functions on the network. First, it pays transaction fees — every operation, from transferring tokens to calling a smart contract, costs a small amount of HBAR denominated in USD-equivalent terms and then converted at the current HBAR price. This USD-pegged fee model is intended to give enterprises predictable costs. Second, HBAR is used for staking: holders can stake their coins to network nodes, contributing to the security of the network and earning a portion of transaction fees in return.

Because the supply is fixed and there is no new issuance, the emission schedule is entirely a matter of how quickly the treasury releases coins. The pace of treasury distributions has been a subject of ongoing community attention, since large scheduled releases can affect circulating supply. Understanding vesting and token unlocks more broadly is useful context here.

There is no mechanism to burn HBAR in the way some other networks destroy a portion of fees. Transaction fees are collected and redistributed rather than permanently removed from supply.

In summary

Hedera occupies a genuinely distinct position in the public network landscape: it is not trying to be a permissionless, fully decentralized system in the mold of Bitcoin, nor is it a private enterprise blockchain. It is an attempt to build a high-performance public ledger with institutional governance that still allows open access for developers and users. The trade-offs that come with that design — especially around node permissioning — are real and worth weighing. For anyone evaluating Hedera, the technology is rigorous and the governance model is unusually transparent; the honest question is whether its particular balance of properties matches what a given use case actually needs.

Last reviewed January 1, 2026.