What Is Solana? The High-Throughput Layer 1, Firedancer, and SOL, Explained

How Solana's Proof of History design works, what SOL fees and tokenomics cost, its outage record, and the 2026 Firedancer and Alpenglow upgrades.

By Web3Wagmi Team8 min read
Table of contents

Solana is a high-throughput Layer 1 blockchain — a base-layer network in the same category as Ethereum, not a rollup built on top of one — designed to settle transactions in under a second for a fraction of a cent. What makes it technically distinct is how it orders transactions: alongside Proof of Stake, it runs Proof of History, a cryptographic clock that lets validators agree on when things happened without messaging each other first, and it executes transactions in parallel rather than one at a time. This guide covers how that works, what SOL costs and how its tokenomics run, Solana's real-world scale and its notorious outage history, and the two 2026 upgrades — Firedancer and Alpenglow — reshaping the network.

Who built it, and what it is

Solana was designed by Anatoly Yakovenko, who published the Proof of History whitepaper in 2017, and co-founded with Raj Gokal through Solana Labs; the non-profit Solana Foundation stewards the network. Mainnet beta launched in March 2020.

The core bet was contrarian. Most scaling efforts fragment the chain — sharding, Layer 2 rollups, app-specific chains — to spread load. Solana went the other way: one global state, one chain, and squeeze maximum performance out of a single machine by treating a blockchain like a high-performance distributed system rather than a consensus committee that talks constantly. The design assumes hardware keeps getting faster and networks keep getting fatter, so the protocol should scale with them.

How it works

The headline component is Proof of History (PoH), and it's widely misunderstood. PoH is not a consensus mechanism. It's a verifiable delay function — a continuous SHA-256 hash chain where each output feeds the next input. Because you can't compute the chain faster than sequentially, the length of the chain is a proof that real time passed, and the ordering of events hashed into it is a proof of sequence. That gives every validator a shared, trustless clock. Consensus itself is Proof of Stake: validators stake SOL, and historically a mechanism called Tower BFT used the PoH clock to vote on and finalize blocks. PoH provides ordering; PoS provides agreement.

Two more pieces matter. Sealevel is Solana's parallel execution engine: because transactions declare in advance which accounts (state) they touch, the runtime can run non-overlapping transactions simultaneously across CPU cores instead of single-file. Gulf Stream pushes transactions to the expected block leader ahead of time, and a rotating leader schedule means the network knows who produces each upcoming block. Together these are why Solana can target throughput measured in tens of thousands of transactions per second where a purely sequential chain cannot.

The honest caveat: the widely quoted 65,000 TPS is a theoretical ceiling. Real sustained throughput on mainnet is typically in the low thousands, with spikes higher. The gap between theory and practice is exactly what the 2026 upgrades target.

How this differs from Ethereum

Ethereum scales out — it keeps its base layer deliberately modest and pushes execution to a fleet of Layer 2 rollups, accepting fragmented liquidity and cross-chain complexity as the price of broad decentralization. Solana scales up — one chain, one state, and heavy hardware requirements for validators, betting that a single fast machine beats a committee of slow ones. The trade-off falls out directly: Solana offers unified state and sub-second UX but its beefier validators push toward fewer, more professional node operators, while Ethereum's lighter nodes favor broad participation at the cost of a more fragmented user experience. Solana's outage history is partly the bill for its choice.

The SOL token, fees, and tokenomics

SOL is the native asset, used to pay fees, stake for security, and participate in governance. Fees are deliberately tiny:

  • Base fee: 5,000 lamports per signature. A lamport is one-billionth of a SOL, so that's 0.000005 SOL — usually a small fraction of a cent.
  • Priority fee: optional, priced in micro-lamports per compute unit. It rises when block space is contested and is how you bid your transaction ahead of others during congestion.
  • Fee split: 50% of every fee is burned, and 50% is paid to the block leader. This applies to both the base fee and the priority fee.

On the supply side, SOL has no maximum cap — a key contrast with Bitcoin. Issuance follows a disinflationary schedule: it began at 8% annual inflation, decreases by 15% each year, and converges on a long-term floor of 1.5%, expected around 2031. The current rate is roughly 3.8%. That inflation funds staking rewards; with around 68% of supply staked, the network is heavily secured, but it also means non-stakers are diluted over time. Total supply is over 600 million SOL, with roughly 580 million circulating. Fee burning offsets a slice of issuance, but net supply still grows.

The numbers and market position

As of early July 2026, SOL traded in the low-to-mid $80s, giving it a market capitalization near $47 billion and a rank around #7 among all cryptocurrencies. The larger structural shift is regulatory access: U.S. spot Solana ETFs began trading on 28 October 2025, making SOL only the third crypto asset — after Bitcoin and Ethereum — to clear that bar. Issuers include Bitwise (BSOL), Fidelity (FSOL), Grayscale, Franklin Templeton, 21Shares, VanEck, and Canary Capital, with combined Solana ETF assets passing $1 billion by mid-2026 (Bitwise's BSOL holds the bulk of it).

On-chain, the ecosystem is one of the deepest in crypto. DeFi total value locked sat near $5 billion in mid-2026 (down from a spring peak around $5.5 billion); on-chain stablecoin supply surpassed $16 billion by early July 2026 (USDC and USDT dominant); and tokenized real-world assets hit a record $3.4 billion on 2 July 2026. Several Solana protocols generate measurable fee revenue, not just token emissions.

The ecosystem: where activity actually lives

Solana's low fees make it a natural home for high-frequency, retail-facing activity:

  • Trading. Jupiter (JUP) is the dominant swap aggregator and a broad DeFi hub (lending, perps, liquid staking). Raydium (RAY), Orca, and Meteora are the leading automated market makers, regularly clearing hundreds of millions to billions in volume.
  • Memecoins. pump.fun turned Solana into the default venue for launching and trading memecoins — a firehose of speculative activity that, for better or worse, stress-tested the network's validators, RPC layer, and DEX liquidity under genuine high load.
  • Staking and infrastructure. Jito (JTO) provides liquid staking and MEV infrastructure; Marinade is another major liquid-staking option; Kamino (KMNO) handles lending; Pyth is a widely used oracle.

The memecoin dependency cuts both ways: it drives fees and demonstrates capacity, but much of Solana's volume is reflexive and speculative, and can evaporate fast.

Beyond trading, Solana has become a real venue for payments and real-world assets. Sub-cent, sub-second settlement is useful for merchant payments and remittances in a way congested, expensive chains are not, and Solana's stablecoin transfer volume rivals or exceeds most competitors. The $3.4B of tokenized RWAs — money-market funds, treasuries, and credit products moving on-chain — reflects institutions treating Solana as settlement infrastructure, not just a trading casino. Watch depth-of-market and developer activity, not price, to judge whether that shift holds.

How to actually use it

You need a Solana wallet — Phantom, Solflare, or Backpack are common — and some SOL to cover fees. Fund it by buying SOL on an exchange and withdrawing to your wallet address, then:

  • Stake by delegating SOL to a validator (native staking) or minting a liquid-staking token like jitoSOL or mSOL that stays usable in DeFi while it earns.
  • Swap tokens through Jupiter, which routes across DEXes for the best price.
  • Explore activity on a block explorer such as Solscan or Solana Explorer.

Because fees are so low, small experimental transactions are cheap — which is exactly why verifying every contract and link matters, since low friction also lowers the cost of scams and drainers. Use your own bookmarks, not links from social media. Two practical notes: keep a little unstaked SOL for fees so you're never stuck unable to transact, and be aware that native staking has a cooldown (an unbonding period) before you can withdraw, whereas liquid-staking tokens can be sold instantly on a DEX.

The risks

A clear-eyed accounting:

  • Outage history. This is Solana's defining reliability knock. The network suffered a 17-hour halt in September 2021 (a bot-driven transaction flood around a token launch), multiple 2022 incidents from congestion and consensus bugs, and a roughly five-hour halt in February 2024 from a program-execution bug requiring a coordinated manual restart. The encouraging counter-fact: fee markets, congestion fixes, QUIC networking, and client diversity have since delivered its longest-ever streak without a major halt — more than two years as of mid-2026.
  • Client concentration. For most of its life Solana ran essentially one validator implementation (now Agave, maintained by Anza), so a single bug could stop the chain. Firedancer — a from-scratch C client by Jump Crypto — is fixing this: its hybrid, Frankendancer, already runs a large share of stake, and the full client began producing mainnet blocks in late 2025, targeting up to 1M TPS. Real client diversity is arguably more important than the raw speed.
  • Upgrade execution. Alpenglow, the biggest consensus change in Solana's history, replaces Tower BFT with a new design (Votor and Rotor) that cuts finality from ~12.8 seconds to 100–150 milliseconds and removes vote transactions from block space. It passed governance in September 2025 and is testing on a community cluster in 2026 ahead of a possible late-2026 mainnet — but large consensus swaps carry real execution risk until they've run in production through a full cycle.
  • Tokenomics. No supply cap, ongoing inflation, and scheduled unlocks mean structural sell pressure that a fixed-supply asset doesn't face.
  • Reflexive volume. A large share of activity is memecoin speculation, which is volatile and can collapse, taking fee revenue and TVL with it.

Bottom line

Solana is the most credible high-throughput bet on a single, unsharded chain: Proof of History plus parallel execution deliver genuinely fast, cheap transactions, and the ecosystem — DEXes, stablecoins, staking, and yes, memecoins — is among the most active in crypto. The two-part 2026 story is what to watch: Firedancer finally gives the network the client diversity it has always lacked, and Alpenglow promises near-instant finality. Both still have to fully land in production. The reliability record is much improved but not yet a decade of boring uptime, and the tokenomics dilute holders while the volume leans speculative. Understand the design and the risks together, and SOL's place as a top-tier Layer 1 makes sense on its own terms.

For related reading: what is DeFi, best Ethereum L2s, and how to earn yield on stablecoins.

Not financial advice. SOL is volatile, upgrade timelines can slip, and network conditions change — always verify details on official Solana channels.

Frequently asked questions

What is Solana?

Solana is a high-throughput Layer 1 blockchain — a base-layer network, not a rollup or sidechain — that runs smart contracts and settles transactions in under a second for fractions of a cent. It combines Proof of Stake with Proof of History (a cryptographic clock) and executes transactions in parallel, which is how it targets far higher throughput than most alternatives. Its native token is SOL, used for fees and staking.

What is Proof of History?

Proof of History (PoH) is not a consensus mechanism on its own — it's a verifiable clock. Validators run a continuous SHA-256 hash chain that timestamps the order of events, so the network can agree on sequence without every node messaging every other node first. That cryptographic ordering is what lets Solana's Proof of Stake consensus (historically Tower BFT) finalize blocks quickly. PoH provides time; PoS provides agreement.

How much are Solana fees?

The base fee is 5,000 lamports per signature — that's 0.000005 SOL, typically a small fraction of a cent. Transactions that compete for block space add an optional priority fee, priced in micro-lamports per compute unit, which rises during congestion. Half of every fee (base and priority) is burned and half goes to the validator that produced the block.

Does SOL have a maximum supply?

No. Unlike Bitcoin, SOL has no hard cap. It launched with 8% annual inflation that disinflates by 15% each year toward a long-term 1.5% floor, expected around 2031; the rate is roughly 3.8% now. That inflation funds staking rewards. Fee burning offsets some issuance, but net supply still grows. Total supply is over 600 million SOL, with roughly 580 million circulating.

Why does Solana keep going down?

It used to, less so now. Early Solana halted repeatedly — a 17-hour outage in September 2021 from a bot-driven transaction flood, several 2022 incidents from congestion and consensus bugs, and a roughly five-hour halt in February 2024 from a program-execution bug. The root causes were software limits, not the core protocol design. Fixes (fee markets, better congestion handling, QUIC, and a second validator client) have since produced its longest-ever stretch without a major halt.

What is Firedancer?

Firedancer is a from-scratch Solana validator client written in C by Jump Crypto, built to replace the original single implementation and dramatically raise throughput and resilience. A hybrid version, Frankendancer, has run on mainnet for a while; the full Firedancer client began producing mainnet blocks in late 2025 and targets up to 1 million transactions per second. Its bigger benefit is client diversity — a second independent implementation means a bug in one no longer halts the whole network.

What is the Alpenglow upgrade?

Alpenglow is Solana's largest consensus overhaul to date. It replaces the Tower BFT / PoH-vote mechanism with a new design (Votor and Rotor) that cuts finality from roughly 12.8 seconds to 100–150 milliseconds and removes validator vote transactions from block space, freeing capacity for user activity. It passed a governance vote in September 2025 and, as of mid-2026, is being tested on a community cluster ahead of a possible late-2026 mainnet activation.

What can you actually do on Solana?

Trade on DEXes and aggregators (Jupiter, Raydium, Orca, Meteora), launch or trade memecoins (pump.fun), stake or liquid-stake SOL (Jito, Marinade), lend and borrow (Kamino), use stablecoins (USDC and PYUSD, with on-chain stablecoin supply over $16 billion in mid-2026), and increasingly hold tokenized real-world assets. Low fees make high-frequency activity like trading and payments practical.

Is Solana a good investment?

This guide doesn't give financial advice. Objectively, SOL is a large, liquid asset (around #7 by market cap in mid-2026) with a deep ecosystem and now U.S. spot ETFs, but it carries real risks: an outage history, meaningful ongoing token inflation and unlocks, heavy reliance on speculative memecoin volume, and pending upgrades that still have to land in production. Size any position accordingly.

Sources & further reading