EIP-8130 proposed as simpler model for Ethereum account abstraction

1 hour ago 2



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 archite...

Read Entire Article