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.
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
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
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.
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
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.
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:
- Expanding beyond faster validator communication toward more programmable routing and service definitions
- Growing its physical footprint by adding sites, circuits, and operators, and reducing concentration risk
- 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