Formiga.

Chapter · Master Solana

Proof of History, the clock

Most blockchains waste time because computers must chat back and forth to agree on what happened first. Solana's key trick is Proof of History, a built-in clock. One computer runs a long chain of hashes, each feeding into the next, and this can only be done in order. That chain acts like a stamped timeline, so validators can agree on the order of events without endless messaging.

Start this lesson →

Free to play. No ads, no token, no account needed to start.

What this lesson covers

Why this is clever

Time is usually the hardest thing for a distributed system to agree on. By turning time into something you can prove with math, Solana lets validators skip a lot of coordination. That is a big reason it can push so many transactions per second. It also means one leader builds the timeline at a time, a detail that matters when we discuss outages later.

What you get asked

  1. What problem does Proof of History mainly solve?

    Ordering events normally needs lots of communication. Proof of History creates a trusted timeline first, so validators spend far less time arguing about what came before what.

  2. Proof of History works by running a long sequence of ___, where each output feeds into the next and cannot be skipped ahead.

    It is a repeated hashing process. Because each step depends on the one before, the chain proves that real time passed between events, like a tamper-evident stopwatch.

  3. Is Proof of History the same thing as Proof of Stake?

    Proof of History only orders events in time. Solana still uses Proof of Stake, where validators lock up SOL, to decide who is trusted and to secure the chain. The two work together.

  4. Put the rough flow of Solana ordering a batch of transactions in order

    The clock runs first and stamps transactions as they arrive. That pre-agreed order is then spread out and confirmed, which is far quicker than agreeing on order from scratch.

The rest of this chapter

A plain-English deep dive into how Solana reaches high speed and low fees, plus the real risks around outages and memecoins.