Solana
A high-performance blockchain built for speed, processing thousands of transactions per second.
Overview
Solana is a high-throughput blockchain platform launched in March 2020 by Anatoly Yakovenko, a former Qualcomm engineer, together with co-founder Raj Gokal. The design work began in 2017 with a whitepaper introducing Proof of History (PoH) — a cryptographic sequence of hashes that proves the order and passage of time between events without requiring validators to communicate about it. This timekeeping mechanism, combined with Proof of Stake consensus and a suite of optimisations (Sealevel parallel execution, Turbine block propagation, Gulf Stream mempool-less transaction forwarding), gives Solana its distinctive design: a single high-performance L1 rather than a base layer plus rollups.
Solana's architecture enables it to process thousands of transactions per second with sub-second finality and fees that typically cost less than a cent. This performance has made it the platform of choice for applications that require high throughput and low latency: decentralised exchanges (Jupiter routes billions of dollars of volume weekly), NFT marketplaces (Magic Eden, Tensor), memecoin platforms (Pump.fun), DePIN networks (Helium, Hivemapper, Render), consumer-facing wallets (Phantom), and payment applications. Solana's fee-per-transaction economics — cents rather than dollars — enable use cases like on-chain order books, per-post social interactions, and micropayments that are simply uneconomic on Ethereum mainnet.
After a difficult early period marked by several multi-hour network outages between 2021 and 2023 — caused by variously excessive transaction floods, bot-driven state contention, and validator restart bugs — Solana has significantly improved its reliability. The current validator client, written in Rust, has been complemented by Firedancer, a new C-based client from Jump Crypto that promises further throughput and resilience gains through client diversity. Since early 2024 the network has maintained near-continuous uptime and steadily rising real usage. The developer ecosystem has grown rapidly, attracting projects from DeFi, gaming, social media, and real-world asset tokenisation. Solana's Saga (2023) and Seeker (2024-2025) mobile phones represent a bold push to bring Web3 directly into consumers' hands, with a native token store and hardware-secured private keys.
Solana demonstrated that a single blockchain layer can achieve performance rivalling traditional financial systems without relying on Layer 2 rollups. Its speed and low costs have made blockchain technology accessible to consumer applications and use cases that were previously impractical: fully on-chain order books, per-interaction social apps, real-time gaming, and high-frequency arbitrage. Solana's monolithic architecture presents a fundamentally different scaling philosophy compared to Ethereum's modular, rollup-centric approach — the debate between the two philosophies has become one of the defining architectural discussions in the industry. Solana has also proven that new L1s can build a durable developer and user base despite Ethereum's network effects, provided they offer meaningfully different performance characteristics.
How It Works
The Basics
Solana combines Proof of History (PoH) with Delegated Proof of Stake (DPoS). Proof of History uses a Verifiable Delay Function to create a cryptographic timestamp that proves the order and passage of time between events, allowing validators to agree on the sequence of transactions without extensive back-and-forth communication. Validators stake SOL tokens to participate in block production; the leader rotation schedule is deterministic and published in advance, so users can send transactions directly to the current leader (Gulf Stream) rather than via a public mempool — this is why Solana famously does not have a mempool in the Ethereum sense, which changes MEV dynamics significantly.
Pros & Cons
- Extremely fast transaction finality — about 400 milliseconds
- Very low transaction fees, typically less than $0.01
- High throughput capable of processing thousands of transactions per second
- Growing ecosystem of DeFi, NFT, DePIN, and consumer applications
- Strong developer experience with support for Rust, C, and C++ programming
- Has experienced multiple network outages in its history, raising reliability concerns
- Higher hardware requirements for validators reduce decentralization
- Monolithic architecture concentrates risk compared to modular designs
- Venture capital concentration means a large portion of SOL supply was held by early investors
- Relatively younger network with a shorter security track record than Ethereum or Bitcoin
Use Cases
- High-frequency decentralized trading on exchanges like Jupiter and Raydium
- NFT minting and trading with near-zero fees on marketplaces like Magic Eden
- DePIN projects — Helium (wireless networks) and Hivemapper (mapping) run on Solana
- Consumer mobile crypto applications via the Saga/Seeker phone ecosystem
- Payment processing for retail and e-commerce with instant settlement
Price Chart
Historical USD price from CoinGecko. Educational reference — not investment advice.
Live Market Data
- Market Cap Rank
- #7
- Market Cap
- $44.33B
- 24h Volume
- $1.33B
- Fully Diluted Val
- $48.10B
- All-Time High
- $293.31-74.05%January 2025
- All-Time Low
- $0.500801May 2020
- 24h Range
- $75.57 – $77.07
Market data from CoinGecko, refreshed every 15 minutes. Educational reference only — not investment advice.
Project Health
Dev activity via CoinGecko, TVL/audit status via DefiLlama; official links are the project’s own. Presence here is not an endorsement.
Solana network
HealthyLive cluster status from the public Solana RPC — where the network is in its current epoch.
Via the public Solana mainnet RPC (getEpochInfo / getHealth). Educational context, not a signal.
Where SOL trades
The most active markets for SOL by 24h volume. Informational only — these are not affiliate links or endorsements.
Data via CoinGecko. Always verify you are on an exchange’s official domain before trading.
Latest Solana news
Headlines via crypto news RSS- Solana lending giant Jupiter now lets the same dollar earn twiceCoinDesk · Aug 10, 2026
- Solana gets its first Strategy STRC product through Solstice FinanceCoinDesk · Aug 10, 2026
- Solana Proposal Would Increase Daily SOL Burns More Than 10-FoldDecrypt · Aug 4, 2026
- A new Solana proposal would take daily SOL burns from $47,000 to $650,000CoinDesk · Aug 4, 2026
- BlackRock Launches Tokenized Money Market Funds on Solana, EthereumDecrypt · Aug 3, 2026
Headlines link to third-party publishers and are not endorsements or investment advice.
Technical Details
- Consensus
- Proof of Stake + Proof of History
- Launch Year
- 2020
- Founder
- Anatoly Yakovenko (Solana Labs)
- Max Supply
- No hard cap
- Blockchain
- Solana
- Website
- solana.com
Related Content
Related Topics
References & further reading
- primarySolana documentation
Official docs covering the runtime, accounts model, and validator architecture.
archived copy ↗ - primarySolana whitepaper (Yakovenko, 2017)
Introduces Proof of History and the original network design.
archived copy ↗ - primaryAgave validator client (Anza)
The primary validator implementation, forked from the original Solana Labs client.
archived copy ↗