How Does Solana Work?
Solana is a high-performance Layer 1 blockchain optimized for speed and low transaction costs. It processes thousands of transactions per second and has become a major hub for consumer crypto, DePIN, and meme coins.
TVL
$8.0B
Sector
L1
Risk Grade
B-
Value Grade
B-
Core Mechanisms
Consensus/Clock
NovelProof of History — a verifiable delay function (VDF) that creates a cryptographic timestamp ordering of events before consensus, enabling validators to agree on time without communication overhead
Proof of History is Solana's signature innovation. By pre-ordering transactions via a SHA-256 sequential hash chain, validators can process blocks without waiting for network-wide time agreement. This is genuinely novel and not replicated by other major L1s.
Consensus/BFT
Tower BFT — a PBFT-inspired consensus mechanism that uses the Proof of History clock as a source of time, reducing message overhead by leveraging the PoH timestamp to enforce vote lockout timeouts
Tower BFT is a practical BFT variant that gains efficiency from the PoH clock. While the combination with PoH is novel, the underlying BFT consensus pattern is well-established. Vote lockout doubles with each confirmation, creating exponential finality guarantees.
Network/Block-Propagation
Turbine — a block propagation protocol that breaks blocks into smaller packets (shreds) and distributes them across a tree-structured network of validators, inspired by BitTorrent
Turbine enables Solana's high throughput by parallelizing block propagation. Each validator only needs to receive and retransmit a subset of shreds, reducing bandwidth requirements at any single node.
Network/Transaction-Forwarding
Gulf Stream — mempoolless transaction forwarding that pushes transactions to the expected leader before their slot begins, reducing confirmation times and memory pressure on validators
Gulf Stream eliminates the traditional mempool by forwarding transactions directly to upcoming block producers. This reduces latency but creates a dependency on leader schedule accuracy and introduces risks if the leader is unresponsive.
Execution/Parallel-Runtime
Sealevel — a parallel smart contract runtime that can process thousands of transactions simultaneously by analyzing account dependencies and executing non-conflicting transactions in parallel across GPU cores
Sealevel enables Solana's high transaction throughput by exploiting parallelism at the execution layer. Transactions declare their account inputs upfront, allowing the runtime to schedule non-overlapping transactions concurrently.
How the Pieces Interact
Network halt risk — the tight coupling between Proof of History and Tower BFT means that clock drift, excessive transaction volume, or consensus bugs can cause the entire network to halt, requiring coordinated validator restarts. Solana experienced multiple extended outages in 2022-2023 lasting hours to days.
Validator hardware centralization — Solana's high throughput demands (Sealevel parallel execution + fast block times) require enterprise-grade hardware with high CPU, RAM, SSD, and bandwidth, raising the barrier to entry for validators and concentrating stake among well-funded operators
Clock drift vulnerability — if the Proof of History clock diverges from real-time due to varying hardware performance across validators, Gulf Stream's leader-ahead forwarding can misroute transactions and degrade network performance, potentially triggering cascading slot misses
MEV via Jito — the combination of Gulf Stream's direct-to-leader forwarding and Sealevel's deterministic execution creates MEV opportunities where block producers can reorder or frontrun transactions; Jito's tip auction has become the dominant MEV extraction mechanism on Solana
What Could Go Wrong
- Network reliability — history of extended outages requiring validator coordination to restart
- Validator centralization — high hardware requirements limit validator diversity
- Token distribution — significant VC and insider allocation from early rounds
Sustained network outages drive ecosystem migration
ModerateTrigger: Solana experiences another series of extended outages (12+ hours each) during a period of high market activity, causing DeFi protocols and users to lose confidence in network reliability
- 1.Network halts during a major market event (e.g., token launch, liquidation cascade), preventing users from executing time-sensitive transactions — DeFi users suffer losses from inability to manage positions; DEX traders miss arbitrage windows; leveraged positions face unmanageable risk
- 2.High-profile DeFi protocols announce plans to deploy on alternative L1s or L2s as insurance against future outages — TVL begins migrating to competitor chains; liquidity fragments; Solana DEX volumes decline as market makers reduce exposure
- 3.Developer ecosystem contracts as new projects choose more reliable infrastructure for deployment — Network effects weaken; SOL token loses premium; validator economics deteriorate as fee revenue drops, potentially triggering further validator departures
Risk Profile at a Glance
Overall: B- (35/100)
Lower score = safer