Home
»
Glossary
»
Proof-of-History (PoH)

Proof-of-History (PoH)

Proof-of-History (PoH) is a novel consensus mechanism introduced by Solana, a high-performance blockchain platform. At its core, PoH is a time-keeping mechanism that creates a historical record of events in a blockchain network. It establishes a timestamp for each transaction or event by leveraging a cryptographic hash function, which creates a unique output based on the input data.

This hash-based timestamping allows PoH to create a deterministic and verifiable record of events in the blockchain. The process of PoH involves a designated entity, known as the “historian,” which is responsible for generating timestamps for the events.

The historian is selected through a PoS-like mechanism, where token holders in the Solana network can stake their tokens to participate in the selection process. Once selected, the historian generates timestamps for all the events in the network, including transactions, smart contract executions, and other events, creating a chronological order of events.

The PoH timestamps are then used to establish the order of transactions in Solana’s block production process. Solana uses a PoS-based mechanism called Tower BFT (Byzantine Fault Tolerance) to achieve consensus on the order of blocks. The PoH timestamps provide a reference point for the validators to agree on the order of transactions in the blocks, which helps prevent double spending and other malicious activities.

One of the key benefits of PoH is its scalability. By using a deterministic and verifiable time-keeping mechanism, Solana can achieve high transaction throughput without relying on computationally expensive PoW algorithms. PoH also enhances security by leveraging the distributed nature of PoS-based selection of historians, which makes it difficult for a single entity to manipulate the timestamping process.