> ## Documentation Index
> Fetch the complete documentation index at: https://docs.theblockchainlibrary.com/llms.txt
> Use this file to discover all available pages before exploring further.

# EIP-4337: Account Abstraction Using Alt Mempool

> EIP-4337 introduces a new standard for account abstraction on Ethereum, enabling smart contract wallets to have programmable logic for transaction execution and

# EIP-4337: Account Abstraction Using Alt Mempool

EIP-4337 introduces a new standard for account abstraction on Ethereum, enabling smart contract wallets to have programmable logic for transaction execution and

## Abstract

EIP-4337 introduces a new standard for account abstraction on Ethereum, enabling smart contract wallets to have programmable logic for transaction execution and security. It allows for user-friendly features such as social recovery, multi-signature wallets, and gas payments in any ERC-20 token, without requiring changes to the Ethereum protocol itself. The mechanism involves a new 'mempool' (transaction pool) for simulating smart contract wallet interactions before they are submitted to the main network. This is achieved through a 'bundler' role, which collects and validates these user operations, packages them into a single transaction, and submits it to the blockchain. This approach decouples the user's account logic from the core protocol, making account management more flexible and accessible. EIP-4337 aims to significantly enhance the user experience for non-technical users and developers by abstracting away the complexities of traditionalExternally Owned Accounts (EOAs).

**Authors:** Vitalik Buterin, Yoav Weiss, Kristof Gazso, Namra Patel, Qi Zhou, Dror Tirosh

**Publication:** Ethereum Improvement Proposals

**Publication date:** 2021-01-01

## Key findings

* Account abstraction allows smart contract wallets to handle their own transaction validation and execution logic.
* EIP-4337 enables user-friendly features like social recovery and gas payments in ERC-20 tokens without protocol-level changes.
* A bundler role and simulated mempool facilitate the adoption of smart contract wallets.
* This standard aims to improve blockchain usability and reduce the barrier to entry for new users.

## Citation

Vitalik Buterin, Yoav Weiss, Kristof Gazso, Namra Patel, Qi Zhou, Dror Tirosh (2021). EIP-4337: Account Abstraction Using Alt Mempool. Ethereum Improvement Proposals. [https://eips.ethereum.org/EIPS/eip-4337](https://eips.ethereum.org/EIPS/eip-4337)

## Related knowledge

* [Alternative Investments in 2025: From Crypto to Fine Art and Fractional Real Estate](/generated/v2/topics/alternative-investments-in-2025-from-crypto-to-fine-art-and-fractional-real-estate) — article
* [Alternative Investments in 2025: From Crypto to Fine Art and Fractional Real Estate](/generated/v2/topics/alternative-investments-in-2025-from-crypto-to-fine-art-and-fractional-real-estate) — related-article
* [Building a Career in Web3: Opportunities and Challenges in 2025](/generated/v2/topics/building-a-career-in-web3-opportunities-and-challenges-in-2025) — article
* [Building a Career in Web3: Opportunities and Challenges in 2025](/generated/v2/topics/building-a-career-in-web3-opportunities-and-challenges-in-2025) — related-article
* [Cross-Chain Solutions in 2025: Are We Finally Interoperable?](/generated/v2/topics/cross-chain-solutions-in-2025-are-we-finally-interoperable) — article
* [Cross-Chain Solutions in 2025: Are We Finally Interoperable?](/generated/v2/topics/cross-chain-solutions-in-2025-are-we-finally-interoperable) — related-article
* [Decentralized Identity: How Blockchain is Solving the Digital Identity Crisis](/generated/v2/topics/decentralized-identity-how-blockchain-is-solving-the-digital-identity-crisis) — article
* [Decentralized Identity: How Blockchain is Solving the Digital Identity Crisis](/generated/v2/topics/decentralized-identity-how-blockchain-is-solving-the-digital-identity-crisis) — related-article
* [Interface](/generated/v2/glossary/interface) — glossary
* [Interface](/generated/v2/glossary/interface) — related-glossary
* [Keccak-256](/generated/v2/glossary/keccak-256) — glossary
* [Keccak-256](/generated/v2/glossary/keccak-256) — related-glossary
* [The Evolution of Web3 Social Media Platforms: Privacy and Ownership in 2025](/generated/v2/topics/the-evolution-of-web3-social-media-platforms-privacy-and-ownership-in-2025) — article
* [The Evolution of Web3 Social Media Platforms: Privacy and Ownership in 2025](/generated/v2/topics/the-evolution-of-web3-social-media-platforms-privacy-and-ownership-in-2025) — related-article

***

**Canonical knowledge ID:** `research:eip-4337-account-abstraction-using-alt-mempool`
