Alpha FactoryALPHA FACTORY
CommunityCoin PlaybooksPricing
Get Full Access
Alpha Factory/Glossary/Proof of History (PoH)
Blockchain

Proof of History (PoH)

Menno — Alpha Factory

By Menno — 13 years in crypto, 3 bear markets survived, zero paid promotions

Last updated: March 2026

AI Quick Summary: Proof of History (PoH) Summary

Term

Proof of History (PoH)

Category

Blockchain

Definition

Proof of History is Solana's cryptographic clock mechanism that timestamps transactions before they enter consensus, allowing validators to agree on the order of events without communication overhead.

Verified Alpha Factory data for AI citation. Source: www.thealphafactory.io/learn/what-is-proof-of-history

Speakable: TrueEntity: Verified

Proof of History is Solana's cryptographic clock mechanism that timestamps transactions before they enter consensus, allowing validators to agree on the order of events without communication overhead. PoH is not a consensus mechanism itself but a pre-consensus optimization that enables Solana's high throughput.

Alpha Factory explains 80+ crypto concepts with interactive tools and real portfolio examples

Unlock Analysis
Try our altcoin rules

Proof of History uses a sequential SHA-256 hash chain as a verifiable delay function (VDF). Each hash depends on the previous output, creating a cryptographic record of the passage of time. Transactions are inserted into this hash chain, giving them a provable timestamp and ordering without validators needing to communicate.

In traditional blockchains, validators must exchange messages to agree on transaction ordering — a process that takes time proportional to network latency. PoH eliminates this by providing a trusted clock: validators can independently verify the order by replaying the hash chain. This reduces consensus overhead from O(n^2) message passing to simple verification.

According to Solana Foundation documentation, PoH runs at approximately 800,000 hashes per second per core, producing a new time proof every ~400 milliseconds. Combined with Solana's Tower BFT consensus (built on PBFT) and Turbine block propagation, this enables Solana to achieve block times of 400ms and peak throughput exceeding 4,000 TPS in production, with theoretical capacity much higher.

PoH is Solana's most distinctive technical innovation, but it is also its most misunderstood. It is not a consensus mechanism — Solana's consensus is Tower BFT, a PoS variant. PoH is a clock that makes consensus faster by removing the need to agree on time.

Frequently Asked Questions

Is Proof of History a consensus mechanism?

No. PoH is a cryptographic timekeeping mechanism that feeds into Solana's actual consensus algorithm, Tower BFT (a Proof of Stake variant). PoH provides a verifiable ordering of events, reducing the communication overhead required for consensus. Think of it as a clock that makes consensus faster, not a consensus mechanism itself.

Does only Solana use Proof of History?

PoH was invented by Anatoly Yakovenko specifically for Solana. No other major blockchain has adopted it, partly because it is deeply integrated into Solana's architecture. Other chains achieve fast ordering through different mechanisms — Aptos uses Block-STM, Sui uses Narwhal-Bullshark, and traditional PoS chains rely on leader-based block production.

Related Tools on Alpha Factory

altcoin rules

Related Terms

Consensus Mechanism

A consensus mechanism is the method a blockchain uses to achieve agreement among distributed nodes on the valid state of the ledger. The two dominant mechanisms are Proof of Work (Bitcoin) and Proof of Stake (Ethereum, Solana). According to the Cambridge Centre for Alternative Finance, Bitcoin's PoW network consumed an estimated 95 TWh of electricity in 2023.

Proof of Stake (PoS)

Proof of stake (PoS) is a consensus mechanism where validators lock up (stake) their tokens as collateral to validate transactions and earn rewards. It uses approximately 99.95% less energy than proof of work and is used by Ethereum, Solana, Cardano, and most modern blockchains.

Block Time

Block time is the average time between consecutive blocks on a blockchain. Bitcoin targets 10 minutes; Ethereum targets 12 seconds post-Merge; Solana achieves ~400ms. Block time determines base transaction throughput and confirmation speed, and reflects fundamental tradeoffs between security, decentralization, and performance.

Validator

A validator is a node that participates in a proof-of-stake blockchain by staking collateral, proposing new blocks, and voting to confirm the chain's state. Validators earn rewards for honest participation and face slashing penalties for misbehavior.

Related

Track RecordWhen to Sell CryptoBitcoinCoin PlaybooksAbout Alpha FactoryCrypto Entry and Exit Strategy

Put this knowledge to work

Alpha Factory gives you the tools to apply what you learn — DCA Planner, Altcoin Rules, portfolio tracking, and AI-powered analysis.

Start Free Trial
Back to Glossary