ERC-4337 is an Ethereum standard that brings account abstraction to the blockchain, enabling smart contract wallets that can do everything regular externally owned accounts (EOAs) can — and much more. It's one of the most important innovations in crypto since smart contracts themselves.
Traditional Ethereum wallets (like MetaMask) are externally owned accounts (EOAs). They have a simple structure: a private key signs transactions, and that's it. This design has several limitations:
ERC-4337 introduces account abstraction by making every wallet a smart contract. Instead of a single private key controlling an account, a smart contract with custom logic controls it. The key components of ERC-4337 are:
Instead of sending a traditional transaction, users send a UserOperation object that describes the action they want to take. This UserOp is bundled by a "bundler" and submitted to the blockchain as a single transaction, allowing multiple operations from different users to be processed together.
A standardized smart contract that handles the execution of UserOperations. It verifies signatures, checks sufficient gas, executes the operation, and handles refunds. The EntryPoint is the backbone of the ERC-4337 system.
Entities that collect UserOperations from users, package them into a single transaction, and submit them to the EntryPoint. Bundlers are compensated through gas fees, potentially with additional tips from users who want priority processing.
A revolutionary feature: paymasters allow users to pay gas fees in any token (not just ETH), or have a third party cover the gas entirely. This enables gasless transactions, subscription-based DApps, and much better user onboarding.
This last point is critical. Traditional EOAs are locked into the secp256k1 curve and the ECDSA signature algorithm — both of which are vulnerable to Shor's algorithm. Because ERC-4337 smart accounts can implement arbitrary signature verification logic, they can support:
This makes ERC-4337 the natural foundation for building quantum-safe cryptocurrency wallets and systems.
By mid-2026, ERC-4337 has seen widespread adoption across the Ethereum ecosystem. Major wallet providers have integrated account abstraction features, infrastructure providers support UserOps natively, and Layer 2 solutions have optimized their architectures for smart accounts. The standard has proven itself in production with millions of UserOperations processed.
BMIC leverages ERC-4337 as the foundation for its quantum-safe wallet architecture. Instead of relying on vulnerable EOA wallets with ECDSA, BMIC uses smart accounts that support post-quantum signature schemes from day one.
This guide is for educational purposes only. Not financial advice. DYOR.