ERC-4337 (account abstraction)
An Ethereum standard for "smart accounts" — wallets that are themselves smart contracts, enabling programmable transaction logic, gas sponsorship, and recovery mechanisms.
Traditional Ethereum accounts are externally-owned (EOA): a private key controls a single address. ERC-4337 introduces account contracts where transaction logic is fully programmable — multiple-signers, social recovery, session keys, gasless transactions where a third party pays gas.
Adoption is growing but slow because EOAs work for most users. Account abstraction matters most for: enterprise wallets needing complex permissions, consumer apps wanting passwordless UX, and games wanting in-app session keys. Major wallets (Argent, Safe, Rainbow) are integrating it.
Account abstraction is the consumer-UX upgrade Ethereum has waited a decade for. Adoption rate signals whether crypto can reach mainstream users.
How CryptoRadar24 tracks it
CryptoRadar24 references account abstraction adoption when reporting on user-experience milestones.
Related terms
FAQ
Is ERC-4337 the same as a multisig?
Multisig is a specific account abstraction pattern. ERC-4337 is broader — multisigs, social recovery, gas sponsorship, session keys all fit under the same standard.
What is gas sponsorship?
A "paymaster" pays gas on behalf of the user, often charging a small fee or covering it as a customer-acquisition cost. Lets users transact without holding ETH for gas.
What is a session key?
A short-lived limited-permission key that can sign specific transactions (e.g., game moves) without prompting the user every time. Improves UX in dApps and games.
Why was account abstraction so slow to ship?
It required protocol-level changes that took years to design, audit, and deploy without breaking existing infrastructure. ERC-4337 finally avoided forking by implementing AA at the smart-contract level.