What would the Solana Client Look Like if POH was torn out?


To answer that question, first, we need to understand Proof of History's role in Solana and why it's part of the core innovation.
The Challenge of Time in Blockchain Systems
Distributed systems inherently lack a universal clock, yet time synchronization is critical for blockchain operations. Time is one of the only truly irreversible concepts, and proper time management enables:
Transaction Ordering: Determining which transaction happened first
Preventing Double-Spending: Ensuring funds aren't spent twice
Block Production Scheduling: Coordinating when validators produce blocks
State Consistency: Maintaining a uniform view of the blockchain
Consensus Efficiency: Reducing communication overhead
Finality Determination: Establishing when transactions become irreversible
Smart Contract Execution: Enabling time-dependent contract logic
Traditionally, blockchains that operate on Proof of Stake as a consensus mechanism struggle with time synchronization across the network. They rely on extensive node communication to establish consensus on transaction ordering, which limits throughput and increases latency.
Solana addresses this fundamental limitation through Proof of History (PoH).
Think of PoH as a trusted timekeeper for the entire blockchain - like a global clock that everyone can verify independently. In technical terms, it's a cryptographic time source that creates a sequential hash chain of timestamps.
This works similarly to a puzzle-solving competition where each puzzle can only be solved after the previous one, and solving each puzzle takes a predictable amount of time. The VDF (Verifiable Delay Function) is like this series of puzzles - it forces a specific delay that can't be shortened, but the solution can be quickly verified by anyone.
Imagine a notary stamping documents in sequence, where each stamp includes a tiny piece of the previous document's information (the hash). Anyone looking at these stamped documents can verify they were processed in order and that a specific amount of time passed between stamps. Similarly, PoH creates a cryptographic record proving when events occurred without relying on external timestamps.
Unlike other blockchains where validators need to constantly communicate to agree on timing (like people calling each other to synchronize watches), Solana's nodes can independently verify the passage of time by checking the PoH sequence. This dramatically reduces communication overhead and enables Solana to process tens of thousands of transactions per second - much like how a factory with a synchronized clock system operates more efficiently than one where workers constantly check with each other.
So what happens when it’s torn out?
Implications of Removing Proof of History
Without PoH, Solana's Tower BFT consensus would lack its critical timing mechanism, requiring a complete architectural redesign. The network would need to revert to traditional consensus approaches for transaction ordering and validation—essentially introducing the same communication overhead that Solana was specifically designed to eliminate.
This regression would have cascading effects throughout the system:
Throughput Collapse: Solana's impressive 65,000+ TPS would plummet as validators would require multiple communication rounds to establish what PoH provides automatically.
Parallelization Breakdown: The Sealevel runtime's ability to process transactions concurrently across GPUs depends on PoH's deterministic sequencing. Without it, Solana's parallel execution advantage would be severely compromised.
Finality Uncertainty: The predictable confirmation times enabled by PoH would give way to variable finality periods typical of conventional consensus systems.
Smart Contract Limitations: Time-dependent contract logic would become more complex and less reliable without the verifiable passage of time that PoH guarantees.
To put it mildly, removing PoH wouldn't merely degrade Solana—it would transform it into an entirely different blockchain with fundamentally different properties and capabilities. The system's innovative edge in scalability and performance is intrinsically tied to this cryptographic time source.
In essence, PoH isn't merely a feature but rather the cornerstone of Solana's architecture just as proof of work is to Bitcoin. In fact, when the paper was released, it represented not just an incremental improvement but a paradigm shift in how distributed systems can establish time consensus without sacrificing throughput.
Subscribe to my newsletter
Read articles from Daniel Asaboro directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by

Daniel Asaboro
Daniel Asaboro
Co-Lead, GDSC Unilag. Mobile Developer, Carus, Deliva Pro