Page 02 — Foundation

What Is
Solana?

An informational look at the origins, architecture, and design intentions behind a blockchain protocol that attracted wide attention after 2020.

01 · DEFINITION

A Protocol, Briefly

Solana is a public, open-source blockchain network. Like other protocols in this category, it maintains a distributed ledger — a record of transactions and state changes that no single party controls. What distinguishes it from many predecessors is a focus on processing transactions at speeds that were previously difficult to achieve without sacrificing decentralization or security in significant ways.

The network uses a native token (SOL) to pay for computational operations and to participate in its consensus mechanism. Developers can deploy programs — often called smart contracts in other contexts — that run on the network and interact with its state.

Solana is sometimes described as a "high-performance" blockchain, referring to its design goal of processing many thousands of operations per second under real-world conditions, rather than just in theoretical benchmarks.

02 · ORIGINS

Why It Appeared

The foundational whitepaper was written by Anatoly Yakovenko and circulated around 2017. At that time, widely used blockchains like Bitcoin and Ethereum faced a persistent bottleneck: as more people used them, congestion grew and transaction costs rose sharply. The underlying cause was architectural — each node on those networks had to reach agreement on the ordering of events, and doing so slowly was the price of doing it safely.

Yakovenko's contribution was a mechanism called Proof of History, which encodes the passage of time cryptographically. Instead of every node waiting to agree on what happened and when, the network can use this encoded timeline to reduce the coordination overhead that traditionally slowed things down.

The core problem Solana was designed to address is often called the "scalability trilemma" — the difficulty of achieving speed, security, and decentralization simultaneously. How well it solves this remains an open and debated question.

2017 Whitepaper year
2020 Mainnet launch
PoH Key innovation
03 · ARCHITECTURE

Structural Choices

Solana combines several technical mechanisms to achieve its speed. In addition to Proof of History, it uses a delegated Proof of Stake system for validator selection, a pipelined transaction processing model, and several parallelization techniques that allow multiple independent transactions to be processed simultaneously rather than sequentially.

These choices carry trade-offs. Running a validator node on the network requires significantly more hardware than on some competing chains, which raises questions about how truly distributed the infrastructure remains in practice. The technical bar for participation is genuinely higher than on networks designed with minimal hardware requirements as a priority.

Architectural decisions always involve trade-offs. Solana prioritizes throughput and low latency. What that means for long-term decentralization is something researchers and observers continue to study and debate.

04 · CONTEXT

Broader Context

Solana did not emerge into a vacuum. It is one of many blockchain protocols that have attempted to address the limitations of earlier networks. Some approaches — like Ethereum's transition to Proof of Stake and its layer-two ecosystem — chose to build on existing infrastructure. Others, including Solana, chose to build new base layers with different foundational assumptions.

Neither approach is universally superior. Each reflects different views about where the bottlenecks are and what compromises are worth making. Understanding Solana means understanding it alongside the broader conversation, not in isolation.

For informational reading only. Technical descriptions on this page are simplified for general audiences. They do not constitute technical documentation. Nothing here should be taken as advice to purchase, hold, or engage with any asset or network.