Base-Ethereum Account Abstraction Collaboration Stalls Over Incompatible Proposals
Collaboration on two draft proposals for Base-Ethereum account abstraction has broken down, according to Ethlabs' Derek Chiang. The proposals, EIP-8130 and EIP-8141, take different approaches to native smart accounts, potentially shifting cross-chain compatibility work to wallets and apps.
Ethlabs backs Frame Transactions for Hegotá, an upcoming Ethereum hard fork, and intends to work with Layer 2s and wallets on a rollout. In practical terms, incompatible native transaction types would shift more integration work to wallet and application developers.
Account abstraction allows smart-contract accounts to define their own validation logic rather than relying only on fixed rules for externally owned accounts. The final ERC-4337 standard provides account abstraction without changing Ethereum's consensus rules: users submit `UserOperation` objects to a separate mempool, and bundlers package them into transactions for an EntryPoint contract.
The two new drafts move account-abstraction functions into native transaction handling but use different control points. EIP-8130 combines a new typed transaction with an onchain keystore and account-configuration system, while EIP-8141 divides a transaction into frames or contract calls that validate the transaction.