A Coinbase-backed proposal aims to unify account abstraction across every EVM-compatible chain, cutting transfer costs by 63 percent.
A Coinbase-backed proposal aims to unify account abstraction across every EVM-compatible chain, cutting transfer costs by 63 percent.

A Coinbase-backed proposal aims to unify account abstraction across every EVM-compatible chain, cutting transfer costs by 63 percent.
EIP-8130, a Coinbase-backed proposal, aims to cut EVM transfer costs by 63 percent with a universal account abstraction standard for all Ethereum-compatible chains.
The proposal, drafted by Chris Hunter at Coinbase/Base, separates authentication from account logic entirely, letting nodes validate transactions with a fixed set of canonical authenticators in O(1) checks without full EVM tracing, according to the EIP text.
The standard introduces a new transaction type, AA_TX_TYPE = 0x79, paired with an onchain Keystore contract deployed at a fixed address. The Keystore stores authentication preferences onchain so any compliant EVM chain can read them. Canonical authenticators include secp256k1, Ethereum's existing signature scheme; P-256, used by Apple and Google secure enclaves; WebAuthn, the standard behind passkeys; and a delegate authenticator that lets one account authorize transactions on behalf of another.
Base is targeting its Cobalt upgrade in September 2026 as the deployment vehicle, roughly a year after the proposal's October 2025 drafting. The standard maintains backward compatibility through an ERC-4337 fallback, making it portable across chains without protocol-level changes.
Two profiles, one standard
EIP-8130 defines two adoption profiles. Level 1, designed for Ethereum mainnet and similarly structured chains, uses a normative gas schedule and permissive acceptance, processing a broader range of authenticators and account configurations. Level 2, built for high-throughput chains like Base and other L2 rollups, restricts validation to a canonical-only pathway, sacrificing some flexibility for predictable performance at scale.
The proposal builds on EIP-2718 (typed transaction envelopes) and EIP-4337 itself. Backers include Base, Coinbase, Optimism, and WalletConnect.
What this means for DeFi
The standard's implications extend beyond cost savings. By unifying authentication across EVM chains, EIP-8130 could reduce the fragmentation that forces developers to implement chain-specific smart account logic. For DeFi protocols on Ethereum and L2s, the 63 percent cost reduction on transfers could lower user friction for wallet interactions, gas sponsorship, and call batching.
Account abstraction has been a long-standing goal for Ethereum developers, with ERC-4337 introducing smart contract wallets that enable features like social recovery and gas sponsorship. However, each chain has implemented these standards differently, creating compatibility gaps. EIP-8130 addresses this by making the standard native to the protocol layer rather than relying on application-level implementations.
The proposal currently sits in draft status, with active discussions on Ethereum Magicians and GitHub. If adopted, it would mark the first time account abstraction works identically across the EVM ecosystem rather than through chain-specific implementations. For developers building cross-chain applications, a single account standard could simplify wallet infrastructure and reduce the engineering overhead of supporting multiple chains.
This article is for informational purposes only and does not constitute investment advice.