Skip to content
BaseHub by wbnns Updated

Beryl Upgrade Overview

Beryl is the next Base hardfork after Azul. It folds together three unrelated changes: a chain-native token standard called B20, a shorter wait before withdrawals finalize, and the Reth V2 node release that trims disk usage and accelerates state-root work.

  • B20 — a native token standard built for issuers of stablecoins, real-world assets (RWAs), and long-tail tokens.
  • Faster withdrawals — a single-proof proposal now finalizes after 5 days instead of the previous 7, returning bridge liquidity sooner.
  • Reth V2 — as much as 50% less disk and a rebuilt state-root pipeline worth roughly +33% throughput.
NetworkTimestampDate
mainnet17824104002026-06-25 18:00:00 UTC
sepolia17818056002026-06-18 18:00:00 UTC

Sepolia versions are published; the Mainnet builds are still to be announced ahead of its later date.

LayerSoftwareMainnetSepolia
Execution (EL)base-reth-nodeTBAv1.1.0+
Consensus (CL)base-consensusTBAv1.1.0+
-base/nodeTBAv1.1.0+

B20 is Base’s own token standard: tokens that keep ERC-20 compatibility but run as Rust precompiles instead of EVM contracts, aimed at stablecoin, RWA, and long-tail issuers. The full surface is documented in B20 Native Token Standard, covering the roles model, policy integration, the factory, the policy registry, mint and burn, and the asset/stablecoin variants.

Beryl shortens how long a single-proof proposal sits in its dispute game before finalizing — that wait drops to 5 days, down from 7. The TEE + ZK dual-proof path that Azul introduced is untouched and still resolves in a single day.

Returning capital to fast-bridge liquidity providers sooner is the point: shorter lockups mean lower fees and steadier third-party bridging for the people using it.

Reth V2 ships as a node-software update alongside Beryl — it needs no separate network upgrade. It targets the two ceilings on a high-throughput chain, disk footprint and state-root speed, through Storage V2 and a rewritten state-root computation path. Full details are in Reth V2.