Skip to content
RiverCore
Base Ships Azul: 99% Fewer Empty Blocks, Multiproofs Live
Base Azul upgradeBase blockchainmultiproofsBase empty blocks reduced 99 percentBase TEE ZK proof multiproofs

Base Ships Azul: 99% Fewer Empty Blocks, Multiproofs Live

29 Jul 20267 min readJames O'Brien

Picture a regional airline that spent years flying under a parent carrier's livery, sharing gates, sharing mechanics, sharing the boring middle-management. Then one morning it repaints the tail, hires its own dispatch team, and lands its first solo transatlantic flight without so much as a press release from the old parent. That's roughly what Base just did with Azul, its first standalone upgrade since walking out of Optimism's Superchain. And the flight numbers look good: empty blocks down roughly 99%, from about 200 a day to two.

The Numbers

The headline figure is that 99% drop in empty blocks, and it deserves a moment. Empty blocks on a rollup are the equivalent of a delivery van driving its route with nothing in the back: you're paying for the diesel, the driver, the tolls, and moving no parcels. Base's new client stack has apparently sorted the dispatch problem.

According to CoinMarketCap, the same stack has sustained multiple bursts of 5,000 transactions per second in testing. That's a number worth pinning to the wall next to the TVL figure: Base sits at roughly $4.4 billion in total value locked as of late May, with about $4.98 billion in stablecoin market cap, making it the largest destination for USDC liquidity among optimistic rollups.

The upgrade itself is a two-part beast. First, a multiproof system that pairs trusted execution environment proofs with zero-knowledge proofs. Either can finalize a proposal on its own, but when both agree, withdrawal finality can drop to as little as one day. Anyone who has sat waiting out the seven-day optimistic challenge window on an L2 withdrawal knows why that matters commercially.

Second, a new client stack: a single execution client called base-reth-node, and a new consensus client called base-consensus, built on OP Kona. Consolidation, not diversification, and I think that's the interesting call.

The road to mainnet was itself instructive. Azul first landed on testnet in April 2026, with mainnet activation planned for May 13. In between, Base ran an Immunefi audit competition through May 4 with a maximum reward pool of $250,000 for critical bug discoveries. Two hundred and fifty grand isn't the largest bounty pot the industry has ever seen for a chain sitting on four and a half billion dollars of user funds, but it's a real number attached to a real deadline. That's better than a lot of L2 upgrades manage.

The upgrade also adds the CLZ opcode and aligns Base with Ethereum's Osaka execution-layer repricing spec. Base says most application developers won't need major rewrites. Node operators running op-node, op-geth, nethermind, or kona, however, have to migrate.

What's Actually New

The multiproof design is the guts of it. Most optimistic rollups today rely on a single fault-proof mechanism, with a socialised trust assumption that if anything breaks, humans will notice in time. Azul says: run two independent proof systems, and let the more decentralised one win when they disagree. Permissionless ZK proofs can override permissioned TEE proofs in the event of a conflict.

That last sentence is the one worth reading twice. TEEs are fast and cheap, and they're also the sort of thing that gets you a mildly panicked EIP thread every time a new side-channel attack surfaces on Intel SGX. Bolting a ZK escape hatch on top means the fast path stays fast, but the trust anchor is math rather than a chip vendor's threat model. It's a pragmatic hedge, and I'd argue it's the right one for a chain of this size.

The client consolidation is more controversial. Ethereum L1 famously prizes client diversity: if Geth breaks, Nethermind and Reth keep the network alive. Base is going the other way, funnelling everyone onto base-reth-node and base-consensus. The pitch is performance and coherence, and the numbers back it up. The risk is that a single bug becomes a network-wide bug with no fallback client to route around it.

Anyone who's chased a nasty consensus bug across two client implementations at 3am knows the trade-off is real. Diversity buys you resilience at the cost of edge-case behavioural drift between clients. Base has decided the drift is more expensive than the resilience. For an L2 that ultimately settles to Ethereum, that's defensible. If the client breaks, funds are still recoverable from L1 state. It's not the same risk profile as monoculture on L1.

The base-consensus client being built on OP Kona is the tell that this isn't a complete divorce from the OP Stack lineage. Base left the Superchain governance arrangement, not the codebase heritage. That's a distinction worth holding onto when the takes start flying.

What's Priced In for Crypto and DeFi

The market has broadly priced in the assumption that the top three or four rollups will keep taking share, and Base being one of them is not news. The $4.4 billion TVL and near-$5 billion stablecoin float are already reflected in how DeFi protocols allocate their deployments. What's less priced in, I'd argue, is the operational use that comes from actually shipping upgrades on your own schedule.

Departing the Superchain was a governance move that read as risky at the time. Azul is the first proof point that the risk was worth it. Base can now pick its own upgrade cadence, ship a performance-focused release by end of June 2026 and a UX-focused one around end of August, and not have to wait on a coalition. That's a real advantage against L2s still bound to shared upgrade schedules.

The one-day withdrawal finality, when both proofs agree, is the sleeper feature for anyone building bridges, market-making infrastructure, or CEX-DEX flows. Seven-day windows have driven an entire cottage industry of liquidity provider bridges skimming basis points to front the withdrawal delay. Compressing finality to a day doesn't kill that market, but it thins the margins meaningfully. Payments and settlement teams should be modelling this now, not in Q4.

Native account abstraction sitting on the roadmap is the other thing to watch. If it lands the way I expect, it changes what onboarding flows look like for consumer apps built on Base. Wallet UX is still the part where it all falls over for mainstream users, and native AA is one of the few things that credibly moves the needle.

Contrarian View

Here's the argument against getting excited: multiproof systems sound great in a blog post and are horrible to operate. You now have two proof pipelines, two sets of provers, two failure modes, and a conflict-resolution rule that has never been stress-tested in adversarial production. The happy path where both proofs agree is easy. The unhappy path, where TEE says one thing and ZK says another and the network has to actually invoke the override, is the part nobody has really lived through yet.

The empty-blocks metric is also, if we're being honest, a bit of a vanity number. Going from 200 to two is impressive engineering, but empty blocks weren't the thing gating Base's growth. Sequencer decentralisation, cross-rollup composability, and withdrawal UX were, and Azul only really moves the third of those. The performance story is the strongest sales pitch here, but it's a sales pitch aimed at engineers who already believed Base could scale.

And the client monoculture bet could age badly. It only takes one nasty edge case in base-reth-node to remind everyone why Ethereum preaches diversity. That's not a prediction, just a risk that shouldn't get glossed over in the celebration.

Key Takeaways

  • Azul is Base's first solo network upgrade since leaving the Superchain, and the ability to ship independently is itself the underrated headline.
  • The multiproof system pairs TEE and ZK proofs with a one-day best-case withdrawal finality when both agree, which meaningfully changes bridge and settlement economics.
  • The new client stack drove empty blocks from around 200 per day to about two, and sustained 5,000 TPS bursts, but it also concentrates Base on a single execution and consensus client pair.
  • Node operators on op-node, op-geth, nethermind, or kona must migrate to base-reth-node and base-consensus. Application developers largely don't need rewrites thanks to Osaka alignment.
  • With $4.4B TVL and $4.98B in stablecoin market cap, Base has the runway to attempt this. Two more upgrades are already scheduled for the back half of 2026, with native account abstraction on the roadmap.

Back to that regional airline: painting the tail is the easy bit, and Azul is the equivalent of a first clean solo landing. The harder tests come when weather turns, when a proof system disagrees with itself at 4am, and when a client bug has no diverse fallback to catch it. Base has flown the first leg well. The route from here is the one that actually matters.

Frequently Asked Questions

Q: What is Base's Azul upgrade?

Azul is Base's first standalone network upgrade executed independently since leaving Optimism's Superchain. It introduces a multiproof system pairing trusted execution environment proofs with zero-knowledge proofs, and a new client stack consolidating Base onto base-reth-node for execution and base-consensus (built on OP Kona) for consensus.

Q: How does Azul change withdrawal times on Base?

When both the TEE and ZK proofs agree on a proposal, withdrawal finality can be as little as one day. Either proof type can also finalize independently, and permissionless ZK proofs can override permissioned TEE proofs in the event of a conflict.

Q: What do developers and node operators need to do after Azul?

Most application developers do not need major rewrites, since Azul aligns Base with Ethereum's Osaka execution-layer repricing specifications and adds the CLZ opcode. Node operators running op-node, op-geth, nethermind, or kona must migrate to the new base-reth-node execution client and base-consensus consensus client.

JO
James O'Brien
RiverCore Analyst · Dublin, Ireland
SHARE
// RELATED ARTICLES
HomeSolutionsWorkAboutContact
News06
Dublin, Ireland · EUGMT+1
LinkedIn
🇬🇧EN▾