What is Hedera (HBAR)?
π New to this? Just start reading at the top β it begins in plain English and gets more detailed as you scroll. Jump to any level:
π’ The simple version
Plain English β no jargon. Start here.
Hedera is a fast, low-cost network for businesses, run by a council of big global companies rather than anonymous miners.
An enterprise-friendly network
Hedera does similar things to other smart-contract platforms β apps, payments, tokens β but it's built and governed differently. Instead of being run by anonymous computers worldwide, it's overseen by a council of well-known global organisations. That structure is designed to appeal to businesses that want speed, low fees, and recognisable names behind the network.
What's different
Hedera uses its own distinctive technology (called hashgraph) rather than a traditional blockchain, which it says makes it very fast and efficient. Its coin is HBAR. The pitch is "enterprise-grade" reliability and predictable, tiny fees.
What to keep in mind
That council-run model is more centralised than networks like Bitcoin or Ethereum β a trade-off some value (stability, accountability) and others dislike (less "decentralised"). HBAR is volatile like all crypto, so treat it carefully.
π‘ A bit more detail
For when you want to go a little deeper.
Hedera's use cases
Hedera targets enterprise and government use cases rather than DeFi speculation. Notable deployments: The Coupon Bureau (uses Hedera for digital coupon processing), ServiceNow (enterprise workflow tokenisation), multiple tokenised asset platforms (fractional real estate, carbon credits), CBDC pilots, and supply chain tracking. The fixed low fee ($0.0001/transaction regardless of network load, unlike Ethereum's variable gas) is specifically designed for enterprise applications that need predictable cost budgeting.
Hedera and crypto community skepticism
The crypto community is often skeptical of Hedera for several reasons: (1) Hashgraph is patented β an unusual restriction in the otherwise open-source crypto space; (2) The governing council is centralised β 39 corporations is not the "decentralised" ethos most crypto advocates want; (3) Swirlds receives royalties from Hedera's success, creating a profit motive for the founding company. Proponents argue that Hedera's design trade-offs are appropriate for enterprise use cases where legal accountability and predictable governance matter more than permissionlessness.
Hedera's 39-council-member governance is fundamentally more centralised than Ethereum or Solana's thousands-of-validators models. For enterprises that need known counterparties and regulatory clarity, this is a feature. For users who value crypto's permissionless ethos, it is a significant trade-off. Be clear about which values matter to you when evaluating HBAR. Live data: CoinGecko
π£ The full technical picture
For the technically curious.
Key facts
- Token: HBAR (gas + staking, 50 billion max supply)
- Technology: Hashgraph (DAG-based, not a blockchain) β patented
- Governance: 39-member Governing Council (Google, IBM, Boeing, LG, etc.)
- Throughput: 10,000+ TPS, 3-5 second finality
- Transaction fee: $0.0001 fixed (no variable gas)
- Energy: Carbon-negative (purchased offsets exceeding consumption)
- Target market: Enterprise and government tokenisation, payments, supply chain
- Crypto criticism: Centralised governance, patented algorithm, royalties to Swirlds
- Backing: Governing Council members; raised ~$124M
Gossip about gossip consensus
Hashgraph consensus works via "gossip protocol": each node randomly selects another node and shares its entire known transaction history. This "gossip about gossip" creates a shared record of who-knows-what at every moment. "Virtual voting" is then applied: each node can calculate how others would vote on transaction ordering based on the gossip graph, without actually sending votes. The consensus algorithm uses this virtual vote graph to determine transaction ordering in a way that is: asynchronous Byzantine Fault Tolerant (aBFT β the strongest formal security property), fair (no single node can determine transaction order), and fast (no round of actual vote messages needed β the virtual votes are sufficient for consensus).