ERC-4337 Standard
The ERC-4337 standard introduces account abstraction to the Ethereum network by allowing smart contract wallets to initiate transactions without the need for traditional externally owned accounts. It decouples the user account from the protocol-level signature verification, enabling custom logic for transaction approval.
This allows for features like batching multiple operations into one transaction, sponsored gas fees, and automated recurring payments. It significantly improves the user experience by making wallets more flexible and secure.
By utilizing a bundler mechanism, it allows transactions to be processed efficiently even if the user does not hold native tokens for gas. This standard is a critical step toward mass adoption of decentralized finance applications.
It provides the technical foundation for more complex, user-friendly wallet designs.