---
title: "Hedera Consensus Service"
id: "367"
type: "page"
slug: "consensus-service"
published_at: "2025-10-09T21:03:24+00:00"
modified_at: "2026-04-10T19:59:47+00:00"
url: "https://hedera.com/service/consensus-service/"
markdown_url: "https://hedera.com/service/consensus-service.md"
excerpt: "hedera consensus service Trusted timestamps. Verified order. Hedera Consensus Service acts like a decentralized notary, providing verifiable and immutable timestamps for events without storing the data itself. This ensures no single party controls the process, eliminating front-running and guaranteeing that..."
---

hedera consensus service

# Trusted timestamps. Verified order.

Hedera Consensus Service acts like a decentralized notary, providing verifiable and immutable timestamps for events without storing the data itself. This ensures no single party controls the process, eliminating front-running and guaranteeing that everyone sees the same transaction order, exactly as it happened.

no node manipulation

## Fair and accurate transaction ordering

Transactions are timestamped based on when they’re seen by the majority of the network, not by any single node.

## Gossip about gossip

Nodes don’t just share transactions. They also share information about who they heard it from and when. This extra layer of information creates a trusted record of how data moves through the network.

## Virtual voting

Nodes don’t vote in real time. Instead, each one uses shared data to independently calculate the order of transactions. A consensus timestamp is then assigned based on when a supermajority of nodes first saw the transaction.

## Messages and consensus results

Messages can be public or encrypted with additional privacy. Every consensus result is verifiable and can be independently audited by anyone.

predict costs

## No gas = no guesswork

Hedera avoids gas-based pricing. Fees are predictable, set in USD, and converted to HBAR at the time of transaction. There are no surprises, just simple and reliable costs for every operation.

See the Fee Calculator for more details.

[Fee Calculator](/fee-calculator)

## Start building today

Record and verify transactions in real-time, with no surprises.

[Get Started](/start-building)
[Consensus Service Docs](https://docs.hedera.com/hedera/sdks-and-apis/hedera-api/consensus)

```
    
     //Create the transaction and optionally freeze for manual signing.

const transaction = await new TokenCreateTransaction()

.setTokenName("Your Token Name")

.setTokenSymbol("HGC")

.setTreasuryAccountld (treasuryAccountld)

.setinitialSupply(5000)

.setAdminKey(adminPublicKey)

.freezeWith(client);
    
   
```

success stories

See why leading institutions trust Hedera Consensus Service

[#](#)

[#](#)

[View All](/case-studies)

Anchoring trust in carbon emissions data

Hyundai Motor Company and Kia Corporation launched Integrated Greenhouse Gas Information System to monitor emissions across the vehicle lifecycle.

[Case Study](/case-study/hyundai-kia/)

Revolutionizing healthcare data management

Acoer is enabling secure, transparent, and interoperable health data sharing while maintaining patient privacy and regulatory compliance.

[Case Study](/case-study/acoer/)

Powering machine to machine commerce

Neuron is advancing trust and efficiency for IoT systems across both physical and digital infrastructure.

[Case Study](/case-study/neuron/)

featured video

## Hedera Consensus Service explainer

Hedera Consensus Service is a high-throughput, low-latency digital notary system that brings fairness, transparency, and trust to how data is recorded and verified.

consensus service resources

Featured resources

[#](#)

[#](#)

[View All](/case-studies)

video

**How Hedera Consensus Service reestablishes trust in data**

In this short explainer video, discover how Hedera Consensus Service delivers trust in a world of opaque data and enables enterprises to unlock hidden insights.

[Watch Video](https://youtu.be/odaiNv1OV9o)

white paper

**Original Hedera Consensus Service white paper authored by Dr. Leemon Baird**

Dive into a piece of Hedera history with the original Hedera Consensus Service white paper that outlines how HCS provides the validity and order of events, as well as transparency into the history of events over time without requiring a persistent history of transactions.

[Read Paper](https://hedera.com/wp-content/uploads/2025/12/hh_whitepaper.pdf)

documentation

**Learn how to build using Hedera Consensus Service**

Access comprehensive tutorials and guides, including submitting your first message with a consensus timestamp on Hedera Consensus Service.

[View Docs](https://docs.hedera.com/hedera/sdks-and-apis/hedera-api/consensus/consensus-service)

tutorial video

**Get started on Hedera Consensus Service on Docs**

Michiel Mulders from Hashgraph Developer Relations team walks through how to use Hedera Consensus Service to build applications using JavaScript or other programming languages.

[Watch Video](https://youtu.be/oqgxsLbVraI?si=V8g8cfy2ASYpBX5_)

use cases

## What can you build with Hedera Consensus Service?

#### Supply chain

Track inventory, transfers and ownership changes at every step. Record events in real time to prove authenticity and prevent counterfeiting in industries like food, pharmaceuticals, and luxury goods.

#### Stablecoin issuance

Record every mint and burn event on a tamper-proof ledger. Build real-time dashboards that improve trust with users, auditors, and regulators.

#### FX trading

Capture foreign exchange trades in a verifiable order. Prevent front-running and enforce sequential ordering across counterparties.

#### Digital identity and notarization

Register identity events like credential issuance, verification, and revocation. Publish document hashes to prove existence at a specific point in time for IP protection, legal filings, and content ownership.

#### Gaming

Log off-chain game state updates in a secure sequence. Prevent cheating and reduce disputes in multiplayer gaming environments.

#### DAO voting records

Publish timestamped, verifiable voting records. Increase transparency, auditability, and community trust in decentralized governance.

see what others are saying

Trusted for the real world

[#](#)

[#](#)

[View All](/case-studies)

**Hyundai Motor and Kia successfully verified the effectiveness of Hedera’s high-performance network and have adopted it to accomplish their critical goal of promptly and securely collecting carbon emissions data, giving stakeholders and investors visibility and confidence in the results.**

Seung Hyun Hong

Head of Materials Research and Engineering Center

[Read More](/case-study/hyundai-kia/)

**Acoer takes advantage of several of the Hedera network services, including the Hedera Consensus Service (HCS), which is used for creating tamper-proof and auditable logs of data transactions.**

Jim Nasr

CEO

[Read More](/case-study/acoer/)

**Each flight creates millions of data points, which no other public ledger has been fast enough to log and correctly order. By leveraging Hedera Consensus Service we can gather, store, and order this data immediately, giving us a real time ‘radar system’ for drones.**

James Dunthorne

CEO

[Read More](/case-study/neuron/)

**Diamond Standard utilizes the Hedera Consensus Service (HCS) to create a completely secure record of all transactions involving Diamond Commodity Tokens, ensuring transparency and immutability of any activity of the Tokens.**

Rajiv Sohal

CTO

[Read More](/case-study/diamond-standard)

## Discover why builders trust Hedera Consensus Service

Explore documentation, collaborate with other builders, and ask questions.

[Contact Us](/contact?source=consensus-service)

[Start Building](/start-building)

[Learn More](/case-studies)
