Type a keyword to start

Research & InsightsPublished 2026-07-30Updated 2026-07-30

What Is Solana's DoubleZero? Inside the Dedicated Network Layer for Validators

Introduction

Solana’s performance depends not only on raw execution speed but also on how quickly and reliably validators around the world can exchange data with each other. DoubleZero is an infrastructure project aimed at replacing this “network layer” with dedicated, high-performance connectivity.

DoubleZero launched its mainnet-beta on October 2, 2025, with Solana validator traffic as its first production deployment.coindesk-launch

What DoubleZero handles is not consensus logic or block production, but the physical communication pathways underneath them.

A Solana validator’s workload can be split into four broad layers: consensus, client software, block production/MEV (the extra revenue that comes from transaction ordering), and networking. DoubleZero operates at the bottom of that stack, the network layer.

Diagram showing the four-layer structure of the Solana validator stack. From top to bottom: the consensus layer (Alpenglow article), the client layer (client differences article), the block production/MEV layer (MEV mechanics article), and the foundational network layer (DoubleZero, the subject of this article). Each layer links to the corresponding Omakase article.

The consensus layer is set to be overhauled by an upgrade called Alpenglow, which we cover in detail in our article on Alpenglow.

The client layer and the block production/MEV layer are each covered in our articles on client differences and how MEV works.

Connected stake has grown from 22% to 59% in roughly the nine months since launch.coindesk-launch solana-compass-q2

Note: This article is based on publicly available information as of July 30, 2026. DoubleZero’s connected-stake share and other metrics change over time, so please check DoubleZero’s official channels or primary sources such as Solana Compass for the latest figures.

What DoubleZero Is

DoubleZero is a decentralized, token-incentivized network layer designed to speed up communication between validators. Rather than routing traffic over the public internet, it runs over dedicated, high-performance fiber links.

Solana already delivers high transaction throughput, but validators worldwide typically connect to each other over the public network, which brings network-dependent latency, packet loss (data that is sent but never arrives), and congestion.

DoubleZero combines fiber links from independent providers with interconnection points that tie them together, aiming to make the paths between validators more deterministic — meaning the outcome is stable and predictable.

DoubleZero describes itself as an “N1 network,” a neutral, high-speed transport layer intended for use across blockchains and distributed systems generally. Solana is currently its only live mainnet deployment, but the project has stated ambitions to support multiple L1s/L2s (other layer-1 and layer-2 blockchain platforms) in the future.datawallet

In March 2025, DoubleZero raised $28 million in a Series A round led by Dragonfly and Multicoin Capital at a $400 million valuation.coindesk-launch

How DoubleZero Differs from Solana’s Standard Network

Today’s Solana validators communicate over the public internet using Turbine, which handles block-data propagation, and the gossip protocol, which handles cluster-information sharing.anza-turbine anza-gossip

Turbine works by having the leader (the validator responsible for producing a block in that slot) split the block into shreds (fragments of the block data) and distribute them. Distribution happens through a multi-tier relay tree weighted by stake.anza-turbine helius-turbine

Relaying happens over UDP (a lightweight protocol that skips delivery confirmation). The path — which relay nodes a shred passes through — is recalculated and randomized for each shred.anza-turbine helius-turbine

The two approaches differ in three key ways.anza-turbine helius-turbine helius-doublezero

  • Transmission path: the standard setup uses the public internet; DoubleZero uses dedicated fiber owned by independent providers
  • Path determinism: the standard setup uses non-deterministic paths that change each time; DoubleZero uses contractually defined, deterministic paths
  • Resilience to congestion and packet loss: the standard setup assumes congestion and packet loss will happen, so it constantly sends redundant data via error-correction coding (Reed-Solomon) at the cost of extra bandwidth, whereas DoubleZero is designed to avoid congestion altogether by using dedicated bandwidth

Diagram contrasting Solana's standard network path with DoubleZero's path. The standard path runs from the leader over the public internet through Turbine's multi-tier relay tree (UDP, non-deterministic routing). The DoubleZero path runs through a mesh of dedicated fiber owned by independent providers, and is deterministic and contract-based.

The propagation mechanisms themselves — Turbine and gossip — don’t change after DoubleZero is adopted. What changes is only the physical path the data travels over.

A Two-Layer Network Architecture

DoubleZero’s network is built as a two-layer structure: an outer layer that handles filtering, and an inner layer that handles data transmission.datawallet

The outer layer is a defense layer responsible for stripping out spam and validating packets. Dedicated hardware (the DoubleZero Device) uses FPGAs (integrated circuits built for a specific task) to perform signature verification and deduplication. This processing happens at line rate with near-zero latency, blocking attacks before they reach the network core.datawallet

The inner layer is an optimized network that connects participants over dedicated bandwidth, insulated from congestion on the public internet.datawallet

These two layers are implemented through a mesh network spanning data centers worldwide, built around DZX (DoubleZero Exchange) hubs located in major cities, where circuits brought in by independent providers are bundled together.datawallet kiln

The circuits themselves come from independent infrastructure providers including Jump Crypto, Galaxy, RockawayX, and Jito. In many cases, this taps into existing capacity on their networks that previously went unmonetized.kiln coindesk-launch

Diagram of DoubleZero's two-ring network structure. The outer ring is a defense layer that performs FPGA-based signature verification and deduplication at line rate, blocking attacks before they reach the core. The inner ring is a data-transmission core that connects participants directly over dedicated bandwidth. Where the two rings meet sits the DZX (DoubleZero Exchange), which bundles circuits from independent providers such as Jump Crypto, Galaxy, RockawayX, and Jito into a mesh spanning data centers worldwide.

Hardware installed at each regional DZX interconnection point blocks attacks, while dedicated-bandwidth links between DZXs form a network that spans the globe.

Smart-Contract Control and How Validators Connect

An on-chain contract stores verified information such as circuit details, SLAs (service-level guarantees), uptime, and routing requirements. DoubleZero calls itself a “network defined by smart contracts,” using this information to determine paths and prioritize network connections.

Deploying DoubleZero on Solana is expected to speed up inter-validator communication and improve distribution and reliability during peak load.

Validators join gradually — they keep their existing public-internet connection while opting to route some traffic over DoubleZero, and the design fails over to the existing path if DoubleZero is unavailable.

Diagram of a validator's DoubleZero opt-in flow. The validator keeps its existing internet connection and additionally opts in to route traffic over DoubleZero. Under normal conditions traffic flows over the DoubleZero path; during an outage it fails over to the existing internet path. The participation requirement is holding at least 1 SOL in the validator's identity account.

To participate, a validator only needs to hold at least 1 SOL in its identity account (the account tied to the key used for node-to-node communication) to meet the fee requirement.datawallet

The Role of the 2Z Token

DoubleZero’s native token, 2Z, launched as an SPL token (Solana’s token standard) alongside mainnet-beta. Total supply is 10 billion tokens.bitget-2z datawallet

Allocation is split across eight groups.bitget-2z datawallet

  • Foundation + Ecosystem: 29%
  • Jump Crypto: 28%
  • Malbec Labs: 14%
  • Institutions: 12%
  • Team: 10%
  • Contributors: 4%
  • Builders: 2%
  • Validators: 1%

At the TGE (token generation event), fully diluted valuation (FDV) stood at $800 million, with an initial market cap of $277.6 million (34.7% initial circulating supply).bitget-2z

2Z is used to reward contributors who provide circuits and bandwidth to the network. This also covers network connection fees, applicable to both validators and RPC operators (who respond to end-user queries). Staking collateral and governance are also listed as intended uses.bitget-2z

Current Network Status (as of Q2 2026)

According to data published by Solana Compass (a provider of Solana ecosystem analytics dashboards) on July 3, 2026, DoubleZero’s Total Connected Value (TCV, the combined value of connected assets) reached $21.7 billion — up 20.6% from $18 billion in Q1.solana-compass-q2

462 validators are now connected, of which 434 are actively serving as shred distributors. Their share of Solana mainnet’s stake weight reached 59%, up 12.8 percentage points from 46.2% in Q1.solana-compass-q2

At launch in October 2025, that figure stood at 22%.coindesk-launch

Aggregate throughput reached 10.14 Tbps, up from 9.52 Tbps in Q1. The number of dedicated links grew to 166, up 7 from 159 in Q1. New sites include four cities in North America (Pittsburgh, New York, Chicago, and Washington DC), three in Europe (Frankfurt, Munich, and Amsterdam), and Tokyo.solana-compass-q2

Timeline diagram showing DoubleZero's connected-stake share over time. It started at 22% at launch on October 2, 2025, rose to 46.2% in Q1 2026, then reached 59% (+12.8 points) in Q2 2026. TCV grew from $18B to $21.7B (+20.6%), aggregate throughput rose from 9.52 Tbps to 10.14 Tbps, dedicated links grew from 159 to 166 (+7), connected validators reached 462 (434 of which distribute shreds) by Q2, and new sites were added across four North American cities, three European cities, and Tokyo.

The new sites span three regions — North America, Europe, and Asia — showing DoubleZero’s physical footprint continuing to expand geographically.

Impact on the Solana Ecosystem

What DoubleZero is pitching on Solana is “more stable performance,” anchored on improving the stability of inter-validator communication — not raising TPS (transactions processed per second), which isn’t the main focus here.kiln

Reduced jitter (variation in latency) during congestion improves the network’s overall resilience to stress. The edge filtering that runs on the same mechanism as the outer ring — stripping spam and deduplicating — also helps reduce congestion and improve resistance to DDoS (disruption caused by a flood of traffic).kiln

Validators

Validators are the most direct beneficiaries. Deterministic routing (routing whose outcome is stable and predictable) over dedicated circuits reduces packet loss and speeds up shred propagation. Validators connected to DoubleZero have reported fewer skipped slots (slots where no block gets produced because it was missed) and lower voting latency.

RPC operators (who run nodes that respond to end-user queries) also benefit from faster access to the chain’s latest state.kiln

Validators and RPC operators connect to DoubleZero directly, so their benefit is direct too. Stakers and DeFi users receive their benefit indirectly, downstream of this.

Stakers

If skipped slots decline among participating validators, that points toward a more stable network and improved yield.kiln

Stakers don’t connect to DoubleZero directly. The benefit reaches them indirectly, through the improved stability of the validators they delegate to.

DeFi Users

Searchers (participants who look for and submit trading opportunities) and builders (participants who assemble transactions into blocks) also stand to benefit from lower latency, since both can assemble bundles (groups of transactions packaged together) faster.

This could also make MEV rewards (the extra revenue that comes from transaction ordering) more efficient.kiln

Better shred propagation and more stable block production make the experience of waiting for transaction confirmation steadier. Some observers also point out that more efficient market makers could tighten spreads and improve price accuracy.kiln

The effect on DeFi users is indirect, but it arrives through two channels: faster bundle construction and tighter spreads.

Diagram showing how the benefits of DoubleZero connectivity ripple out to validators, RPC operators, stakers, DeFi users, and searchers/builders. The starting point is reduced jitter during congestion and edge filtering. Validators get direct benefits from deterministic routing — less packet loss, better shred propagation, fewer skipped slots, lower voting latency — and RPC operators get the direct benefit of faster access to the chain's latest state (shown as separate boxes adjacent to validators, connected by solid lines). Stakers get an indirect yield improvement through the stability of the validators they delegate to. DeFi users get indirect benefits from tighter spreads and steadier transaction confirmation, while searchers/builders get indirect benefits from faster bundle construction and potentially more efficient MEV rewards (shown as separate boxes adjacent to DeFi users, connected by dashed lines).

Risks and Caveats

DoubleZero is an ambitious project in that it reaches into the network layer, where outages carry outsized consequences for a high-performance, high-TPS chain like Solana.

The first risk worth flagging is concentration in physical infrastructure. Even with multiple independent providers participating, DZXs (regional interconnection points) and circuits tend to cluster around the same data centers and geographic locations, so an outage at a major hub could cascade.

Second, there’s a new attack surface and new risk of misconfiguration. The added routing functionality brings new configuration complexity and new failure modes — misrouted traffic, equipment faults.

Looking Ahead

DoubleZero has laid out three main directions going forward:

  1. Expanding beyond faster validator communication toward more programmable routing and service definitions
  2. Growing its physical footprint by adding sites, circuits, and operators, and reducing concentration risk
  3. Expanding to other high-performance L1/L2 (layer-1/layer-2) ecosystems

Adding more sites and circuits also works in the direction of easing the geographic concentration risk discussed above.

Conclusion

DoubleZero is infrastructure that moves Solana validator communication off the public internet and onto a dedicated fiber network, reducing latency and packet loss.

From mainnet-beta’s launch in October 2025 through Q2 2026, connected stake grew from 22% to 59%.solana-compass-q2 coindesk-launch

Validators see the most direct benefit, but fewer skipped slots and better shred propagation also flow indirectly to stakers and DeFi users. At the same time, greater connectivity brings greater geographic concentration of physical infrastructure and a larger attack surface, sharpening the trade-off against decentralization.

How much adding more sites and circuits will ease that geographic concentration remains to be seen. Omakase, as a staking service provider (SSP), continues to track DoubleZero’s adoption.

References

This article is based on the following sources (accessed July 30, 2026).

  • Kiln, “DoubleZero on Solana: a dive into the internet layer for validators” kiln
  • Solana Compass, “DoubleZero posts $21.7B Total Connected Value and 59% Solana mainnet stake weight in Q2 2026” solana-compass-q2
  • CoinDesk, “DoubleZero Mainnet Goes Live With 22% of Staked SOL on Board” coindesk-launch
  • Datawallet, “DoubleZero Explained: Architecture, Use Cases & 2Z Token” datawallet
  • Bitget Academy, “What is DoubleZero (2Z)?” bitget-2z
  • Helius, “Turbine: Block Propagation on Solana” helius-turbine
  • Anza, “Turbine Block Propagation” anza-turbine
  • Anza, “Gossip Service in a Solana Validator” anza-gossip
  • Helius, “DoubleZero: A Faster Internet” helius-doublezero
Related Category

Related category

Continue into the public reading path this article belongs to.

Research & Insights

Related pages

Questions to confirm in FAQ

Return to FAQ when the discussion shifts into comparison, governance, or internal review.

Company and news evidence

Move from educational reading into first-party company information and public updates.

Read Next

Next recommended routes

SolanaのMEVとは?Jito・bundle・Tip Distributionの仕組み

Solanaバリデータソフトウェアの違いとは?

What Are Solana's SGP-0002 and SGP-0003? How Inflation Cuts and Fee Burns Would Reshape Validator Economics