Base Cobalt Upgrade Explained: What Changes Before Mainnet?
2026-09-21
The Base Cobalt upgrade is Base’s next major hard fork, bringing native account abstraction (EIP-8130), B20 token improvements, and a dynamic upgrade mechanism, already activating on Base Sepolia on September 23, 2026 at 18:00 UTC while mainnet timing remains TBD.
Here’s exactly what changes before mainnet and what developers and node operators need to prepare.
Key Takeaways
Base Sepolia activates the Cobalt hard fork on September 23, 2026, but Base mainnet activation remains unscheduled (TBD) as of this writing, following Base's own upgrade tracker.
Cobalt's headline feature is native account abstraction via EIP-8130, alongside B20 token improvements and a new "dynamic upgrades" mechanism for scheduling future hard forks on-chain.
Node operators must run base/node release v1.4.0 or later to stay in sync with the Base Sepolia upgrade; mainnet-specific software requirements haven't been published yet.
What Is the Base Cobalt Upgrade?
Cobalt is the third named network upgrade in Base's current release cycle, following Azul (mainnet: May 28, 2026) and Beryl (mainnet: June 25, 2026).

Base now ships upgrades through its own unified client, base/base, built on components like Reth, which the team adopted specifically to release protocol changes faster and work toward a stated goal of six hard forks a year.
Where Cobalt Fits in Base's Roadmap
Azul focused on security, decentralization, and developer experience. Beryl introduced the B20 native token standard and shortened Base-to-Ethereum withdrawal delays. Cobalt is the next step: it brings account abstraction directly into the protocol and extends B20 rather than replacing what Beryl shipped.
A fourth upgrade, Denim, is already targeting November 2026 with faster, 200-millisecond blocks, so Cobalt is one stop on a fairly aggressive release schedule, not a one-off event.
Cobalt in Plain English: Wallets That Act Like Apps
Strip away the protocol jargon and Cobalt's core idea is simple: right now, "smart" crypto wallets need extra infrastructure, bundlers and relayers, sitting outside the chain to work. Cobalt moves that logic onto the chain itself.
An account can register, on-chain, who is allowed to act for it and how its signatures should be checked. Once that's set, a smart account can send an ordinary transaction instead of routing through separate smart-contract-wallet plumbing.
In practice, that's meant to translate into fewer failed transactions, session keys that expire automatically, and apps that can sponsor gas for users without running their own relay infrastructure.
The Three Core Features of the Base Cobalt Hard Fork
Native Account Abstraction (EIP-8130)
This is Cobalt's headline change. EIP-8130 lets accounts configure authorized actors and signature validation on-chain, so smart accounts can transact without bundler or relay infrastructure.

Base describes the result as portable smart accounts, scoped session keys, atomic batching of multiple actions into one transaction, and native gas sponsorship. EIP-8130 has already been previewed on Base's developer devnet, vibenet, ahead of its Sepolia and eventual mainnet rollout.
B20 Token Standard Improvements
B20, the native token standard Beryl introduced as a Rust precompile rather than a deployable smart contract, gets several additions under Cobalt: the ability to pay transaction fees directly in B20 tokens, scheduled multiplier updates, a simplified transfer-blocklist mechanism, and new Union and Intersect composite policy types for combining compliance rules.
These features are already specified in the code but, per Base's own changelog, stay "undialable" until the Cobalt boundary actually activates.
Dynamic Upgrades
Cobalt also introduces a mechanism for scheduling future hard forks through an Ethereum smart contract that stores upgrade timestamps, letting Base nodes query that contract and apply protocol changes live rather than waiting on a hardcoded client release.
For Cobalt itself, this rolls out in metrics-only mode while Base collects data to confirm the mechanism works reliably before relying on it for a future upgrade.
Key Entities Behind the Base Cobalt Upgrade
Base and Coinbase
Base is Coinbase's Ethereum layer-2 network, built on the OP Stack. Cobalt is developed and scheduled through Base's own base/base client and its public chain upgrades tracker, which lists activation status for every network upgrade.
The OP Stack and Optimism
Because Base runs on the OP Stack, account abstraction work under EIP-8130 is being pursued jointly with Optimism, with the aim of eventually extending native account abstraction across other OP Stack chains rather than keeping it Base-exclusive.
Vibenet
Vibenet is Base's devnet environment, used to preview features like EIP-8130 well before they reach Base Sepolia or mainnet. It's the earliest place developers can experiment with Cobalt-era functionality hands-on.
Stay ahead of Base network upgrades. Create a free Bitrue account to explore supported assets and manage your crypto in one place.
Base Sepolia Upgrade: What's Already Happening
The base sepolia upgrade for Cobalt is scheduled and confirmed: activation lands September 23, 2026 at 18:00 UTC. Node operators running Base Sepolia infrastructure need release v1.4.0 or later to stay synced through the fork.

On the contract side, the Sepolia rollout bundles several layer-1 changes into a single coordinated upgrade transaction, including a redeployed verifier contract tied to dynamic upgrades, removal of the EthLockbox component from the OptimismPortal and SystemConfig contracts, and a switch to CREATE2 deployment for dispute games.
A Sepolia-specific addition also rotates the trusted execution environment image hash used by Base's proof system as part of the same coordinated update.
Cobalt Mainnet Timeline: What's Still TBD
Base’s documentation lists mainnet activation as “Planning” with a September 2026 target, but no confirmed timestamp.
As of mid-September, the mainnet chain configuration still shows no scheduled Cobalt activation.
This is a clear gap from Sepolia, which already has a locked-in date.
Looking at Base’s past pattern (Beryl): mainnet activation typically followed the Sepolia rollout by about a week (with a one-day slip due to a registry timing issue).
A mainnet Cobalt date in the weeks after September 23 is therefore plausible, but nothing is confirmed yet.
Anyone building around Cobalt should monitor Base’s official chain upgrades tracker rather than assuming a fixed date..
Cobalt Upgrade At a Glance
Read also: Coinbase 24/7 Tokenized Stocks: Benefits, Risks, and How They Work
Summary
The base cobalt upgrade is best understood as two separate events on two separate clocks. Base Sepolia's Cobalt hard fork is locked to September 23, 2026, and node operators on that network have a firm software deadline. Base mainnet, by contrast, is still in the planning stage, with September cited only as a target rather than a confirmed date.
The features themselves, account abstraction through EIP-8130, expanded B20 functionality, and an on-chain mechanism for scheduling future forks, are well specified and already previewed on vibenet, so the technical direction is clear even while the mainnet calendar isn't.
Anyone building on Base should treat the Sepolia activation as the moment to start testing, not the moment Cobalt goes live for end users.
Disclaimer: The views expressed belong exclusively to the author and do not reflect the views of this platform. This platform and its affiliates disclaim any responsibility for the accuracy or suitability of the information provided. It is for informational purposes only and not intended as financial or investment advice.
FAQ
What is the Base Cobalt upgrade?
Cobalt is Base's third major network upgrade of 2026, following Azul and Beryl. It introduces native account abstraction under EIP-8130, extends the B20 token standard, and adds a dynamic upgrades mechanism for scheduling future hard forks on-chain.
When does the Base Cobalt hard fork activate?
Base Sepolia activates Cobalt on September 23, 2026 at 18:00 UTC. Base mainnet activation is still being planned, with September 2026 cited as a target but no confirmed timestamp as of this writing.
What do node operators need to do for the Base Sepolia upgrade?
Operators running Base Sepolia infrastructure need to upgrade to base/node release v1.4.0 or later before the September 23 cutoff to remain compatible with the network after the fork.
Will Cobalt change how wallets work on Base?
Yes, over time. Native account abstraction lets smart accounts send ordinary transactions without separate bundler or relay infrastructure, enabling things like session keys, batched transactions, and apps sponsoring gas for users, though rollout to mainnet users depends on the still-unconfirmed mainnet date.
Is Cobalt mainnet activation confirmed yet?
No. As of this writing, Base's official upgrade tracker lists Cobalt mainnet as in planning with a September 2026 target rather than a locked activation timestamp. Developers and node operators should check Base's chain upgrades tracker for the latest status before assuming a firm date.
Disclaimer: The views expressed belong exclusively to the author and do not reflect the views of this platform. This platform and its affiliates disclaim any responsibility for the accuracy or suitability of the information provided. It is for informational purposes only and not intended as financial or investment advice.
Disclaimer: The content of this article does not constitute financial or investment advice.




