Article
Infrastructure Brief

ERC-4337: Account Abstraction Smart Wallets

Sagar Prasad
Portfolio Manager
In This Article
Share
Questions? Speak to our Team

The Ethereum Foundation's Checkpoint #9, published April 10, 2026, confirmed that an Account Abstraction proposal (EIP-8141: Frame transactions) has been moved to Considered for Inclusion status for the Hegotá upgrade, signaling a commitment to work on native account abstraction beyond the application-layer standard already in production. ERC-4337 has been live on Ethereum mainnet since March 1, 2023, and has powered over 40 million smart account deployments and more than 100 million UserOperations across Ethereum and Layer 2 networks. For a software architect, account abstraction is not a wallet feature. It is a change to how every on-chain interaction is initiated, authenticated, and paid for, and the trust assumptions involved are structurally different from the externally owned account model most users and institutions still rely on.

The Actors and What They Do

ERC-4337 introduces six components replacing the traditional EOA transaction flow. A user creates a UserOperation — a pseudo-transaction specifying intent, gas parameters, and a signature field whose format is defined by the smart contract account, not the protocol. The UserOperation enters an alternative mempool. A bundler collects multiple UserOperations, packages them into a single Ethereum transaction, and submits them to the EntryPoint contract, a singleton deployed once per chain. The EntryPoint validates each UserOperation and calls the sender's smart contract account. A paymaster optionally sponsors gas fees for gasless transactions. An aggregator can batch signature verification to reduce gas costs further.

The critical difference from EOAs: authentication logic lives in the smart contract account, not in the protocol. An EOA authenticates with a single ECDSA private key. A smart contract account can authenticate with passkeys, multisig, social recovery, biometric binding, session keys with scoped permissions, or hardware security modules. This is what makes smart wallets programmable rather than key-dependent.

Where Value Flows

Three parties earn from the ERC-4337 infrastructure. Bundlers earn gas fees from processing UserOperations, similar to how validators earn from standard transactions. The bundler market is competitive: Alchemy, Pimlico, Gelato, and others provide bundler services, and anyone can run a permissionless bundler. Paymasters earn by charging applications for gas sponsorship — the application pays the paymaster, the paymaster pays gas on behalf of the user. The vast majority of UserOperations in production use paymaster sponsorship, with millions of dollars in gas fees absorbed by applications rather than users. Smart account developers (Safe, ZeroDev, Biconomy, Alchemy) earn from SDK licensing, infrastructure services, and enterprise integration.

Adoption Metrics That Matter

Three metrics reveal whether account abstraction is gaining structural traction. First, smart account deployments: 40 million-plus across Ethereum and major L2s, with nearly 20 million deployed in 2024 alone and Base, Polygon, and Optimism leading adoption. Second, UserOperation volume: over 100 million total, a tenfold increase from 2023. Third, paymaster sponsorship rate: the percentage of UserOperations where gas is sponsored by an application rather than paid by the user. A high sponsorship rate indicates that the infrastructure is being used to remove friction, not just to experiment.

EIP-7702, introduced with Ethereum's Pectra upgrade on May 7, 2025, complements ERC-4337 by allowing existing EOAs to temporarily execute smart contract code without deploying a new wallet address. This removes the migration problem — users keep their existing address and gain batch transactions, sponsored gas, and programmable logic. Major wallets including Ambire and Trust Wallet have already deployed EIP-7702 support. The two standards are complementary: ERC-4337 provides the bundler, paymaster, and EntryPoint infrastructure, while EIP-7702 lets existing accounts use that infrastructure without address changes.

What Can Fail and What Is Improving

Three failure modes are specific to this architecture. First, bundler centralization. If a small number of bundlers dominate UserOperation inclusion, they gain influence over transaction ordering and censorship equivalent to the builder centralization problem in MEV. The defense is the permissionless bundler design, but in practice, most applications route through a handful of hosted providers. Second, paymaster trust. The paymaster is a counterparty: if it fails to pay gas, the UserOperation reverts. If it is compromised, it can refuse sponsorship selectively. Third, smart account upgrade risk. Most ERC-4337 accounts are upgradeable, meaning the contract logic governing authentication and execution can be changed. Timelocked upgrades and governance controls are the mitigation, but the upgrade surface is larger than a static EOA.

The constructive signal is that account abstraction has crossed the production threshold. The infrastructure is battle-tested across tens of millions of transactions. EIP-7702 resolved the backward compatibility gap that prevented existing EOA users from adopting smart account features. The Ethereum Foundation's commitment to Account Abstraction at the consensus layer, now being scoped for Hegotá via EIP-8141, indicates that the application-layer approach of ERC-4337 will eventually be supplemented by protocol-native support. For an institution, the key blocker remaining is custody integration: most qualified custodians still manage EOA-based private keys, and adapting custody infrastructure to manage smart contract accounts with programmable authentication requires changes to key management, signing flows, and audit procedures. That integration work is underway at firms like Fireblocks and Coinbase Custody but is not yet standard across the industry.

For informational purposes only. Not an offer to buy or sell any security. Available only to accredited investors who meet regulatory requirements.

Recommended blog posts