What Is Solana?
Solana was built to do one thing that Ethereum couldn't: handle thousands of transactions per second without charging dollars in fees for each one. At its peak, Solana processes around 65,000 transactions per second. Ethereum, before its upgrades, managed around 15. That gap — 4,000x — is the whole point.
The trick is a mechanism Solana's founder called Proof of History: essentially a cryptographic clock that lets all the computers on the network agree on the exact order of transactions without constant back-and-forth communication. Less coordination overhead means more throughput.
What makes Solana interesting: Speed comes at a tradeoff. Solana has experienced several major outages — the network went down for hours at a time because the high performance requirements mean fewer nodes can afford to participate, making it less decentralized than Bitcoin or Ethereum. Evaluating Solana means deciding how much you value raw speed versus resilience and decentralization.
The Problem It Solves
Before Solana, many blockchains had trouble handling lots of transactions quickly and cheaply at the same time. Imagine trying to send emails, but the email system only lets you send a few per minute and charges a fee for each one. This made it hard for apps and services that needed fast and affordable transactions to work well on those blockchains. Solana was created to fix this by allowing thousands of transactions every second without big delays or high costs.
How It Works
Solana uses a special tool called Proof of History (PoH), which works like a cryptographic clock. Think of it as a very precise stopwatch that records the exact order and time of events happening on the network. This helps everyone agree on when transactions happened without waiting for slow communication between computers.
On top of this, Solana uses Proof of Stake (PoS), a method where validators are chosen based on how many SOL tokens they hold and are willing to “lock up” as a promise to act honestly. Validators check and confirm transactions quickly because the cryptographic clock (PoH) already tells them the order to follow. This combination is like having a fast conveyor belt (PoH) that lines up packages, and trusted workers (validators using PoS) who quickly inspect and approve each package before it moves on.
Because of this system, Solana can finalize transactions in less than a second, making it feel almost instant to users.
Why It Matters
Solana's fast and low-cost approach to running decentralized applications opens doors for many real-world uses. For example, it supports decentralized finance (DeFi) apps where users can borrow, lend, or trade without banks. It also helps gaming platforms that need quick and many transactions, making gameplay smoother. Solana's technology is similar in goal to other projects like Avalanche, which also focuses on speed and scalability, and Ethereum-classic, a platform for smart contracts and decentralized apps. Together, these projects contribute to a growing ecosystem where blockchain technology can be more practical and accessible for everyday use.
Continue reading with Pro
Tokenomics breakdown, risk factors, competitive landscape, and advanced technical analysis.
$9/mo after 7 days · Cancel anytime
What Is the Solana Whitepaper?
The Solana whitepaper, written by Anatoly Yakovenko in 2017, introduces Proof of History (PoH) — a cryptographic clock that lets validators agree on transaction ordering without constant coordination. That single innovation is the foundation for a blockchain that processes thousands of transactions per second with sub-second finality, at a fraction of Ethereum's cost. Solana — Solana [introduces Proof of History](https://chainclarity.io…
Original whitepaper: Solana: A New Architecture for a High Performance Blockchain (PDF) | Anatoly Yakovenko's 2017 Medium post
TL;DR
- What Solana is: A Layer 1 blockchain optimised for speed — 65,000+ theoretical TPS, sub-second finality, fees under $0.01.
- What the whitepaper covers: Proof of History as a verifiable delay function for ordering events, plus 7 complementary innovations that eliminate bottlenecks in traditional blockchain design.
- Who should read this: Developers evaluating Solana vs Ethereum or Sui for high-throughput applications, or anyone trying to understand how PoH actually works.
Proof of History explained without math
Most blockchains waste time agreeing on when things happened. Bitcoin miners solve puzzles; Ethereum validators take turns proposing blocks. In both cases, nodes spend significant effort synchronizing clocks and ordering transactions.
Proof of History eliminates this coordination overhead. Here's the intuition:
Imagine a cryptographic hash function that runs in a continuous loop — each output becomes the next input. The sequence is deterministic and can only be computed sequentially (you can't skip ahead). But anyone can verify the output in parallel by checking any segment of the chain.
This creates a trustless clock. Every transaction gets a timestamp by being inserted into the hash sequence at a specific position. When a validator receives a block, it can instantly verify the ordering without asking other validators "did this really happen before that?"
The result: validators skip the coordination step entirely and move straight to confirming transactions. That's where Solana's speed comes from — not from faster hardware, but from less time spent waiting.
The 8 core innovations
Solana's whitepaper and technical documentation describe eight mechanisms that work together:
| Innovation | What it does |
|---|---|
| Proof of History (PoH) | Cryptographic clock for transaction ordering — a verifiable delay function that timestamps events without validator coordination |
| Tower BFT | Proof-of-stake consensus layered on top of PoH. Validators vote on the PoH-ordered ledger; votes expire based on PoH time, enabling fast rollback detection |
| Turbine | Block propagation protocol inspired by BitTorrent. Breaks blocks into small packets and distributes them across validators in a tree structure, reducing bandwidth per node |
| Gulf Stream | Mempool-less transaction forwarding. Clients send transactions directly to the expected leader validator, eliminating the traditional mempool bottleneck |
| Sealevel | Parallel smart contract runtime. Transactions that touch different accounts execute simultaneously across CPU cores — unlike Ethereum's sequential EVM |
| Pipelining | Transaction processing unit that assigns different hardware (CPU, GPU, kernel) to different stages of validation, streaming data through like an assembly line |
| Cloudbreak | Horizontally-scaled account database. Distributes reads/writes across memory-mapped files, enabling concurrent access without locking |
| Archivers | Distributed ledger storage. Nodes store fragments of history (not the full chain), using proof-of-replication to verify data integrity |
The key insight is that these aren't independent features — they're designed as an integrated system. PoH provides the clock; Tower BFT provides consensus; Sealevel provides parallel execution; Turbine, Gulf Stream, Pipelining, and Cloudbreak remove the I/O and networking bottlenecks that would otherwise negate the speed gains.
SOL token and validator economics
SOL is the native token used for transaction fees and staking. Validators stake SOL to participate in consensus and earn both staking rewards (from protocol inflation) and a share of transaction fees.
Solana launched with an initial inflation rate of 8% annually, tapering by 15% per year toward a long-term target of 1.5%. As of mid-2026, effective inflation is approximately 4.5%. Half of each transaction fee is burned, providing a deflationary counterweight.
Validators must meet substantial hardware requirements — the parallel processing design requires high-end CPUs, 512GB+ RAM, and fast NVMe storage. This hardware bar is intentional: Solana optimises for throughput over accessibility, accepting a smaller validator set as a tradeoff.
Network outages: the honest history
Solana has experienced several significant outages that any fair assessment must address:
- September 2021: 17-hour outage caused by a flood of transactions from an IDO (initial DEX offering) on Raydium that overwhelmed the network's forwarding capacity.
- Multiple 2022 incidents: Several partial and full outages, including a 7-hour downtime in June 2022 caused by a bug in durable nonce processing.
- February 2023: A 19-hour outage triggered by a consensus bug in the BPF program cache.
Solana's engineering team has addressed each incident with specific protocol changes (priority fees, QUIC-based networking, stake-weighted QoS). Outage frequency has decreased significantly since 2023, but the incidents illustrate the fundamental tradeoff: optimizing for raw throughput creates more potential failure modes than simpler, slower designs.
Solana vs Ethereum vs Sui
| Solana | Ethereum | Sui | |
|---|---|---|---|
| Consensus | Tower BFT + PoH | Gasper (Casper FFG + LMD-GHOST) | Narwhal & Bullshark (DAG-based) |
| Execution | Sealevel (parallel) | EVM (sequential, sharding planned) | Move + parallel object execution |
| Finality | ~400ms | ~12 min (2 epochs) | ~480ms |
| TPS (observed) | 3,000–5,000 sustained | ~30 (L1 only) | ~5,000+ sustained |
| Language | Rust (programs) | Solidity/Vyper | Move |
| State model | Account-based | Account-based | Object-based |
Sui borrows the parallel execution concept — see our Sui whitepaper breakdown — but uses an entirely different consensus mechanism and object-based state model. Aptos is another Move-based chain with parallel execution, forked from Meta's Diem project.
Solana-native ecosystem examples
Solana's speed has attracted specific application categories:
- Meme coins and launches: Pump.fun is the dominant memecoin launchpad on Solana, leveraging cheap transactions for high-frequency token creation.
- Community tokens: BONK (the first major Solana meme coin) demonstrated the SVM's capacity for viral token distribution at scale.
- DeFi: Raydium, Jupiter, and Marinade Finance all rely on Solana's throughput for order-book-style DeFi that would be cost-prohibitive on Ethereum L1.
Frequently asked questions
Who wrote the Solana whitepaper?
Anatoly Yakovenko, a former Qualcomm engineer, authored the original whitepaper in November 2017. Yakovenko drew on his experience with telecommunications systems, where verifiable delay functions are used for time synchronization. Greg Fitzgerald and Stephen Akridge (also ex-Qualcomm) co-founded Solana Labs and contributed to the technical implementation.
When was the Solana whitepaper published?
The initial whitepaper was published in November 2017. Solana's mainnet beta launched in March 2020. The whitepaper has not been formally revised, but the protocol has evolved significantly since publication — notably the addition of priority fees, stake-weighted QoS, and local fee markets.
Is the Solana whitepaper still accurate?
The core PoH mechanism described in the 2017 paper remains the foundation of Solana's design. However, several implementation details have changed: the network now uses QUIC-based networking instead of UDP, priority fees have been added to combat spam, and the validator client landscape has expanded (Firedancer by Jump Crypto, Jito's MEV-aware client). The whitepaper is best read as the architectural thesis, not a current technical specification.
What problem does the Solana whitepaper solve?
The Solana whitepaper identifies distributed time synchronization as the fundamental bottleneck limiting blockchain throughput. In traditional consensus protocols (including Bitcoin and Ethereum), validators must exchange multiple rounds of messages to agree on the order of transactions — and this coordination cost does not decrease as hardware improves. Yakovenko's insight was that if validators share a cryptographic clock (Proof of History), they can establish transaction ordering independently, eliminating the coordination overhead and letting throughput scale with hardware capability.
How does Proof of History differ from Proof of Stake?
Proof of History and Proof of Stake solve different problems. Proof of Stake determines who gets to propose the next block — validators lock up tokens as collateral and are selected proportionally. Proof of History determines when transactions happened — it creates a verifiable sequence of time without requiring validators to communicate about ordering. Solana uses both: PoH provides the clock, and Tower BFT (Solana's PoS-based consensus) provides the agreement on validity. PoH is the ordering mechanism; PoS is the security mechanism.
How many transactions per second does Solana actually process?
The Solana whitepaper projected a theoretical maximum of 710,000 TPS. In practice, the network sustains 3,000-5,000 TPS under real conditions — still far higher than Ethereum's ~30 TPS on Layer 1. The gap between theoretical and observed throughput reflects network conditions, validator hardware variance, and the practical limits of processing heterogeneous smart contract transactions (not just simple transfers). Solana regularly processes 50-100+ million transactions per day.
Deep Dive analysis
Keep exploring:
Related explanations
You just read Solana
Here’s what’s related:
EthereumETH📜 Smart ContractsEthereum [enables smart contracts and decentralized apps](https://chainclarity.io/ethereum) powered by Ether cryptocurrency.
XrpXRPRipple [facilitates low-cost cross-border money transfers](https://chainclarity.io/xrp) between financial institutions.
Arbitrum NitroARB🔷 Layer 2Arbitrum Nitro [aims for Ethereum scaling](https://chainclarity.io/arbitrum) via optimized layer 2 rollup tech.




