Delphi Digital: Solana to Undergo the Most Radical Technical Upgrade Cycle in Its History

marsbitPublished on 2026-01-21Last updated on 2026-01-21

Abstract

Delphi Digital outlines Solana's ambitious 2026 roadmap, describing it as the network's most radical upgrade cycle. The goal is to transform Solana into an exchange-grade environment where its on-chain Central Limit Order Book (CLOB) can compete with centralized exchanges (CEX) in latency, liquidity depth, and fairness. Key upgrades include: - **Alpenglow:** A major consensus overhaul introducing Votor and Rotor. Votor reduces finality time to 100-150ms by aggregating votes off-chain. It ensures liveness with up to 40% of nodes offline or malicious. Proof of History is deprecated. - **Firedancer:** A second validator client built in C++ by Jump, aimed at increasing client diversity and network resilience. - **DoubleZero:** A private fiber-optic network overlay for validators, minimizing latency disparities and enabling faster consensus. - **Block Building:** Innovations like Jito's BAM, which uses Trusted Execution Environments for transaction privacy, and Harmonic, an open block builder aggregation layer. - **Raiku:** A scheduling/auction layer providing deterministic, guaranteed execution for applications like high-frequency trading. These upgrades aim to position Solana as the premier L1 for on-chain capital markets, supporting everything from meme coins to perpetuals and native chain-on stocks, by achieving performance parity with traditional exchanges.

Written by: Delphi Digital

Compiled by: Nicky, Foresight News

Solana's 2026 roadmap may be the most radical upgrade cycle in the network's history, featuring a comprehensive overhaul from the consensus mechanism to infrastructure, aiming to become the decentralized Nasdaq.

Solana's roadmap aims to transform it into an exchange-grade environment, enabling native on-chain central limit order books (CLOBs) to compete with centralized exchanges (CEXs) in terms of latency, liquidity depth, and fairness. Here are all the upgrades to achieve this goal.

Alpenglow: A Comprehensive Overhaul of the Consensus Mechanism

Alpenglow is the most significant protocol-level change in Solana's history. It introduces a completely new consensus architecture built around two core components: Votor and Rotor.

Votor completely revamps how the network reaches consensus. Instead of chaining multiple voting rounds together, it allows validators to aggregate votes off-chain and submit finality within one or two rounds. The result is a theoretical reduction in finality time from the original 12.8 seconds to 100-150 milliseconds.

Votor runs two finality paths in parallel. If a block receives overwhelming support (over 80% stake) in the first round, it is finalized immediately. If support is between 60%-80%, a second round of voting is initiated. If the second round also garners over 60% support, the block is finalized. This design ensures finality even if parts of the network are unresponsive.

Rotor revolutionizes the block propagation mechanism by routing messages directly through validators with high stake and stable bandwidth.

Alpenglow also introduces a "20+20" resilience model: security is guaranteed as long as malicious stake does not exceed 20%; liveness is maintained even if an additional 20% goes offline. This means Alpenglow can still achieve finality even with up to 40% of the network's nodes being malicious or offline.

Under Alpenglow, the Proof of History mechanism is effectively deprecated, replaced by deterministic epoch scheduling and local timers. This upgrade is expected to launch in early to mid-2026.

Firedancer: Runtime Performance Improvements

Since its inception, Solana has relied on a single validator client (now called Agave). This monoculture has long been a core weakness of the network. Any bug or failure at the client level could lead to a full network outage.

Firedancer is a second, independent validator client developed by Jump, written in C++. Its design goal is to turn Solana validators into deterministic, high-throughput engines capable of handling millions of TPS with minimal latency variance.

Frankendancer is its transitional version, combining Firedancer's network and block production modules with Agave's runtime and consensus components. As Firedancer gradually becomes mainnet-ready, validator diversity is expected to increase significantly.

In this competitive context, both teams have been iterating heavily.

DoubleZero: High-Performance Fiber Infrastructure

DoubleZero is a private network overlay that connects validators via dedicated fiber optic cables, the same infrastructure used by traditional exchanges (like Nasdaq and CME) for microsecond transmissions.

As the validator set expands, information propagation becomes more difficult. More nodes mean more destinations, introducing time inconsistencies in the network. DoubleZero eliminates this variance by routing messages along optimal paths, rather than bouncing around the public internet.

Alpenglow's finality model relies on validators receiving and responding to messages within strict time windows. If propagation is inconsistent, votes arrive late, quorums form slower, and finality takes longer. By narrowing the latency gap between validators, DoubleZero allows Votor to achieve finality faster and enables more uniform propagation for Rotor.

DoubleZero also supports multicast, replicating data within the network and delivering it to all validators simultaneously.

Block Building: BAM and Harmonic

Two complementary trends are reshaping Solana's block building layer:

BAM (Block Assembly Marketplace) is Jito's reimagining of Solana's transaction pipeline. Instead of the slot leader unilaterally deciding transaction ordering, it inserts a market and privacy layer between ordering and execution. Transactions are imported into a Trusted Execution Environment (TEE), meaning neither validators nor builders can see the raw transaction content before ordering is finalized. This prevents opportunistic pre-execution behaviors like front-running.

Harmonic targets another part of the pipeline – who builds the block. It introduces an open block builder aggregation layer, allowing validators to accept block proposals from multiple competing builders in real-time. Think of Harmonic as a meta-market, while BAM is a micro-market.

Raiku: Deterministic Execution Guarantees

Raiku fills the remaining void. Solana has arguably solved most throughput bottlenecks, but it does not natively provide deterministic latency or programmable execution guarantees for specific applications. The granular control required for high-frequency trading (HFT)-style matching and on-chain central limit order books (CLOBs) far exceeds what an L1 can reasonably provide.

Raiku provides a scheduling/auction layer that runs parallel to the Solana validator set, offering applications a programmable, deterministic pre-execution environment without modifying the L1 consensus mechanism. It achieves guaranteed execution for pre-committed workflows through Ahead-of-Time (AOT) transactions and meets real-time execution needs via Just-in-Time (JIT) transactions.

Bringing Capital Markets On-Chain

Among high-performance public chains, Solana remains the dominant player, but this dominance is meaningless without users and efficient on-chain markets. While the vast majority of meme coins are still traded on Solana, the on-chain perpetual futures market is rapidly consolidating on a few platforms.

To compete with centralized players, performance must be on par. We believe the Solana ecosystem recognizes this issue and is optimistic about closing the gap. The upcoming upgrades are highly anticipated, and new Solana-native perpetual exchanges like BULK are set to launch early in the year.

Retail demand for trading spot assets on Solana remains huge. While Hyperliquid has temporarily captured the perpetuals market, Solana has established itself as the preferred L1 for trading any spot pair. Centralized exchanges still lead significantly, but Solana is currently the go-to solution for on-chain trading.

Products like xStocks are bringing on-chain stocks directly to Solana. Liquidity, price discovery, and speculative attention are converging onto this single chain that offers faster settlement, better user experience, and denser capital.

This is Solana's rationale for bringing capital markets on-chain.

Trending Cryptos

Related Questions

QWhat is the main goal of Solana's 2026 roadmap according to Delphi Digital?

AThe main goal is to transform Solana into an exchange-grade environment where native on-chain centralized limit order books (CLOBs) can compete with centralized exchanges (CEXs) in terms of latency, liquidity depth, and fairness.

QWhat are the two core components of the Alpenglow consensus mechanism upgrade?

AThe two core components are Votor, which overhauls how the network reaches consensus, and Rotor, which revolutionizes block propagation.

QHow does Firedancer improve Solana network's performance and security?

AFiredancer is a second independent validator client written in C++ that aims to turn Solana's validators into deterministic, high-throughput engines capable of handling millions of TPS with minimal latency variance, thereby increasing client diversity and reducing the risk of network-wide outages.

QWhat is the purpose of DoubleZero in the Solana ecosystem?

ADoubleZero is a private network overlay that connects validators via dedicated fiber optics, reducing latency inconsistencies and enabling faster finality by routing messages on optimal paths rather than over the public internet.

QWhat problem does Raiku solve for applications like high-frequency trading (HFT) and on-chain CLOBs?

ARaiku provides a deterministic execution guarantee and a programmable pre-execution environment, offering granular control for applications that require assured execution timing, which is essential for HFT-style matching and on-chain CLOBs.

Related Reads

Must-Watch Events Next Week|CLARITY Act Could Face Senate Vote; SpaceX, Circle to Report Earnings (8.3-8.9)

**Summary: Key Events and Developments to Watch (August 3-9)** The upcoming week is marked by significant financial disclosures, key legislative deadlines, and notable product updates. **Major Financial Events:** Several companies are scheduled to release their Q2 2026 earnings. American Bitcoin (ABTC) will report on August 3, followed by SpaceX and Hut 8 Mining Corp. on August 4, and Circle on August 5. Notably, a significant portion of SpaceX shares (up to 12% of total shares) will be unlocked on August 6 following their earnings release. **Key Legislative Deadline:** The U.S. Senate faces an August 7 deadline to secure 60 votes for the CLARITY Act, a bipartisan bill aiming to establish a federal regulatory framework for cryptocurrencies. The Senate may hold a full vote on the bill during the week. **Economic Data:** The U.S. July Non-Farm Payrolls report will be released on August 7, providing crucial labor market data. **Technology & Product Updates:** * **Shutdowns:** DeFi portfolio tracker Zapper and wallet app Ctrl Wallet will cease operations on August 3. * **Upgrades:** LayerZero will deprecate its v1 relayers on August 3. XRP Ledger's new version 3.3.0, featuring five new functions, is expected next week. * **AI:** Elon Musk announced that the advanced Grok 4.6 AI model is set for release around August 7. * **Bitcoin:** The BIP-110 forced signaling for a potential Bitcoin network change is scheduled to begin around August 8. **Other Notable Events:** Chinese robotics firm Unitree Tech has set its preliminary price inquiry for its IPO for August 5. South Korean exchange Upbit will delist AQT and AERGO tokens on August 3.

marsbit11m ago

Must-Watch Events Next Week|CLARITY Act Could Face Senate Vote; SpaceX, Circle to Report Earnings (8.3-8.9)

marsbit11m ago

Stocks Are Plummeting More Sharply Than Cryptocurrencies. Where Has the Money Gone?

Stock Markets Plunge Deeper Than Cryptocurrencies: Where Did the Money Go? In late July, Seoul's Kospi index triggered circuit breakers for two consecutive days, plummeting over 40% from its June high. The collapse was led by heavyweight stocks like SK Hynix, whose record profits still disappointed investors, and devastating leveraged ETFs, with one major product losing over 83% of its value. This signaled a global, forced deleveraging targeting the most crowded trades. Interestingly, while stocks exhibited extreme volatility akin to crypto markets, Bitcoin rose nearly 15% in July after a prior steep drop. Analysis shows the money fleeing equities did not flow into Bitcoin. Instead, Bitcoin had already absorbed its sell-off in May-June, when U.S. spot Bitcoin ETFs saw historic outflows. The true safe-haven beneficiary was gold, whose price rose over 20% year-on-year, highlighting a decoupling between Bitcoin and gold as "digital gold." The sell-off was a targeted unwinding of leveraged positions in tech and semiconductors, accelerated by broker-dealer risk management and shifts in the AI narrative, including new competition from Chinese memory chipmakers. The retreat path was clear: from high-valuation tech stocks to cash and U.S. Treasuries, then to gold. For Bitcoin to attract sustained institutional inflows, conditions like eased global liquidity pressure, a "soft-landing" Fed rate cut, and U.S. regulatory clarity via legislation like the stalled CLARITY Act are needed. Currently, Bitcoin is not a safe haven but an already-cleared asset. Its low correlation with tech stocks, however, makes it a potential diversification play for institutional portfolios once the storm passes. The money isn't here yet, but the positioning is underway.

marsbit11m ago

Stocks Are Plummeting More Sharply Than Cryptocurrencies. Where Has the Money Gone?

marsbit11m ago

In Conversation with Ray Dalio: We Are Currently in an AI Bubble, with 1% of My Portfolio in Bitcoin

Ray Dalio, founder of Bridgewater Associates, warns in an interview that the current AI boom shows classic bubble characteristics, which could lead to significant economic downturns as seen in past cycles like 1929 or 2000. He explains that speculative enthusiasm, fueled by debt and overvaluation, often precedes a crash when rising rates or taxation force asset sales, causing widespread losses and recession. Dalio also outlines his "Big Cycle" theory, describing an approximate 80-year pattern where widening wealth gaps, massive government deficits, and shifting geopolitical power (like China's rise) create internal conflict and global instability. He emphasizes that we are in a late-cycle, transitional phase where traditional powers like the US and UK face decline. For personal wealth protection, Dalio advises diversification beyond cash into assets like stocks, bonds, real estate, and particularly gold, which he prefers over Bitcoin. While he holds about 1% of his portfolio in Bitcoin as a non-printable hard asset, he views gold as more secure from technological or governmental threats. Regarding AI's impact, Dalio believes it will disproportionately benefit capital owners, worsening inequality by replacing both physical and cognitive labor. He suggests that human intuition and emotional intelligence, combined with AI, will be key for future workers. On taxation, Dalio argues that wealth taxes are impractical and risk triggering asset sell-offs, reducing productive investment. He points to the UK as a cautionary example of debt, low productivity, and political strife. Geopolitically, Dalio foresees a more regionalized world, with the US showing weakness in prolonged conflicts like with Iran, akin to past imperial declines. The ideal outcome, he suggests, is coexisting powerful blocs (e.g., Americas, China-Asia Pacific) without major war.

marsbit4h ago

In Conversation with Ray Dalio: We Are Currently in an AI Bubble, with 1% of My Portfolio in Bitcoin

marsbit4h ago

Daily 7.2 Trillion KRW: Foreign Capital's Record Net Buying on Friday! Wall Street Says Headwinds for Korean Stock Fund Flows Have Subsided

South Korean stock market sees a dramatic shift in fund flows. On July 31, foreign investors made a record net purchase of approximately KRW 7.2 trillion in KOSPI stocks, marking a fundamental reversal from the persistent large-scale net outflows seen in previous months. This contributed to a significant narrowing of foreign net selling in July to KRW 9.8 trillion, down sharply from KRW 48.4 trillion in June and KRW 44.5 trillion in May. Simultaneously, domestic institutional pressure eased. South Korean pension funds and asset managers turned to a net buying position in July, purchasing KRW 1.0 trillion worth of KOSPI shares, contrasting with net sales in May and June. Market volatility is expected to be dampened by new financial regulations. Effective July 31, the Financial Services Commission tightened access for retail investors to single-stock leveraged ETFs by raising the minimum cash deposit requirement. Trading volumes for these products subsequently dropped to about 50% of their monthly average. Citigroup Research maintains its year-end KOSPI target of 10,000 points. The firm cites several supportive factors: the substantial easing of headwinds from capital outflows, a robust fundamental outlook for the semiconductor sector, historically low market valuations, strong economic fundamentals, and the potential for policy support from financial authorities if needed.

marsbit4h ago

Daily 7.2 Trillion KRW: Foreign Capital's Record Net Buying on Friday! Wall Street Says Headwinds for Korean Stock Fund Flows Have Subsided

marsbit4h ago

Trading

Spot

Hot Articles

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of SOL (SOL) are presented below.

活动图片