Skip to content
RiverCore
Back to articles→CRYPTO
Gnosis and Zisk Pitch EEZ to Unify Ethereum's 20+ L2s
Ethereum Economic ZoneGnosis ZiskL2 interoperabilityEthereum L2 synchronous transactions without bridgesEEZ rollup unification proposal

Gnosis and Zisk Pitch EEZ to Unify Ethereum's 20+ L2s

31 May 20267 min readSarah Chen

Twenty plus rollups. Roughly forty billion dollars in total value. Zero native way for any of them to talk to each other inside a single transaction. That is the gap Gnosis, Zisk and the Ethereum Foundation walked on stage at EthCC in Cannes to address, with a proposal called the Ethereum Economic Zone.

What Happened

The EEZ is a framework, not a chain. As CoinMarketCap reported, the joint proposal from Gnosis, Zisk and the Ethereum Foundation aims to let different layer-2 networks interact with each other and with Ethereum mainnet inside a single transaction, and to do it without bridges. That last clause is the headline. Bridges are currently the connective tissue of the L2 universe, and they are also the most regularly drained component of it.

The numbers frame the problem. L2BEAT data cited in the announcement counts more than 20 active layer-2 networks securing close to $40 billion in value, distributed across Arbitrum, Base, Optimism and the long tail behind them. That is one rollup per roughly $2 billion of TVL on average, though in practice the distribution is heavily skewed toward the top three. Friederike Ernst, co-founder of Gnosis, put the diagnosis bluntly in a statement shared with CoinDesk: "Ethereum doesn't have a scaling problem. It has a fragmentation problem. Every new L2 is a silo that makes it harder to smoothly extend and drive value back to the Ethereum mainnet."

Two design choices matter immediately. First, ETH stays the primary token for fees. Second, no new token is introduced. The proposal also sets up an EEZ Alliance to coordinate standards and adoption, with Zisk, the zero-knowledge proving project led by Jordi Baylina (also the creator of Polygon zkEVM), providing the proving side of the stack. Technical details and performance benchmarks are slated to land in the coming weeks. Until those drop, the proposal is a direction, not a spec. The source does not disclose latency targets, proof generation costs, or which rollups have committed to the Alliance, all of which will determine whether EEZ ships as infrastructure or stays a slide deck.

Technical Anatomy

Strip the marketing layer off and EEZ is making one specific claim: smart contracts on different rollups should execute synchronously across networks. Synchronous cross-rollup execution is a meaningfully different primitive from what exists today. Right now, a transaction on Arbitrum that needs state from Base goes through a message-passing bridge, waits for confirmation windows, and settles asynchronously. The user experience is a multi-step flow with bridge fees, finality delays, and counterparty risk on whatever bridge contract holds the locked assets.

Synchronous execution means a single transaction can touch contracts on rollup A and rollup B atomically, with both legs either committing or reverting together. To make that work without trusting a bridge, you need a shared proving and settlement layer that can verify state transitions on multiple rollups within one slot. That is where Zisk's zero-knowledge proving stack presumably fits. ZK proofs let one network verify another's execution trace without re-running it, and if the proofs are fast enough, you can fold them into the same Ethereum block that anchors settlement. The Ethereum docs already describe this kind of rollup-to-rollup composability as a long-term goal, and EIPs around shared sequencing and based rollups have been circulating for over a year. EEZ reads as one concrete attempt to package those ideas into a deployable standard.

The unknown that matters most: what is the latency budget per cross-rollup call, and what does it cost in proving time and gas? If a synchronous EEZ transaction costs 5x a single-rollup transaction and adds 2 seconds of latency, it competes with bridges. If it costs 50x and adds 30 seconds, it doesn't. The source does not disclose either bound. Until benchmarks land, treat performance as the open variable. My working assumption is that the first published numbers will be optimistic and the production numbers will be 2x to 4x worse, which is the historical pattern for every ZK rollup launch since 2021.

Worth noting: keeping ETH as the fee token is a deliberate political signal. It says EEZ is not trying to extract economic value from Ethereum into a new alliance token. That removes one of the standard objections to multi-chain coordination frameworks, where new governance tokens dilute the base layer's value capture.

Who Gets Burned

The most exposed category is third-party bridge operators. If synchronous cross-rollup execution becomes native to participating L2s, the lock-and-mint bridge model loses its core use case for assets moving between EEZ-aligned rollups. That doesn't kill bridges overnight, mainnet to non-EVM chains still needs them, but it compresses the addressable market.

Standalone rollups that are not in the Alliance face a different problem. If Arbitrum, Base and Optimism end up inside EEZ and a tier-two rollup stays outside, the outside chain becomes the only one where users have to bridge the old way. That is a liquidity disadvantage that compounds. Karl Floersch, co-founder of Optimism, has already said L2s need to evolve beyond their current form, which reads as openness to participation. Steven Goldfeder of Offchain Labs has argued scaling itself remains a core function because rollups still handle higher transaction volume than mainnet. Those are two different framings of the same question: is the next phase about more throughput, or about stitching existing throughput together? EEZ bets on the second.

DeFi protocols deployed across multiple rollups carry the most operational pain in the short term. Today, a lending protocol on Arbitrum and the same protocol on Base run as separate instances with separate liquidity pools and separate risk parameters. Synchronous execution would let them merge liquidity logically while staying physically distributed. That is a major refactor. Teams that have invested heavily in cross-chain message-passing infrastructure, including those using Chainlink CCIP or similar systems, will need to decide whether EEZ replaces or supplements those rails. The honest answer is probably both, depending on which counterparty chains are inside the Alliance.

One unanswered question with a testable bound: how many of the top 10 L2s by TVL will publicly commit to the EEZ Alliance within 90 days of the technical spec dropping? If fewer than four, EEZ is a Gnosis-led research effort. If more than seven, it is the de facto coordination layer.

Playbook for Crypto and DeFi

For teams shipping into the L2 ecosystem this week, three concrete actions.

First, read the technical spec the moment it lands. The proposal's value depends entirely on the proving system's performance profile and the synchronization protocol's failure modes. Specifically, look for: per-transaction proving cost, finality latency, and the behavior when one participating rollup is delayed or censoring. If those numbers are not disclosed in the first release, that itself is the signal.

Second, audit existing bridge exposure. Any protocol with significant TVL locked in third-party bridges between EEZ-candidate rollups should model what happens to that bridge's volume and fee revenue if synchronous execution ships. Bridges that depend on volume to subsidize security budgets will face pressure first.

Third, do not migrate yet. The temptation with any new coordination framework is to rewrite contracts to target it. EEZ is a proposal with benchmarks pending and an Alliance that does not yet have publicly named members beyond the founding three. Engineering teams should prototype against the spec when it lands, but production migration is a 2027 conversation at the earliest. The historical base rate for cross-chain standards going from announcement to mainnet adoption is 18 to 30 months, and EEZ is unlikely to be the exception.

Testable prediction: if EEZ ships meaningfully, we should see aggregate bridge transaction volume between Arbitrum, Base and Optimism drop measurably within 12 months of mainnet activation. If bridge volume between those three is flat or up 12 months post-launch, the framework has not achieved product-market fit regardless of what the press releases say.

Key Takeaways

  • Gnosis, Zisk and the Ethereum Foundation announced the EEZ at EthCC, targeting synchronous cross-rollup execution without bridges across an ecosystem of 20+ L2s holding nearly $40 billion.
  • ETH remains the fee token and no new token is introduced, which removes the standard "alliance extracting value from base layer" objection.
  • Zisk's ZK proving stack, led by Polygon zkEVM creator Jordi Baylina, is the technical backbone, but performance benchmarks are not yet public.
  • Third-party bridges between EEZ-aligned rollups are the most exposed category if the framework ships as described.
  • Open question with a 90-day bound: how many top-10 L2s join the EEZ Alliance after the technical spec drops. Fewer than four signals a research effort, more than seven signals a standard.

Frequently Asked Questions

Q: What is the Ethereum Economic Zone (EEZ)?

The EEZ is a proposed framework from Gnosis, Zisk and the Ethereum Foundation that would let smart contracts on different Ethereum layer-2 networks execute synchronously within a single transaction, without requiring bridges. ETH remains the fee token and no new token is introduced. An EEZ Alliance will coordinate standards and adoption.

Q: How is EEZ different from cross-chain bridges?

Bridges work asynchronously: you lock assets on one chain, wait for confirmation, then mint or release on another. EEZ proposes synchronous execution, meaning a single transaction can touch contracts on multiple rollups atomically. That removes the bridge as an intermediary and the security and latency costs that come with it, assuming the proving system performs.

Q: Will major L2s like Arbitrum, Base and Optimism join the EEZ Alliance?

Not confirmed. Karl Floersch of Optimism has said L2s need to evolve, and Steven Goldfeder of Offchain Labs (Arbitrum) has emphasized scaling remains essential, but neither has formally committed to the Alliance. Participation by top L2s is the single biggest variable determining whether EEZ becomes a real standard or a research proposal.

SC
Sarah Chen
RiverCore Analyst · Dublin, Ireland
SHARE
// RELATED ARTICLES
HomeSolutionsWorkAboutContact
News06
Dublin, Ireland · EUGMT+1
LinkedIn
🇬🇧EN▾