Beginner's Guide to Hedera Hashgraph & HBAR

Key Takeaways
- Hedera is the public network, hashgraph is the consensus design (DAG + gossip + virtual voting), and HBAR is the token that pays for services and secures the network via proof-of-stake. HBAR pays transaction fees (transfers, smart contracts, HCS/HTS operations) and supports staking for network security—holding HBAR does not grant governance votes.
- Hashgraph’s core promise: aBFT finality in seconds, fair ordering via median-based timestamps, and no block-based fork/reorg model once finality lands. Hedera targets predictable, low fees (not auction gas) and high throughput (often cited 10,000+ TPS capacity), with real-world results shaped by throttles and workload type.
If you’re exploring the Hedera network or evaluating proof-of-stake cryptocurrencies, understanding what HBAR does—from powering transactions to securing the network through staking—is essential before you decide whether it belongs in your portfolio or your Web3 toolkit. And even if you are simply curious without plans to commit to HBAR or Hedera just yet, this guide will explain all you need to know to make an informed decision.
Hedera Hashgraph Network

Source: Hedera Brand Assets
As it is sometimes called, Hedera Hashgraph Network is a public distributed ledger platform built for production use cases, with an enterprise-ready approach to governance and a consensus mechanism that intentionally departs from block-based blockchain design. The “hashgraph” actually refers to this alternative data organization structure.
The network includes both mainnet and testnet environments and is overseen by a council-based governance model that caps participation at 39 organizations, aiming for vendor-neutral code governance and structured oversight.
History of Hedera
Hedera’s path from a proprietary design to a more open governance posture is one of the easiest ways to understand its priorities—throughput, stability, and institutional adoption without losing the “public network” nature of the system.
- 2015 – Project founding: Dr. Leemon Baird and Mance Harmon established Hedera, initially developing the hashgraph consensus algorithm as a proprietary alternative to blockchain.
- 2018 – Token creation: The entire supply of 50 billion HBAR tokens was created at network genesis, setting the economic foundation before broad public usage.
- September 2019 – Mainnet public access: Hedera opened its mainnet to the public network, moving from limited access to permissionless participation.
- 2022 – Open-source transition: The Governing Council voted to purchase all patent rights to the hashgraph algorithm and released it under the Apache 2.0 License.
- September 2024 – Linux Foundation transfer: Hedera transferred all source code governance to the Linux Foundation, reinforcing vendor-neutral oversight.
To avoid a very common confusion, it helps to separate what “Hedera” is into three parts: (1) the Hashgraph algorithm (gossip protocol + virtual voting), (2) the Hedera public network (both mainnet and testnet), and (3) HBAR (the native token that pays for services like smart contracts, file storage, and transaction fees).
Over time, Hedera’s decentralization story has been less about sudden governance revolutions and more about staged maturity: opening access, expanding governance, releasing code, and reducing reliance on a single controlling entity.
Founders of Hedera
Dr. Leemon Baird (Co-founder and Chief Scientist) is the inventor of the hashgraph consensus algorithm, with a Ph.D. in Computer Science and a background in security-related work tied to the U.S. Air Force Academy and defense contractors.
Mance Harmon (Co-founder and CEO) brings enterprise software and security leadership, including experience as Head of Architecture and Labs at Ping Identity and senior roles at the U.S. Missile Defense Agency.
Baird and Harmon remain visible in technology development and partnerships, but consensus-level decisions about network parameters, treasury allocation, and platform evolution sit with the Hedera Governing Council. That separation is one of Hedera’s defining design choices: keep a consistent product direction while distributing decision-making authority across institutions.
HBAR Tokenomics and Utility

Photo by rc.xyz NFT gallery on Unsplash
Native token called HBAR is what powers the Hedera public network through functional utility, fixed supply mechanics, and demand patterns that depend heavily on network usage rather than mining issuance. If you’re trying to understand it beyond the headline HBAR price chart, tokenomics is where the practical reality lives: what causes HBAR to be needed, how distribution affects circulation, and why staking links the token to security.
Utility
HBAR has a few clear jobs, and each one maps directly to a Hedera service.
- Network fee payment: Users pay HBAR to execute transactions, deploy smart contracts, or use consensus services. Predictable fees (often fractions of a cent) are a big reason microtransactions are feasible here.
- Staking for network security: Token holders delegate HBAR to validator nodes, contributing to the proof-of-stake consensus mechanism while earning periodic rewards.
- Treasury and operational usage: Governance allocations and ecosystem grants distribute HBAR reserves, affecting circulating supply dynamics and ecosystem growth.
- Consensus Service access: Apps pay HBAR to timestamp and order events for verifiable audit trails.
- Token Service operations: Creating, minting, and configuring native tokens on Hedera requires HBAR fees.
HBAR is the fuel for using Hedera, but it is not the only token that can exist on Hedera. Developers can create separate assets through the Token Service, each with its own supply and rules. Those tokens don’t replace HBAR—they depend on it for transaction fees. In practical terms, ecosystem activity is what links token creation and dApp adoption back to HBAR demand.
Supply
HBAR’s supply is fixed in total, but variable in circulation.
The maximum supply of HBAR is capped at 50,000,000,000 tokens—a permanent ceiling. Circulating supply is the portion currently accessible to markets, and it increases over time through a released/allocated supply model. That means effective “inflation pressure” comes from distribution of pre-created tokens, not from new minting.
All 50 billion HBAR were created at network launch in 2018. There is no mining and no ongoing issuance in the proof-of-work sense.
Tokenomics
HBAR tokenomics can be summarized in three loops: fees → demand, staking → security, and distribution → circulating supply.
Every network operation requires fees paid in HBAR. Because fees are small per transaction, millions of low-cost transactions can create meaningful aggregate usage, making transaction volume a key adoption metric. This is different from networks where high fees create a “scarcity by friction” effect; on Hedera, adoption at scale is the economic engine.
Proof-of-stake economics tie HBAR to network security through delegated stake and node weighting. Staking isn’t just “yield”—it’s a security contribution that increases Sybil resistance and aligns incentives. Rewards can vary based on network economics, node performance, and how much total stake is participating.
If it is HBAR markets and future outlook you would like to learn about, you can get insights from our Hedera (HBAR) price prediction page.
Hedera Technology Stack
With the introduction to Hedera and HBAR mostly out of the way, now is the time to take a deeper look at what makes them click. Hedera’s technology stack is best understood as four layers working together: the hashgraph consensus mechanism, application services (Hedera Consensus Service and Smart Contract Service), developer compatibility interfaces (EVM support), and economic security (proof-of-stake).
Hashgraph Consensus

Example of DAG structuring.
Hashgraph consensus is built around gossip-about-gossip: nodes share transactions and metadata about who shared what, and when. Each node packages this into an event and gossips it to peers. Over time, the event history forms a directed acyclic graph (DAG) that every node can reconstruct.
From that shared DAG, Hedera uses virtual voting. Instead of broadcasting vote messages (which would add a lot of overhead), each node calculates what other nodes would have voted based on the deterministic gossip history. This is how consensus can be reached without explicit ballot traffic.
Asynchronous Byzantine fault tolerance (aBFT) is the safety property: consensus holds even with arbitrary message delays and malicious behavior, as long as fewer than one-third of nodes are faulty. Finality arrives in seconds once enough gossip rounds complete—fast, but not instantaneous.
Hashgraph consensus produces three outputs other services rely on: (1) a consensus timestamp with nanosecond precision, (2) fair ordering, and (3) a finality signal that marks the ledger state as irreversible.
Hashgraph vs Blockchain
Blockchains order data through block proposals and propagation, and they can temporarily fork when competing blocks appear. In contrast, hashgraph uses a gossip DAG where many nodes contribute events in parallel and consensus emerges from the graph structure—no leader bottleneck and no reorg risk once finality is reached.
Timestamping also looks differently in this case. Blockchain timestamps come from proposers and can be manipulated within tolerance windows. Hashgraph uses median timestamps based on when nodes first saw a transaction, making manipulation much harder in practice. And because consensus finality is achieved before transactions are treated as final, there’s no “chain tip” to reorganize.
Not being a chain of blocks doesn’t make Hedera “less decentralized” by default. It’s still a public network with permissionless participation via proof-of-stake, transparent history, and Byzantine fault tolerance, just with different data structures and consensus mechanics.
Hedera Application Services
The Hedera Consensus Service (HCS) is an immutable event ordering layer. Clients submit messages (arbitrary bytes), the network reaches consensus on timestamp and order, and the client receives a signed receipt proving when the message was ordered. HCS doesn’t execute logic on-ledger, it timestamps and orders, and your application decides what the messages mean.
Hedera’s Smart Contract Service executes EVM smart contracts on-network. Teams typically choose EVM smart contracts when they want composability with Ethereum tooling and minimal porting friction, while Hedera native services (HCS, Token Service) often win on speed and cost when your need matches a native primitive.
Proof-of-Stake Mechanism
Lastly, Hedera’s proof-of-stake mechanism weights consensus influence by the amount of HBAR staked to nodes. Node operators run consensus software and participate in gossip; delegators allocate their HBAR to nodes they trust. Staking strengthens Sybil resistance and aligns incentives: honest participation protects rewards and reputation, while poor behavior costs delegator trust.
Because virtual voting uses stake weight, a node’s influence scales with the stake delegated to it. Security improves as stake distribution becomes more decentralized; concentration reduces safety margins.
Hedera’s Governance and Security

Performance is great, but governance determines how upgrades happen, and security determines what can go wrong—and who can change what.
Hedera operates under a Governance Council capped at 39 organizations across industries and geographies. Members serve up to two consecutive three-year maximum terms, introducing rotation while maintaining continuity.
The Council steers policy, upgrades, and treasury decisions. Nodes run consensus. While there can be overlap in who operates nodes and participates in consensus, the roles are distinct: policy decisions are not the same as transaction processing.
Hedera changes follow a structured flow: proposal → Council review → supermajority vote → coordinated rollout → monitoring and audits. It’s closer to enterprise software governance than DAO-style experimentation. That predictability has tradeoffs: you get fewer chaotic forks and rushed upgrades, but you also accept that influence is concentrated in institutions rather than broadly distributed token-holder voting. Term limits reduce the risk of permanent entrenchment, but the model is still institution-driven.
Open-source governance and intellectual property control have also evolved over time, moving the project toward more transparent, vendor-neutral oversight and making independent verification more credible for enterprises and regulators.
Hedera’s network security links staking, node weighting, and hashgraph finality. Staked HBAR influences consensus weight used in virtual voting—not block production frequency. This approach aims to keep speed and fairness while making Sybil attacks expensive.
Why should an HBAR holder, dApp builder, or enterprise care? Holders care about predictable change. Builders care about auditability and compliance posture. Enterprises care about defensible risk frameworks when public infrastructure becomes mission-critical.
Hedera Network Features
Hedera’s differentiators aren’t only about TPS headlines. They’re about the properties your application inherits: sustainability, ordering guarantees, and whether automated systems can rely on the network without constant human babysitting.
Hedera is promoted as energy-efficient because it uses proof-of-stake, so validators don’t compete in mining races. No specialized mining hardware, no energy-heavy puzzle solving, and high throughput helps spread overhead across many transactions.
The hashgraph design further reduces waste by avoiding discarded work (like competing blocks). For procurement teams and regulated industries, lower energy profiles simplify ESG reporting and reduce reputational risk tied to high-emission chains.
Fair ordering (or sequencing) reduces the ability of any one party to manipulate transaction order for profit. Instead of letting a proposer decide the lineup, Hedera uses consensus timestamping based on median observation across nodes, making unilateral manipulation harder.
Granted, fair ordering helps at the protocol layer, but doesn’t eliminate application-layer exploitation like latency games or flawed market design. Commit-reveal schemes, batching, and app-specific sequencing rules still matter. Think of Hedera as a stronger foundation—not a complete fairness solution by itself.
As relevantly as ever, AI-readiness in Hedera means three things: predictable fees for automated cost modeling, fast and consistent finality for autonomous execution, and tamper-evident logs for audit trails. Hedera’s fixed fee schedule, fast finality, and immutable consensus records align well with machine-driven workflows. Hedera doesn’t provide AI models or training tools; it’s a trust layer that AI systems can use for verifiable actions and records.
Hedera and HBAR Use Cases
Hedera’s real-world value shows up where HBAR is consumed at specific touchpoints: transaction fees for transfers, contract execution, token operations, and consensus services—plus staking for network security.
| Use Case | Explanation | Why Hedera | How HBAR is Involved | Key Constraints |
|---|---|---|---|---|
| Payments | Payments on Hedera can use native HBAR, tokenized assets via Hedera Token Service (HTS), or settlement coordination via Hedera Consensus Service (HCS). | Real-time finality, predictable sub-cent fees, and fair ordering that reduces front-running risk in competitive settlement. | Fees for HBAR transfers, HTS transfers, and HCS message submissions. | KYC/AML and money transmission requirements remain off-chain realities. |
| Stablecoins | Stablecoins on Hedera are typically fiat-backed for regulated payments contexts, though other models exist. | Low-cost transfer, fast finality, and procurement-friendly governance via the Hedera Governing Council. | Fees for minting, distributing, transferring, redeeming/burning, and optionally anchoring attestations via HCS. | Stablecoin value depends on off-chain reserves and redemption enforceability. |
| Tokenization | Tokenization spans RWAs, securities-like instruments, and digital goods/NFTs. | Configurable compliance controls via HTS, low-cost issuance, and provenance anchoring via HCS. | Fees for creation, updates, transfers, royalties, and smart contract execution when used. | The ledger tracks ownership and rules; it does not create legal title by itself. |
| Carbon Markets | Carbon markets on Hedera involve tokenizing credits/allowances or timestamping carbon accounting data. | Energy-efficient consensus, low-cost retirement/burn mechanics, and fair ordering for transparent auctions. | Issuance, transfers, burn/retirement, and HCS anchoring of MRV audit trails. | Garbage-in/garbage-out: off-chain MRV integrity is still the core risk. |
| Supply Chain | Supply chain applications on Hedera anchor claims and custody events while keeping sensitive data off-chain. | Real-time finality for handoffs, low-cost event logging, and tamper-proof audit trails via consensus timestamping. | HCS messages, HTS transfers (if tokenized goods), and smart contract execution for automation. | Edge device integrity; the ledger can’t fix tampered sensors. |
| Identity | Identity systems on Hedera anchor DIDs, revocation status, and audit logs—without putting personal data on-chain. | Low-cost verification checks, auditable logs, and a governance posture that matches enterprise risk frameworks. | Fees for DID updates, revocation registry updates, HCS anchoring, and optional smart contract logic. | Privacy engineering is non-negotiable; don’t write personal data to a public ledger. |
Getting Started With HBAR
Before you buy anything or move funds around, do a few foundational checks. This is where beginners avoid the mistakes that cost money and peace of mind.
- Understand custody models: custodial (exchange) vs non-custodial wallet.
- Learn address anatomy: Hedera uses account IDs (0.0.XXXXX), and memos matter.
- Apply security measures: unique passwords, 2FA, tested recovery at the very least.
- Verify network compatibility: native Hedera mainnet vs wrapped/bridged versions.
- Start small: test transactions first.
Exchanges
Exchanges are useful for fiat on-ramps and liquidity, but they introduce third-party custody risk should you decide to keep funds in an exchange account. To reduce reliance on an exchange, crypto users withdraw their assets to a self-custody wallet. Keep in mind that many exchanges impose withdrawal holds (often 3–10 days) on newly deposited fiat.
Evaluate a platform by regional availability, fee structure, KYC requirements, network support (native Hedera deposits/withdrawals), and security controls (2FA, allowlists, cold storage disclosures).
When an exchange lists “HBAR,” confirm it’s native Hedera. Bridged versions inherit the host chain’s finality and risk, not to mention, require you to use a bridge before you can even access the ecosystem.
From there, verify the account, top it up in fiat currency or crypto, purchase the assets and preferably, withdraw it to a non-custodial wallet. If you’d like to skip lengthy account verification (in favor of a quick KYC, if needed at all) and withdrawal delays, use ChangeHero to buy HBAR!
HBAR Wallets

Source: Arctic Wallet
Hedera is a crypto project prominent enough for HBAR holders to have options. The choice between custody profiles defines the security responsibility.
Custodial (exchange): Any platform where you can buy HBAR can store it on your behalf, but you inherit platform risk and don’t control keys that equal ownership in crypto.
Non-custodial wallet: you control the private key/seed phrase—more responsibility, but real ownership.
- Seed phrase security: write it down; don’t photograph it or write it digitally (leak prevention).
- Offline backup: store securely and separately.
- Device hygiene: install from official sources only.
- Hardware wallet consideration: for meaningful holdings, hardware isolation is often worth it.
Another thing to keep in mind is that Hedera differs in account structure: you work with an account ID rather than long addresses. Your account remains yours as long as you control the seed phrase/private key behind it.
How to Transfer HBAR
Transfers are where small mistakes become permanent losses. Be precise.
Path 1: Exchange → Wallet
- Verify “Hedera” / “HBAR mainnet” network selection
- Copy/paste your Hedera account ID
- Include memo if required
- Send a small test transfer
- Expect exchange processing delays even if finality is seconds
- Verify via a Hedera explorer (HashScan, Dragonglass)
Path 2: Wallet → Exchange
Same steps, but memos are often mandatory because exchanges use omnibus accounts.
- Pending withdrawal: check holds and security flags.
- Wrong network selected: recovery may require support and may not be possible.
- Missing/incorrect memo: contact receiving platform with transaction details.
- Never share your seed phrase with anyone.
HBAR Staking
Staking supports network security and may provide rewards, but your experience depends on custodial vs non-custodial choices. The difference and risk profile are the same as with custodial vs non-custodial wallets.
Before committing, confirm:
- Lockups and unbonding: confirm liquidity rules. A major upside of staking on the Hedera hashgraph is HBAR remains liquid at all times, without lockups, queues, and no slashing penalties. Still, provider rules may vary.
- Reward rate variability: APY changes with conditions. The current ceiling is 2.5%, set by the Governing Council, but can change with relevant governance procedures.
- Node selection criteria: uptime, commission, reputation. Node threshold, for instance, can affect the rewards, so you might want to monitor this level and reallocate if the conditions change.
- Choose the method: on an exchange, with a provider, or with your own delegation setup.
- Take note of reward cadence (how often the payouts are made)
- Stake a small amount first and test unstaking before going all-in
- Monitor rewards and node performance. Hedera does not penalize changing the proxy node in any way.
Conclusion
HBAR pays transaction fees, supports staking, and ties the economics of the Hedera ecosystem to the security of a public distributed ledger built on Hashgraph consensus rather than a traditional blockchain. Although the network has been built for institutions first, it does not mean that anyone else cannot avail of the many benefits of this technology and ecosystem.
Make sure to check out more similar guides and articles from ChangeHero’s blog! If you want updates daily, why not sign up for updates on our X, Facebook, and Telegram?
Frequently Asked Questions
What is the purpose of HBAR?
HBAR functions as the native cryptocurrency powering the Hedera network, serving dual roles: transaction fuel and network security. The token enables users to pay for network services—transferring tokens, deploying smart contracts, storing files on the Hedera File Service, and accessing consensus timestamping.
How fast are transactions on Hedera?
Hedera achieves speeds measured in three distinct metrics that are often confused: throughput capacity, transaction finality, and network latency. The network's theoretical throughput exceeds 10,000 transactions per second under optimal conditions, but real-world performance depends on throttled capacity limits and application-specific demand patterns.
What are the fees for Hedera (HBAR)?
Hedera's fee structure targets predictability and affordability, with costs designed to remain stable in USD terms but fluctuating in HBAR amounts based on current exchange rates. A typical cryptocurrency transfer costs approximately $0.0001 USD, though the HBAR equivalent shifts with market prices.
How many HBAR are there?
The maximum supply of HBAR is fixed at 50 billion tokens, all of which were minted at the mainnet launch in 2018. The current circulating supply is 43.32B HBAR per CoinMarketCap data.
Can you stake HBAR?
HBAR staking allows users to support network security and earn rewards without operating infrastructure themselves. Users assign their HBAR to a mainnet node operated by Governing Council members or community validators, contributing to that node's voting weight and earning proportional rewards. Staking rewards accrue based on your delegated amount, the node's performance, and overall network participation rates.
What does the Hedera Governing Council do?
The Hedera Governing Council oversees network policy, roadmap priorities, and protocol upgrades but does not control individual user funds or possess authority to reverse transactions unilaterally. The council votes on software updates, fee schedules, treasury allocations, and strategic partnerships. Council members lack technical ability to freeze accounts, reverse finalized transactions, or access private keys.
Disclaimer
This article is not a piece of financial or investment advice and is provided for informational and educational purposes only.
When dealing with cryptocurrencies, remember that they are extremely volatile and thus, a high-risk investment. Always make sure to stay informed and be aware of those risks. Consider investing in cryptocurrencies only after careful consideration and analysis and at your own risk.