Devoured - April 23, 2026
Introducing Base Azul: Multiproof Security and 5,000 TPS (4 minute read)

Introducing Base Azul: Multiproof Security and 5,000 TPS (4 minute read)

Crypto Read original

Base announces its first independent network upgrade with a dual-proof security system combining TEE and ZK provers, achieving 5,000 TPS bursts and compressing withdrawal times to one day.

What: Base Azul is a major upgrade to the Base layer-2 network targeting May 13 mainnet activation, featuring a multiproof system where either TEE or zero-knowledge provers can independently validate transactions, plus performance improvements that reduced empty blocks by 99% and enabled sustained 5,000 TPS bursts through consolidation to a single execution client.
Why it matters: The multiproof architecture represents a novel defense-in-depth approach requiring attackers to compromise multiple independent proof systems rather than one, while advancing toward Stage 2 decentralization (a key L2 maturity milestone) and demonstrating that strategic infrastructure consolidation can unlock order-of-magnitude performance gains.
Takeaway: Node operators must migrate to base-reth-node and base-consensus clients before May 13; security researchers can participate in the $250,000 Immunefi audit competition running through May 4.
Deep dive
  • Base Azul consolidates the network onto a streamlined stack controlled end-to-end by the Base team, enabling faster shipping cycles with fortnightly client releases
  • The multiproof system allows either TEE (Trusted Execution Environment) or ZK (zero-knowledge) provers to independently finalize proposals, but when both provers agree, withdrawal times compress from the standard 7 days to just one day
  • ZK proof posting is permissionless and can override the permissioned TEE proofs if contradictions arise, creating a security hierarchy inspired by Vitalik's L2 finalization roadmap
  • Performance gains came from consolidating to base-reth-node (based on Ethereum's high-performance Reth client) as the sole execution client and base-consensus (based on Kona) as the consensus client
  • Empty blocks dropped from approximately 200 per day to just 2 per day (99% reduction), indicating dramatically improved builder reliability
  • The network sustained multiple bursts of 5,000 transactions per second, moving toward the stated goal of 1 gigagas per second throughput
  • Azul satisfies a core Stage 2 requirement: the ability to detect and handle proof system bugs onchain without relying on a single proof mechanism
  • The upgrade aligns Base with Ethereum's Osaka execution-layer specifications, maintaining compatibility with the broader ecosystem
  • Future upgrades planned for late June include an enshrined token standard, Flashblock Access Lists, and further reduced withdrawal times
  • Native account abstraction is scheduled for an August upgrade, eliminating the need for developers to implement AA separately
  • Base Vibenet, a permanent public devnet launching mid-May, will let developers experiment with upcoming features before mainnet deployment
  • The comprehensive security approach includes internal and external audits of every onchain component, plus a $250,000 bug bounty competition through Immunefi
  • Most applications require zero changes unless they heavily use MODEXP operations, send very large transactions, or consume the Flashblocks websocket directly
  • The upgrade represents a stepping stone toward full ZK proving with near-instant withdrawals as additional ZKVMs are onboarded and real-time proving performance improves
Decoder
  • TEE (Trusted Execution Environment): Hardware-based secure enclave that executes code in isolation, providing proof of correct execution through hardware attestation
  • ZK (Zero-Knowledge) Provers: Cryptographic systems that generate mathematical proofs that computation was performed correctly without revealing the underlying data
  • TPS: Transactions per second, a measure of blockchain throughput capacity
  • Stage 2 Decentralization: L2Beat classification indicating a rollup can detect invalid state transitions onchain and has a functional fraud/validity proof system with minimal trust assumptions
  • Multiproof: Security architecture using multiple independent proof systems where any single proof can validate state, but agreement between all proofs enables faster finalization
  • Gigagas/s: One billion gas per second, a measure of blockchain computational capacity (gas measures execution cost of operations)
  • Account Abstraction: Feature allowing smart contracts to act as user accounts, enabling programmable wallets with custom authentication and transaction logic
  • Reth: High-performance Ethereum execution client written in Rust, known for speed and efficiency
  • Osaka Spec: Ethereum execution layer specification upgrade containing various EIPs (Ethereum Improvement Proposals)
  • Enshrined Token Standard: Native token implementation built directly into the protocol rather than requiring smart contracts
  • Flashblocks: Base's sub-second block time feature for faster transaction confirmation
  • ZKVM: Zero-knowledge virtual machine that can generate ZK proofs for arbitrary program execution
Original article

Base Azul, Base's first independent network upgrade, targets mainnet activation on May 13. Its headline feature is a multiproof system that combines TEE and ZK provers, where either can independently finalize proposals and dual agreement compresses withdrawal times to one day. Performance improvements include a consolidation to a single execution client that reduced empty blocks by roughly 99% and sustained multiple 5,000 TPS bursts. A $250,000 Immunefi audit competition runs through May 4, with subsequent upgrades planned for an enshrined token standard and native account abstraction through the end of August.