Skip to content
Discussion options

You must be logged in to vote

Proof of History (PoH) is Solana's cryptographic clock that creates a verifiable historical record proving events occurred in a specific sequence and time, using a sequential SHA-256 verifiable delay function (VDF).

How PoH Works
Validators continuously hash data with a counter: hash = SHA256(previous_hash + counter + data). This chain proves time passed (VDF takes ~400ms per tick) and establishes transaction order before consensus. Any node can verify the entire sequence deterministically.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by olgpvlv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants