What Is Hedera? Hedera Hashgraph and HBAR Explained

You could have heard that Hedera is quicker than many blockchains, makes use of nearly no power, and may course of 1000’s of transactions per second. You could have additionally heard that it isn’t technically a blockchain, its consensus nodes are permissioned, and its governance doesn’t work by way of token voting.
So, what’s Hedera, actually? And which claims about it maintain up when you look past the headlines?
What Is Hedera Hashgraph?
Hedera is an open-source public ledger that performs most of the identical features as a Layer 1 blockchain. Nonetheless, it doesn’t organize transactions right into a linear chain of blocks. As a substitute, Hedera Hashgraph makes use of the hashgraph consensus algorithm to order transactions and attain last settlement.
“Hashgraph” describes each the graph-like historical past created as nodes trade data and the consensus process that analyzes that historical past. Consensus nodes share transactions and metadata about earlier communications by way of a course of referred to as gossip-about-gossip. As a result of every node can reconstruct the identical occasion historical past, it may possibly calculate how different nodes would vote with out sending separate voting messages.
Hedera combines this technique with proof-of-stake. A node’s consensus affect will depend on the HBAR assigned to it, whereas HBAR additionally pays community charges. The result’s a distributed ledger designed to offer deterministic finality, truthful transaction ordering, and excessive throughput with out proof-of-work mining.
Is Hedera a Blockchain?
Hedera gives accounts, tokens, sensible contracts, transaction settlement, and public community entry, so it typically will get grouped with blockchain platforms. Technically, although, Hedera is a distributed ledger that makes use of a hashgraph relatively than a blockchain.
Distributed Ledgers and Blockchains
A distributed ledger is a database replicated throughout a number of unbiased computer systems. A blockchain is one kind of distributed ledger that locations transactions into sequential blocks linked by cryptographic hashes.
Hedera makes use of a distinct construction. Its nodes create interconnected occasions that file transactions and references to earlier communications. The community derives consensus from this shared graph relatively than ready for miners or validators so as to add one other block.
Hashgraph As a substitute of a Chain of Blocks
In a conventional blockchain, transactions enter blocks, and people blocks kind a chronological chain. Hedera’s consensus nodes frequently trade occasions, permitting the graph to develop in parallel.
This blockchain vs. hashgraph distinction impacts how consensus is reached. Hedera doesn’t depend on a block producer to decide on the following batch and ordering of transactions. The community calculates an agreed order from when transactions unfold throughout the node set.
Directed Acyclic Graph Construction
The hashgraph is a kind of directed acyclic graph, or DAG. “Directed” means its connections level ahead by way of the communication historical past. “Acyclic” means the graph doesn’t loop again to an earlier occasion.
Every new occasion references two earlier occasions—one created by the identical node and one acquired from one other node. These hyperlinks let each participant reconstruct how data traveled by way of the community.
Why Was Hedera Created?
Laptop scientist Leemon Baird invented the hashgraph consensus algorithm whereas working with Mance Harmon at Swirlds, an organization they co-founded. They later created Hedera to make the know-how out there by way of a public community constructed for top throughput, predictable charges, and truthful transaction ordering.
Hedera’s mainnet became publicly accessible on September 16, 2019. The founders additionally adopted a council-based governance system relatively than putting all community coverage beneath a single firm or giving direct management to token holders.
Hashgraph was initially patented and licensed by way of Swirlds. In 2022, the Council acquired the intellectual-property rights and open-sourced the code beneath Apache 2.0. In 2024, Hedera contributed its codebase to the Linux Basis Decentralized Belief because the Hiero challenge.
How Does Gossip-About-Gossip Work?
Gossip-about-gossip is the communication system behind Hedera consensus. A consensus node randomly shares a newly created occasion with one other node. That occasion incorporates transactions, a timestamp, and hashes referencing the most recent occasions identified to its creator.
The method works roughly like this:
- A node receives transactions and creates an occasion.
- It hyperlinks the occasion to its personal earlier occasion and one acquired from one other node.
- It sends the occasion to a randomly chosen peer.
- The method repeats till nodes can reconstruct the identical communication historical past.
As a result of that historical past is constructed into the graph, nodes can calculate consensus regionally and not using a separate voting channel.
How Does Digital Voting Work?
Digital voting is the method every node makes use of to calculate how different nodes would vote primarily based on the shared hashgraph. No further vote messages have to journey throughout the community.
Domestically Calculated Votes
Each node sees the identical graph as soon as gossip has unfold the related occasions. It could actually subsequently analyze the graph and decide how different nodes would vote on whether or not an occasion has been sufficiently noticed.
This reduces voting-message overhead. Nodes nonetheless trade occasions by way of gossip, however they don’t have to broadcast a second set of express consensus votes.
Consensus Rounds
The algorithm assigns occasions to logical consensus rounds. These aren’t blocks and don’t include mounted batches of transactions. They assist the community measure how far data has propagated and establish the occasions used to find out consensus.
Witness Occasions
A witness is the primary occasion created by a node in a brand new spherical. Witnesses act as reference factors for analyzing whether or not occasions have reached sufficient of the community.
Well-known Witnesses
A well-known witness is a witness that the algorithm determines has been seen by a supermajority of consensus weight. Well-known witnesses assist calculate the consensus timestamp and last order of transactions.
Sturdy Seeing
An occasion strongly sees one other occasion when the graph incorporates paths by way of nodes representing greater than two-thirds of the community’s staked consensus weight. This graph-reachability take a look at exhibits that data has unfold sufficient to assist settlement.
Two-Thirds Supermajority Threshold
Hedera’s proof-of-stake mannequin requires greater than two-thirds of consensus weight for key settlement choices. Its aBFT safety assumption holds so long as an attacker controls lower than one-third of the related stake—not lower than two-thirds.
Diminished Voting-Message Overhead
Digital voting doesn’t remove communication. Nodes nonetheless gossip occasions all through the community. It eliminates a separate spherical of voting messages as a result of every node can infer the votes from the graph it already holds.
How Does Hedera Attain Consensus?
Hedera combines the hashgraph algorithm with proof-of-stake weighting. Gossip spreads transactions and occasion historical past, digital voting derives settlement, and staked HBAR determines every node’s consensus weight.
Hashgraph Consensus Algorithm
The hashgraph consensus algorithm orders legitimate transactions utilizing the shared occasion graph. It doesn’t merely resolve whether or not a transaction is legitimate. It additionally assigns an agreed timestamp and locations the transaction right into a deterministic consensus order.
Proof-of-Stake Weighting
Consensus affect will depend on how a lot HBAR is staked to every node. A node with extra assigned stake carries extra weight within the algorithm’s supermajority calculations.
This doesn’t imply the node owns the delegated HBAR. Native staking assigns consensus weight whereas balances stay of their holders’ accounts.
Consensus Timestamps and Order
Every accepted transaction receives a consensus timestamp derived from when the community noticed it. Hedera makes use of these timestamps to determine a constant order that functions can confirm.
The identical functionality helps the Hedera Consensus Service, which orders and timestamps utility messages with out executing them as smart-contract directions.
Deterministic Finality
As soon as Hedera reaches consensus, the transaction is last. Customers don’t want to attend for extra blocks to cut back the chance of a reorganization, as they could on networks with probabilistic finality.
Truthful-Ordering Design
Hedera bases ordering on network-wide observations relatively than permitting one block producer to decide on transaction sequence alone. This design goals to restrict a single node’s skill to reorder transactions for its personal benefit, though no community structure eliminates each type of application-level manipulation.
How Safe Is Hedera?
The hashgraph algorithm is designed to offer asynchronous Byzantine fault tolerance, or aBFT. It could actually attain settlement even when messages are delayed or arrive in an unpredictable order, offered malicious individuals management lower than one-third of consensus weight.
Proof-of-stake weighting, deterministic finality, and cryptographic signatures add additional safety. Identified organizations at present function mainnet consensus nodes, bettering accountability however making a decentralization trade-off as a result of the Council controls node admission.
Who Runs the Hedera Community?
Hedera separates consensus participation from historical-data entry. Consensus nodes course of transactions and vote by way of the hashgraph algorithm, whereas mirror nodes retailer and serve community information.
Consensus Nodes
Consensus nodes obtain transactions, create hashgraph occasions, take part in consensus, preserve community state, and produce file recordsdata. Mainnet consensus nodes are at present operated by Hedera Council members and aren’t open for anybody to run with out approval.
Mirror Nodes
Mirror nodes eat file recordsdata produced by consensus nodes and make historic knowledge out there to explorers, functions, and analytics companies. They don’t take part in consensus or preserve the authoritative community state.
Anybody can run a mirror node. This lets builders independently index transactions, balances, token exercise, and Hedera Consensus Service messages.
Is Hedera Permissioned or Permissionless?
Each descriptions require context:
| Community Perform | Entry Mannequin |
|---|---|
| Submit transactions | Public |
| Create accounts, tokens, and functions | Public |
| Question mirror-node knowledge | Public |
| Run a mirror node | Permissionless |
| Run a mainnet consensus node | At the moment permissioned |
| Approve new consensus-node operators | Hedera Council |
The best way to Get Free Crypto
Easy methods to construct a worthwhile portfolio at zero price
How Is Hedera Ruled?
The Hedera Council governs community coverage, software program adjustments, price schedules, treasury choices, and present mainnet node admission. It’s designed to incorporate as much as 39 organizations throughout industries and areas.
Council members have equal voting rights and term limits, stopping voting energy from scaling with firm dimension or HBAR holdings. Governance votes are organizational and separate from proof-of-stake consensus weighting.
Key options embody:
- Equal votes: Every council member will get one vote on issues submitted to the Council.
- Restricted phrases: Members usually serve as much as two consecutive three-year phrases.
- Shared oversight: The Council critiques community upgrades, pricing, treasury coverage, and working guidelines.
- No token governance: Holding or staking HBAR doesn’t provide you with a direct vote in Council choices.
This mannequin affords authorized accountability and coverage stability, however it additionally concentrates formal governance inside a restricted group of invited organizations.
Is Hedera Open Supply?
Sure. Hedera’s community code is open supply, though that wasn’t all the time the case. The underlying hashgraph know-how was initially patented and licensed by way of Swirlds.
The Hedera Council acquired the intellectual-property rights and launched the code beneath the Apache 2.0 license in 2022. Since 2024, the core codebase has been developed as Hiero beneath the Linux Basis Decentralized Belief. Hiero gives a vendor-neutral house for the software program used to run Hedera, whereas the Hedera Council continues to manipulate the stay community.
What Is HBAR?
HBAR is Hedera’s native utility asset. It has two foundational community roles:
- Paying transaction and repair charges
- Contributing stake to consensus safety
HBAR can be transferred as worth, however it doesn’t grant direct governance rights over the Hedera Council.
The full provide is mounted at 50 billion HBAR. That determine isn’t the identical as circulating provide. Hedera’s treasury reporting distinguishes launched, allotted, and unreleased quantities, whereas market-data suppliers might use totally different circulation definitions.
Hedera sets transaction fees in USD and converts them into HBAR utilizing the community trade price. This retains the quoted greenback price predictable, though the quantity of HBAR charged adjustments as its market worth strikes.
Native staking allows you to assign your account’s HBAR steadiness to a consensus node. The steadiness stays liquid, possession doesn’t switch, and Hedera’s native staking system has no lock-up, unbonding interval, or protocol slashing.
How Quick Is Hedera?
Hedera generally cites a throttle of 10,000 transactions per second for native cryptocurrency and token operations. You shouldn’t deal with that quantity as common efficiency for each workload.
The Hedera Sensible Contract Service runs on the Ethereum Digital Machine, or EVM. Sensible-contract execution makes use of fuel and has totally different capability constraints from native HBAR or token transfers. Contract complexity, state entry, and community throttles all have an effect on real-world throughput.
Hedera’s strongest efficiency attribute is quick deterministic finality. As soon as consensus is reached, the transaction doesn’t want extra confirmations to turn out to be safer.
What Companies Does Hedera Present?
Hedera gives 4 core native companies, plus account, scheduling, and data-query options.
| Service | Main Perform |
|---|---|
| Hedera Consensus Service | Orders and timestamps utility messages |
| Hedera Token Service | Creates and manages fungible tokens and NFTs |
| Hedera Sensible Contract Service | Executes Solidity contracts by way of the EVM |
| Hedera File Service | Shops recordsdata corresponding to contract bytecode and configuration knowledge |
The Hedera Consensus Service orders and timestamps utility messages with out executing their logic. The Hedera Token Service creates fungible tokens and NFTs natively, together with configurable provide controls and customized charges. The Hedera Sensible Contract Service executes Solidity sensible contracts by way of the Ethereum Digital Machine. The Hedera File Service shops immutable recordsdata corresponding to contract bytecode and configuration knowledge.
Hedera accounts can maintain HBAR, fungible tokens, and NFTs. Scheduled transactions assist multi-party approvals, whereas mirror-node APIs present REST and gRPC entry to historic knowledge.
What Is the Hedera Consensus Service?
HCS applies Hedera’s ordering and timestamping capabilities to arbitrary utility messages. Builders submit messages to a subject, and the community assigns every message a consensus timestamp and place.
Functions can use HCS for audit logs, supply-chain occasions, id information, and cross-system coordination. HCS doesn’t interpret messages or execute enterprise logic—the applying decides what every message means.
What Is the Hedera Token Service?
HTS lets builders create and handle tokens on the protocol degree. Supported property embody fungible tokens and NFTs with distinctive serial numbers.
Token creators can configure administrative keys, provide controls, pause and freeze choices, KYC settings, and customized charges. HTS can assist stablecoins, loyalty factors, in-game gadgets, and tokenized property. Extra advanced functions can join HTS to EVM contracts by way of Hedera’s system contract interfaces.
How Do Sensible Contracts Work on Hedera?
Hedera helps Solidity contracts by way of its EVM-compatible Sensible Contract Service. You possibly can join with MetaMask, deploy by way of frequent Ethereum growth frameworks, and work together by way of JSON-RPC endpoints.
Compatibility doesn’t make Hedera similar to Ethereum. Its account mannequin, price schedules, throttling, native tokens, tackle dealing with, and a few RPC semantics differ. System contracts additionally join EVM functions to Hedera-native companies, so builders ought to take a look at in opposition to Hedera relatively than assuming each Ethereum conduct carries over unchanged.
What Can Hedera Be Used For?
Hedera helps functions that want funds, tokenization, programmable contracts, or verifiable occasion ordering.
Funds and Micropayments
HBAR transfers have low, predictable charges quoted in USD phrases. This could assist frequent low-value funds, though the entire person price can also embody pockets, trade, or utility fees.
Stablecoins and Tokenized Belongings
HTS can concern stablecoins, loyalty property, tokenized funds, and representations of real-world property. Issuers can use token-level controls and customized charges with out implementing each operate by way of a standalone contract.
Provide-Chain and Audit Information
HCS can timestamp delivery updates, inspections, approvals, and different enterprise occasions. Members can confirm their sequence by way of mirror-node information with out counting on one firm’s personal database.
Digital Identification and Credentials
Functions can anchor credential issuance, revocation, and verification occasions to Hedera. Delicate private knowledge shouldn’t be positioned straight on a public ledger. Techniques usually retailer proofs or hashes whereas holding personal data off-chain.
NFT and Gaming Functions
HTS points NFTs with native serial numbers and royalty-fee assist. Initiatives can use these property for collectibles, memberships, tickets, and in-game gadgets.
Decentralized Finance
Hedera’s EVM atmosphere can run decentralized exchanges, lending protocols, and different DeFi functions. EVM compatibility makes porting simpler, however liquidity, tooling, and protocol danger stay separate issues from community efficiency.
Sustainability and Carbon-Market Information
Initiatives can file carbon-credit issuance, switch, and retirement occasions by way of HCS or tokenized property. A public timestamped file might enhance traceability, however the ledger can’t independently confirm whether or not an underlying environmental declare is correct.
Web-of-Issues and AI Knowledge Provenance
Related units can submit sensor occasions to HCS, whereas AI techniques can file hashes of datasets, mannequin outputs, or approval steps. Hedera can show ordering and existence, however it may possibly’t assure that submitted knowledge was truthful earlier than it reached the community.
How Can Hedera Adoption Claims Be Evaluated?
Partnership bulletins and transaction counts don’t all the time present how deeply a community is getting used. When evaluating a Hedera challenge, test:
- Whether or not it’s a pilot, testnet deployment, or stay mainnet product
- Whether or not transaction exercise is publicly seen by way of mirror-node knowledge
- Whether or not quoted TPS figures discuss with native companies or EVM execution
- Whether or not a Council member is governing the community, constructing a product, or each
- Whether or not utilization comes from many customers or one high-volume utility
HBAR worth actions additionally aren’t dependable proof of community adoption. Market situations, listings, hypothesis, and broader crypto sentiment can have an effect on worth independently of actual utility demand.
How Does Hedera Evaluate with Ethereum?
Hedera and Ethereum each use proof-of-stake and assist Solidity sensible contracts, however their consensus constructions and governance fashions differ.
| Characteristic | Hedera | Ethereum |
|---|---|---|
| Ledger construction | Hashgraph DAG | Sequential blockchain |
| Consensus | Hashgraph with stake-weighted voting | Proof-of-stake blockchain consensus |
| Finality | Deterministic after consensus | Finality by way of Ethereum’s checkpoint course of |
| Sensible contracts | EVM-compatible | Native EVM atmosphere |
| Native token system | Hedera Token Service | Often smart-contract token requirements |
| Governance | Hedera Council and open-source growth | Off-chain group and client-development course of |
| Payment mannequin | Scheduled in USD and paid in HBAR | Market-driven fuel paid in ETH |
Hedera might provide decrease and extra predictable charges for a lot of native operations. Ethereum has a a lot bigger utility, liquidity, infrastructure, and developer ecosystem. The higher match will depend on your utility’s necessities.
How Does Hedera Evaluate with Conventional Blockchains?
Conventional blockchains append transactions in sequential blocks. Hedera builds a graph of interconnected occasions and derives consensus from the communication historical past shared between nodes.
| Characteristic | Hedera Hashgraph | Conventional Blockchains |
|---|---|---|
| Knowledge construction | Graph of interconnected occasions | Sequential chain of blocks |
| Consensus course of | Gossip-about-gossip and digital voting | Varies by community, typically block proposals and validator voting |
| Transaction ordering | Deterministic consensus order | Often primarily based on block inclusion |
| Finality | Deterministic finality | Typically probabilistic or checkpoint-based |
| Block producers | No miners or single block proposer | Miners, validators, or designated block proposers |
| Native charges | Scheduled in USD and paid in HBAR | Often decided by community demand |
| Node entry | Mainnet consensus nodes stay permissioned | Varies from permissionless to permissioned |
Hedera doesn’t use miners or a single block proposer, gives deterministic ordering and finality, and schedules native charges in USD phrases. Nonetheless, participation as a mainnet consensus node stays permissioned.
Additionally needless to say any claims that Hedera is solely “sooner than blockchain” are too broad to be helpful, as a result of networks differ of their workloads, architectures, execution environments, and scaling layers.
Who Created Hedera Hashgraph?
Leemon Baird invented the hashgraph consensus algorithm. He and Mance Harmon co-founded Swirlds earlier than launching Hedera as a public community.
Hedera opened its mainnet to public entry in September 2019. The community later moved from proprietary hashgraph licensing to open-source growth and contributed its core codebase to Hiero beneath the Linux Basis Decentralized Belief.
Is Hedera Environmentally Pleasant?
Hedera makes use of proof-of-stake and doesn’t require aggressive proof-of-work mining. That materially reduces its computational and electrical energy necessities in contrast with mining-based networks.
Hedera has additionally described the community as carbon unfavourable by buying offsets for estimated operational emissions. You must deal with that as an environmental accounting declare primarily based on measurement, certification, and offset methodology—not an computerized property of hashgraph consensus.
Low community power use additionally doesn’t make each utility environmentally helpful. A challenge’s total footprint will depend on its infrastructure, knowledge storage, units, and off-chain operations.
Is Hedera Hashgraph a Good Funding?
HBAR stays a risky crypto asset. Earlier than shopping for, contemplate its mounted 50 billion provide, treasury releases, utility exercise, governance, competitors, regulation, and demand for charges and staking. Staking rewards don’t take away worth danger, and partnerships or technical efficiency don’t assure appreciation. Most significantly, keep in mind to solely make investments what you’ll be able to afford to lose.
Be taught extra in our Hedera Hashgraph (HBAR) worth prediction.
The best way to Purchase HBAR
You should purchase HBAR on Changelly with supported fiat cost strategies or trade one other cryptocurrency for it. The method is straightforward and easy:
- Open Changelly and choose HBAR because the cryptocurrency you wish to obtain.
- Select the fiat foreign money or cryptocurrency you wish to spend.
- Enter the quantity and evaluation the estimated trade price, supplier charges, and anticipated HBAR quantity.
- Enter a Hedera-compatible pockets tackle.
- Choose an out there cost supplier or affirm the crypto swap.
- Full any required cost and identity-verification steps.
- Watch for the transaction to course of and the HBAR to reach in your pockets.
Earlier than confirming the acquisition, make certain the receiving pockets helps Hedera and thoroughly test the tackle.
After shopping for HBAR, you’ll be able to hold it in a appropriate software program or {hardware} pockets. You can even assign the steadiness to a consensus node by way of native staking with out transferring possession or locking the funds.
Ultimate Ideas
Hedera isn’t a traditional blockchain. It makes use of hashgraph consensus, proof-of-stake weighting, and HBAR to offer ordered, last transactions throughout a public distributed ledger. Its native companies assist tokens, EVM contracts, recordsdata, and timestamped messages, whereas its Council governs community coverage and node admission.
The design affords pace and predictable charges, however its permissioned consensus layer and council-based governance stay vital trade-offs to contemplate.
Disclaimer: Please word that the contents of this text are usually not monetary or investing recommendation. The knowledge offered on this article is the creator’s opinion solely and shouldn’t be thought-about as providing buying and selling or investing suggestions. We don’t make any warranties concerning the completeness, reliability and accuracy of this data. The cryptocurrency market suffers from excessive volatility and occasional arbitrary actions. Any investor, dealer, or common crypto customers ought to analysis a number of viewpoints and be accustomed to all native laws earlier than committing to an funding.




