What Is Hedera Hashgraph And How HBAR Works

11 min read
4 views
Sep 2, 2026

Most people call Hedera another blockchain. That label hides the real design. Once you see how events, gossip, and HBAR actually fit together, the usual crypto story starts to look incomplete.

Financial market analysis from 02/09/2026. Market conditions may have changed since publication.

I still remember the first time someone tried to explain Hedera to me as “just another chain.” The phrase landed with a thud. It sounded tidy, and it was also wrong in a way that matters. Hedera Hashgraph does not stack transactions into a line of blocks the way Bitcoin or Ethereum do. It records activity in a graph of events, then asks every honest node to reconstruct the same order from that graph. If you only remember one thing from this piece, remember that distinction. Everything else, including how HBAR is used, flows from it.

What Hedera Hashgraph Actually Is

Hedera is a public distributed ledger built for speed, predictable fees, and a style of finality that regulated teams tend to like. It launched its mainnet in 2019 after the hashgraph algorithm had already spent years in research circles. The pitch was never “become the next retail casino.” The pitch was closer to this: give enterprises a shared record that settles in seconds, costs fractions of a cent, and does not burn a small country’s electricity bill to stay honest.

That last point is not marketing fluff. There are no miners racing to solve puzzles. There is no proof-of-work lottery. Consensus comes from gossip-about-gossip plus virtual voting, two ideas that sound almost too neat until you sit with them. I have found that once those two pieces click, the rest of the network stops feeling mysterious.

The native coin is HBAR. Total supply is fixed at 50 billion tokens, all created at genesis. There is no inflation schedule hiding in a whitepaper footnote. New coins reach the market only when the treasury, overseen by a governing council, releases them. By mid-2026, a large majority of that supply was already circulating. That fact alone changes how you should think about “future dilution.”

Why Calling It A Blockchain Misses The Point

A classic blockchain is a queue. One block. Then the next. Competing proposals get thrown away. Throughput is boxed in by that single-file design. Hashgraph throws the queue out. Each node creates an event whenever it learns something new. That event stores two parent hashes: one from the node itself, one from the peer it just spoke with. Over time those events form a directed acyclic graph rather than a chain.

Because many nodes can create events at once, transactions move in parallel. Hedera has shown production peaks above 3,300 transactions per second, with finality often landing in three to five seconds. Lab talk still mentions five-figure theoretical capacity. Compare that with base-layer Ethereum in the teens or twenties, or Bitcoin hovering near seven, and the architectural bet becomes obvious.

There is a cost. Every consensus node needs a full picture of the graph in memory. Hardware needs climb as the graph grows. Early intellectual property also sat with Swirlds, the firm co-founded by Leemon Baird and Mance Harmon. That history still bothers some open-source purists, even after the code landed under an Apache 2.0 license in 2022. Fair enough. Culture in this industry is allergic to patents, and Hedera walked into that allergy with eyes open.

Fair ordering means the timestamp of a transaction reflects the median moment nodes first saw it, not the whim of a single proposer.

That property is not a party trick. Financial desks care about front-running. Miner extractable value has made a lot of people cynical about “neutral” settlement. Hashgraph’s ordering story is one reason banks and payment pilots keep circling the network, even when retail chatter looks elsewhere.

Gossip, Virtual Voting, And Finality That Sticks

Gossip-about-gossip is the rumor mill with receipts. A node picks another node at random and shares recent events plus the story of who told whom. Because each event already points at two parents, every round carries more history than a plain broadcast. After a handful of rounds, honest nodes hold the same graph.

Virtual voting is the quiet part. Once the graph is shared, a node can compute how every other node would have voted on order, without mailing a single ballot. The graph already encodes who learned what, and when. Run the same deterministic math on the same data and you get the same answer. No leader election. No hash lottery.

Together those steps aim at asynchronous Byzantine fault tolerance, usually shortened to aBFT. In plain language: the ledger can still settle correctly if up to one third of nodes misbehave and if an attacker delays messages between honest peers. That is a strong claim in distributed systems. It is also a brittle one. Breach the two-thirds honest-stake assumption and the model does not “degrade.” It breaks.

Here is the practical difference most users feel. On many chains, “final” really means “probably final after enough confirmations.” On Hedera, once virtual voting assigns a consensus timestamp and order, later events are not supposed to rewind that result. Institutions that settle large transfers tend to prefer math that does not leave a maybe hanging in the air.

The Council Model, Warts And All

Most public networks sell the romance of anonymous validators. Hedera sold something else: a term-limited council of known organizations. By mid-2026 the roster sat at 31 members, with room for more. Names you already know sit at that table: Google, IBM, Dell, Boeing, Deutsche Telekom, plus banks, universities, and a few unexpected seats such as a racing team. Each member runs a consensus node. Each member gets one vote, not a vote scaled to brand size. Terms are capped.

The council steers software upgrades, treasury releases, and strategy. That is unusual accountability for crypto, and it is also the centralization argument in a single sentence. Thirty-one invited firms are not the same beast as thousands of unnamed operators. Hedera’s reply has been consistent for years: treat the council as a bridge, then open node operation more widely. Community nodes have appeared in phases. Full permissionless validation is still the unfinished chapter.

I will say this plainly. If your only test for legitimacy is “can a stranger in a basement run a validator tonight,” Hedera fails that test today. If your test is “can a compliance team name the parties securing settlement,” it passes with less squinting. Different buyers, different scorecards.


How HBAR Works In Practice

HBAR is not a meme with a logo taped on. It has three jobs, and they are boring in the best way.

  • It pays network fees.
  • It weights consensus through staking.
  • It acts as the unit of account across native services.

Fees are quoted in dollar terms, then converted into HBAR at the going rate. That sounds like a small detail until you have watched gas on another network spike during a frenzy. Users get a stabler bill. Operators still receive HBAR. The council treasury still receives a share. Notice what does not happen: those fees are not burned for every holder. Usage does not automatically pinch supply. That is a design choice, not an accident, and it is one of the sharper critiques of the token’s value loop.

Staking is proxy staking. Holders delegate HBAR to nodes and raise those nodes’ voting weight. Rewards come from the treasury, not from printing new coins. The protocol only fully rewards up to 6.5 billion staked HBAR, which is 13 percent of total supply. When more than that sits staked, yields get diluted. Mid-2026 figures put staked tokens above that cap, with annualized returns in a tight band around 2 percent. Not thrilling. Not imaginary either.

Perhaps the most interesting aspect is the psychology of a capped, pre-minted coin. People love narratives about burns and shrinking supply. Hedera offers scheduled releases instead. If you dislike council control over circulation, you will dislike this market structure. If you dislike surprise inflation, you may prefer it. Both reactions are reasonable.

FeatureHedera approachTypical chain habit
Data shapeDirected acyclic graph of eventsSequential blocks
Fee quoteUSD schedule, paid in HBARGas that floats with demand
FinalityMathematical after consensus timestampOften probabilistic confirmations
Supply50 billion pre-minted, no inflationVaries, often inflationary rewards
ValidatorsCouncil nodes, community rollout in stagesUsually permissionless sets

Native Services That Do The Heavy Lifting

Hedera does not force every feature through a smart contract wrapper. Three protocol-level services carry most of the load.

The Hedera Token Service mints and moves fungible and non-fungible tokens as native operations. Freeze, wipe, and KYC-style flags live at that layer. Fees stay tiny. If you have ever paid real money just to deploy a vanilla token contract elsewhere, this part feels almost rude in its simplicity.

The Hedera Consensus Service is an ordered log with a running hash. An app submits a message to a topic and gets back a consensus timestamp plus proof that the message sat in that sequence at that time. Oracle feeds, audit trails, carbon records, and messy multi-system workflows fit here. It is not glamorous. It is useful.

The Smart Contract Service runs a Solidity-friendly environment based on Hyperledger Besu. Existing Ethereum-style contracts can land with little or no rewrite. Precompiles let those contracts talk to native token and consensus features. Tooling many developers already know still works. Gas is priced in tinybars, the smallest slice of HBAR, and still follows a dollar-linked schedule. Predictability again.

In my experience, teams that already live in Solidity underestimate how much friction disappears when minting is a native call instead of a custom contract they must babysit. Teams that live in enterprise integration underestimate how much they still need a decent developer community. Hedera is stronger on the first point than the second.

Where The Network Is Actually Being Used

Retail DeFi is not the headline. Institutional plumbing is. Stablecoin toolkits on Hedera lean on fixed fees and high throughput. One live example is a multi-bank Philippine peso token built with local banks and a payments group. Micropayments stop looking silly when the fee is a rounding error.

Central bank experiments have shown up too. An Australian reserve project explored settlement on the network. A cross-border payments proof of concept tied Hedera-native assets into a messaging layer with other sandbox digital currencies. Those remain pilots. Treat them as signals, not as a finished product lineup.

Supply chains and ESG trackers like the consensus service because a timestamped hash is easy to wave at an auditor. An open-source platform originally associated with Hedera, later shepherded in a foundation setting, lets groups mint carbon credits as tokens with a paper trail that is hard to quietly edit. Low energy use is part of that sales conversation, and it is not an empty talking point when the alternative is a proof-of-work chain.

Tokenized funds and securities experiments use the EVM layer for redemption logic while keeping issuance cheap. None of this makes Hedera a crowded playground of yield farms. It does make the network look like infrastructure that a legal team can put in a slide deck without sweating through the logo.

How It Stacks Up Against Familiar Names

Against Ethereum, Hedera still wins on base-layer fees and raw finality speed. Layer twos have chewed into that fee gap, which is healthy for users and slightly awkward for any “we are cheaper” pitch that froze in 2021. Hedera’s DeFi depth is thinner. Liquidity follows crowds, and crowds still camp elsewhere.

Against Solana, both sides talk throughput. The philosophies diverge. One leans on a large permissionless set and has paid for that with congestion drama. The other leans on a curated council and has paid for that with skepticism about who really holds the keys. Uptime stories favor Hedera. Organic volume stories usually do not.

Against permissioned enterprise ledgers, Hedera offers a public record, a native coin, and open access. Those other systems offer tighter privacy rooms and no public token politics. If you need a closed club, you may not want Hedera. If you need a public audit surface with known operators, you might.

Late 2024 brought a spot HBAR fund filing in the United States, one of the earlier attempts outside the usual two-asset club. Filings are not approvals. They are still a tell. Someone with a prospectus is willing to argue that this token is its own thing, not a footnote under a larger ticker.

The Gaps You Should Not Wave Away

Centralization is the first gap. Until anyone can run a full consensus node under open rules, security still leans on council participation and good faith. That is a real dependency, not a vibe.

Value accrual is the second. Fees flow to operators and the treasury. Holders do not get an automatic burn. Heavy usage can still leave the coin’s economic story feeling indirect. Some networks made fee destruction a religion. Hedera did not convert.

Developer gravity is the third. Builders go where users already shout. Hedera’s shout is quieter. Attracting mindshare remains work. A thin DeFi layer also means fewer accidental stress tests from chaotic retail flow, which is both a blessing and a warning.

Staking yield is the fourth. Once delegated supply sits above the reward cap, returns compress. Nobody has publicly promised to lift that cap. If you are chasing yield as a lifestyle, this is the wrong neighborhood.

Activity versus capacity is the fifth. Theoretical tens of thousands of transactions per second look great on a slide. Average live throughput often sits far below peak. Cumulative lifetime counts can still look huge because the clock has been running for years. Both numbers can be true at once. Demand is the open question hiding under the capacity brag.

  1. Ask who runs the nodes this quarter, not last year.
  2. Price the exact operation you need against two rival networks.
  3. Model staking yield after the reward cap, not the brochure rate.
  4. Treat third-party apps as their own risk, even on a sturdy base layer.
  5. Separate pilot press from production volume.

Questions People Ask, Answered Without The Fog

Is Hedera a blockchain? No. It is a hashgraph ledger. The shared outcome is an ordered, hard-to-rewrite record. The machinery is different.

Is hashgraph just proof of stake with extra steps? Not really. Stake weights votes. The agreement method itself is gossip plus virtual voting, not block proposal contests.

Who controls the network? The governing council, for now. Equal votes. Term limits. A stated path toward more open operation that is not finished.

How busy has the mainnet been? Lifetime transactions crossed the 50 billion mark by early 2026. Peaks above 3,300 per second have been recorded. Everyday load is usually much calmer.

Can Ethereum contracts run here? Yes, on the Besu-based service, with hooks into native features.

Is supply inflationary? No. All coins existed at genesis. Circulation grows when the treasury releases coins the council already holds.

A Grounded Way To Evaluate It

Read the algorithm yourself if you have the stomach for it. The code is public. Look at which organizations actually run nodes this month. Compare the published dollar fee schedule with the real cost of minting a token, posting a consensus message, or running a contract on networks you already use. Do the staking math with dilution included. Then decide whether the product matches the job.

This is not a price call. It is not a shopping list for exchanges. It is not legal advice in any country. Markets move. Council seats rotate. Documentation ages. Still, the core design has been unusually stable: graph instead of chain, fees pinned to dollars, council as the present security set, HBAR as fuel and stake.

If you came here hoping for a simple verdict, here is the closest I can offer. Hedera is a high-assurance settlement fabric that traded grassroots chaos for corporate continuity. That trade will look smart in a boardroom and suspicious on a forum thread. Both reactions are part of the same story. The graph keeps growing either way.

And if someone again tells you it is “just another blockchain,” you now have a better reply. Ask them how an event with two parents reaches a median timestamp without a miner picking the next block. Watch the pause. That pause is usually where the real conversation starts.

The fundamental law of investing is the uncertainty of the future.
— Peter Bernstein
Author

Steven Soarez passionately shares his financial expertise to help everyone better understand and master investing. Contact us for collaboration opportunities or sponsored article inquiries.

Related Articles

?>