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

链捕手Published on 2026-01-21Last updated on 2026-01-21

Abstract

Delphi Digital's report, "2026 is the Year of Solana," outlines an aggressive technical upgrade cycle aimed at transforming Solana into a decentralized, Nasdaq-like environment for high-performance on-chain trading. Key upgrades include: - **Alpenglow**: A consensus overhaul introducing Votor and Rotor, reducing finality to 100-150ms and improving resilience with a "20+20" fault tolerance model. - **Firedancer**: A new independent validator client in C++ to enhance performance and client diversity. - **DoubleZero**: A private fiber-optic network overlay to minimize latency between validators, enabling faster consensus. - **BAM & Harmonic**: Market-based systems for fair, private transaction ordering and block building. - **Raiku**: A deterministic execution layer for applications requiring guaranteed, low-latency performance, like HFT. These upgrades aim to make Solana's native on-chain order books competitive with centralized exchanges in latency, liquidity, and fairness, positioning it as the leading L1 for capital markets.

Original Title: 2026 is the Year of Solana

Original Author: Delphi Digital

Original Compilation: 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 overhauls how the network reaches consensus. Instead of chaining multiple voting rounds together, it allows validators to aggregate votes off-chain and submit finalization within one or two rounds. The result is a theoretical finalization time reduced from the original 12.8 seconds to 100-150 milliseconds.

Votor runs two finalization 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 support in the second round also exceeds 60%, the block is finalized. This design ensures finalization 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 the total stake of malicious actors does not exceed 20%; liveness is maintained even if an additional 20% go offline. This means Alpenglow can still achieve finalization even if up to 40% of the network's nodes are 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 potentially cause 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 reaches mainnet readiness, validator diversity is expected to increase significantly.

In this competitive context, both teams have iterated extensively.

DoubleZero: High-Performance Fiber Optic Infrastructure

DoubleZero is a private network overlay that connects validators via dedicated fiber optic lines, 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, which introduces temporal inconsistency into the network. DoubleZero eliminates this variance by routing messages along optimal paths, rather than bouncing around the public internet.

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

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 until 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, enabling validators to accept block proposals from multiple competing builders in real-time. Think of Harmonic as a meta-market, and BAM as the micro-market.

Raiku: Deterministic Execution Guarantees

Raiku fills the remaining gap. 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 enables guaranteed execution for pre-committed workflows via Ahead-of-Time (AOT) transactions and caters to real-time 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, on-chain perpetual futures markets are rapidly consolidating on a few platforms.

To compete with centralized players, performance must be on par. We believe the Solana ecosystem has recognized 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暂时 dominates the perpetuals market for now, Solana has established itself as the preferred L1 for trading任意 spot pairs. Centralized exchanges are still far ahead, but Solana is currently the preferred solution for on-chain trading.

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

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

Recommended Reading:

RootData 2025 Web3 Industry Annual Report

Binance Power Shift: The Dilemma of a 300 Million User Empire

Following Farcaster's Pivot, Lens Protocol Changes Hands, Leaving the Web3 Social Dream in Tatters

2026 Cryptocurrency Exchange Listing Decision Survey Report: Over 88% of Respondents Use RootData for Cross-Verification, Lack of Project Transparency Affects Listing Efficiency

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 is Alpenglow and what are its two core components?

AAlpenglow is the most significant protocol-level change in Solana's history, introducing a new consensus architecture. Its two core components are Votor, which overhauls how the network reaches consensus, and Rotor, which revolutionizes block propagation.

QHow does the Firedancer client improve the Solana network?

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 network resilience.

QWhat problem does the DoubleZero infrastructure solve for the Solana network?

ADoubleZero solves the problem of inconsistent message propagation time across a growing validator set by using a private network overlay with dedicated fiber optics, which routes messages on optimal paths to reduce latency gaps and enable faster finality.

QWhat role do BAM and Harmonic play in reshaping Solana's block production layer?

ABAM (Block Assembly Marketplace) reimagines the transaction pipeline by inserting a market and privacy layer between ordering and execution to prevent opportunistic pre-execution. Harmonic introduces an open block builder aggregation layer, allowing validators to accept block proposals from multiple competing builders in real-time.

Related Reads

Dialogue with Jia Hang | Looking Back at Two Decades of Chinese Payment Going Global

**Summary: A Conversation with Jia Hang on Two Decades of China's Payment Globalization** Jia Hang, a veteran with over twenty years in payments, reflects on China's attempts to build a global payment network through three key phases: UnionPay (card networks), Alipay+ (digital wallets), and now, stablecoins. His journey began at UnionPay International, aiming to establish China's card network abroad. While successful in following Chinese tourists ("where Chinese go, UnionPay goes"), it struggled to achieve true global scale. The core lesson: card networks like Visa/Mastercard's unassailable advantage isn't just technical standards, but their deeply entrenched **governance and profit-sharing models** that create powerful network effects. Competing as the "same species" is nearly impossible. At Ant Group, he led Alipay+, a strategy to bypass card networks by interconnecting local e-wallets worldwide. While innovative, it faced a similar ceiling. Mobile QR payments and card swipes were essentially **the same species competing for the same pie**, lacking a disruptive value proposition for users or a sustainable new incentive model to replace the card networks' established flywheel. Today, at Singapore's DCS, Jia focuses on stablecoin-based payments. He argues stablecoins represent a fundamental shift. They are not competing with Visa for consumer payments but challenging the **traditional banking and account system for value movement**. Products like "U Cards" (stablecoin-linked payment cards) are transitional, leveraging existing card networks for acceptance while building new rails. The real potential lies in stablecoins enabling seamless, low-cost global value transfer, potentially reorganizing the financial infrastructure around **accounts rather than cards**. Jia believes stablecoin adoption for local retail payments, cross-border transactions, and as high-yield savings vehicles is becoming irreversible. This could gradually reduce reliance on traditional fiat channels, especially in regions with weak currencies or capital controls. The quest for the "next global payment network" continues, now centered on whether stablecoins can successfully bridge Web2 and Web3, establish new governance, and create compelling user value beyond mere cost reduction.

marsbit5m ago

Dialogue with Jia Hang | Looking Back at Two Decades of Chinese Payment Going Global

marsbit5m ago

Circle's Stock Price Plunges 76%, Hong Kong Dollar Stablecoin Set to Launch Within Two Weeks

Circle's stock price has plunged approximately 76% from its 2023 peak, reflecting a major market revaluation. Despite this, Circle President Heath Tarbert emphasized the company's focus on long-term execution and its dominant position with USDC's $73 billion circulation across 34 blockchains. The competitive landscape is intensifying. A new consortium-backed stablecoin, Open USD, is attempting to challenge incumbents by sharing reserve yields with partners. More significantly, Visa's new stablecoin platform, initially supporting Open USD while also being compatible with USDC, could erode Circle's network effects. In response, Circle is expanding into real-world payments through partnerships like the one with Japan's JCB. Separately, Tether (USDT) faces a two-year compliance window under new U.S. regulations, requiring it to adjust its reserve composition away from assets like Bitcoin and loans towards cash and U.S. Treasuries. Meanwhile, in Hong Kong, Standard Chartered-backed fintech firm Dian Dian is poised to launch a licensed HKD-pegged stablecoin (HKDAP), moving the industry into a phase where the real test is integrating licensed stablecoins into actual payment flows and corporate treasury systems. The sharp decline in Circle's stock underscores a broader shift: the stablecoin market is moving from a winner-takes-all dynamic to a multi-player competitive arena where execution, compliance, and real-world utility are becoming paramount.

marsbit6m ago

Circle's Stock Price Plunges 76%, Hong Kong Dollar Stablecoin Set to Launch Within Two Weeks

marsbit6m ago

Amidst Capital's Encirclement, Decentralization is the Sole Defense for Public Blockchains

In a landscape dominated by power and profit motives, the author argues that decentralization is not merely one desirable feature among many in blockchain design—it is the singular, non-negotiable defense against corporate and capital capture. The article adopts a Machiavellian, realist perspective on human institutions, positing that businesses will inevitably attempt to co-opt any valuable network to protect their profits and dominance. While external attacks like 51% forks are often discussed, the greater existential risk is internal capture—the gradual erosion of a protocol’s neutrality by vested interests, as seen historically with platforms like Visa and Google. The piece critiques permissioned chains, highly centralized “permissionless” layer-1s, and layer-2s without sufficient decentralization (e.g., single sequencers) as inherently vulnerable. These compromised systems, promoted by established financial players, are framed as delaying tactics to stifle truly open networks that threaten existing high-fee, inefficient business models. Real-world examples, such as closed enterprise consortiums that exclude competitors, illustrate how such systems cement oligopolies rather than foster innovation. The author concludes that while decentralized protocols like Ethereum are imperfect and costly to operate, they represent the only viable long-term equilibrium. In a market where value naturally flows to the most secure and neutral settlement layer, only maximally decentralized public blockchains can resist being subsumed by capital and powerful incumbents.

Foresight News16m ago

Amidst Capital's Encirclement, Decentralization is the Sole Defense for Public Blockchains

Foresight News16m ago

Who Decides the Rules of Bitcoin? BIP-110 Ignites Governance Debate

Bitcoin's governance is once again at the center of a heated debate, this time ignited by BIP-110, the "Reduced Data Temporary Softfork." This proposal aims to curb non-monetary data (like inscriptions and Runes) by introducing seven new consensus-layer restrictions over a year, such as limiting new output scripts to 34 bytes and restoring the OP_RETURN cap to 83 bytes. The controversy stems from BIP-110's fundamental shift: it moves the battle against "spam" from node relay and miner policies to the consensus layer, rendering currently valid transactions invalid. Supporters, arguing that default policy governance has failed (highlighted by Bitcoin Core v30's relaxation of OP_RETURN limits), see this as necessary to protect node resources and Bitcoin's monetary focus. Opponents, led by figures like Michael Saylor and Adam Back, warn it dangerously centralizes governance. Saylor listed 110 reasons against it, criticizing its low 55% miner activation threshold and potential for chain splits. Back emphasized Bitcoin's "permissionless" ethos, arguing no single group should impose value judgments via consensus rules. Further complicating matters, technical critiques suggest BIP-110 may be technically circumventable, and a "BlockSlop" vulnerability in its upgrade path poses a consensus risk. The debate has drawn in diverse stakeholders: miners (with pools like Ocean signaling support and Foundry polling clients), node operators (like Bitcoin Knots), and new players like corporate treasury holder MicroStrategy (Saylor), whose market influence adds a novel dimension. Ultimately, BIP-110 acts as a governance stress test, exposing the unresolved question: who decides Bitcoin's rules? It pits the authority of miners, node operators, developers, and capital holders against each other, with each side claiming to defend Bitcoin's core principles of neutrality and security.

marsbit33m ago

Who Decides the Rules of Bitcoin? BIP-110 Ignites Governance Debate

marsbit33m ago

Who Decides Bitcoin's Rules? BIP-110 Ignites Governance Debate

Title: Who Decides Bitcoin's Rules? BIP-110 Ignites Governance Debate A new technical proposal, BIP-110 (Reduced Data Temporary Softfork), has sparked a fundamental governance debate within the Bitcoin community. It aims to impose new consensus rules for one year to limit non-financial data (like inscriptions and Runes) on-chain, moving beyond simple node and miner policy filters to invalidate currently valid transactions. Supporters argue that default policies have failed due to workarounds, necessitating consensus-layer changes to protect Bitcoin's core monetary function from data spam. Critics, including Michael Saylor and Adam Back, contend this dangerously centralizes judgment, undermines permissionlessness, and sets a risky governance precedent. They advocate for market-based solutions like fees or Layer 2s instead. The debate exposes deeper tensions: miners are divided on activation; node operators assert their sovereignty; Bitcoin Core developers influence defaults without direct accountability; and large corporate holders like MicroStrategy now wield narrative influence. Technically, BIP-110 may not fully block data and carries a disclosed consensus bug risk. Ultimately, BIP-110 acts as a stress test, forcing the community to confront the unresolved question: who legitimately decides what Bitcoin is and how it evolves, amidst competing claims from miners, nodes, developers, and capital holders.

链捕手44m ago

Who Decides Bitcoin's Rules? BIP-110 Ignites Governance Debate

链捕手44m 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.

活动图片