EIP-8130 proposed as simpler model for Ethereum account abstraction

1 hour ago 16

Account abstraction on Ethereum has been one of those features that’s perpetually six months away. The latest attempt to change that, EIP-8130, just got a notable endorsement from WalletConnect co-founder Pedro Gomes, who called it a simpler and more portable model than the competing EIP-8141 proposal.

Account abstraction is the umbrella term for letting Ethereum wallets do things that currently require clunky workarounds: paying gas fees in tokens other than ETH, batching multiple transactions into one, or logging in with a fingerprint instead of managing a 64-character private key.

What EIP-8130 actually does

Proposed by Chris Hunter of Coinbase’s Base team on October 14, 2025, EIP-8130 introduces a new transaction type designated AA_TX_TYPE = 0x79. The proposal also creates an on-chain Keystore system contract. Instead of each wallet running its own custom validation code, the Keystore acts as a shared registry of authentication methods.

That registry supports multiple ways to prove you’re you: the traditional secp256k1 signatures that Ethereum has always used, P-256 curves (the kind your phone’s secure enclave speaks), and WebAuthn, the standard behind passkeys.

The key architectural decision is separating authentication from execution logic. In the current ERC-4337 model, bundlers simulate wallet bytecode to validate transactions before including them. EIP-8130 sidesteps that by defining a canonical set of authenticators that nodes can validate efficiently without ad hoc simulation.

Pedro Gomes’s preference for EIP-8130 over EIP-8141 comes down to this trade-off. EIP-8141 offers greater flexibility, letting users define their own validation and gas payment logic. EIP-8130 constrains those options in exchange for predictability and portability.

The cross-chain angle

The shared Keystore and canonical authenticator set are designed to work identically across any EVM-compatible chain. Set up your account on Base, and the same authentication configuration should work on Optimism, Arbitrum, or Ethereum mainnet without reconfiguration.

Today, smart account deployments are chain-specific. Users who want the same wallet experience across multiple rollups often need to deploy separate contracts on each chain, each with its own gas costs and setup friction.

EIP-8130 is backed by Coinbase, Optimism, and WalletConnect. Coinbase operates Base, Optimism runs the OP Stack that powers multiple rollups, and WalletConnect serves as the connective tissue between wallets and decentralized applications.

Deployment is targeted for the Base Cobalt upgrade around September 2026. That timeline means Base would serve as the proving ground before any conversation about Ethereum Layer 1 activation, which has no active schedule.

How it compares to ERC-4337

ERC-4337 has been Ethereum’s account abstraction workhorse since 2023. It works at the application layer rather than the protocol layer, meaning it didn’t require a hard fork to deploy. Bundlers collect user operations, validate them, and submit them on-chain.

EIP-8130 claims a 63% reduction in transfer costs compared to ERC-4337. That gap exists because ERC-4337’s bundler architecture adds gas overhead for simulation, bundling, and the EntryPoint contract that processes user operations. By moving account abstraction into the protocol itself, EIP-8130 eliminates several of those intermediate steps.

What to watch

As of August 2026, EIP-8130 remains a draft with active discussion happening across Ethereum Magicians and GitHub, with no active schedule for Layer 1 activation.

The September 2026 target for Base Cobalt gives the proposal roughly a year of runway for refinement from its October 2025 proposal date, covering a relatively contained scope of a single L2 deployment versus a mainnet hard fork.

Disclosure: This article was edited by Editorial Team. For more information on how we create and review content, see our Editorial Policy.

Read Entire Article