# Account Abstraction Link Tree This is a rough outline of the major contributions to the topic of Account Abstraction over the years. Of course, it is not exhuastive and varies a bit on the exact domains of Account Abstraction (protocol, ERC, wallets, etc) that it touches. I hope you will find it useful. ### 2026 * [EIP-8130: Account Abstraction by Account Configuration (C)](https://eips.ethereum.org/EIPS/eip-8130) * [EIP-8141: Frame Transaction (VG)](https://eips.ethereum.org/EIPS/eip-8141) * [Mempool Strategies for EIP-8141 (L)](https://hackmd.io/@matt/frame-mempool) ### 2025 * [Provably Rootless EIP-7702 Proxy: PREP (M)](https://blog.biconomy.io/prep-deep-dive/) * [Tempo Transactions (T)](https://tempo.xyz/blog/tempo-transactions) * [What are the motivating goals of full account abstraction? (V)](https://docs.fileverse.io/0xd961b83d3421bddec9d8966efabf13800617cfea/10#key=Z-XeQk6mE7uZX9Q2ZbqWkiniYi9IZ1oSbd_2vPFyt26S7Kf8gO_UHpLJ936--lp8) ### 2024 * [EIP-7701: Native Account Abstraction (A)](https://eips.ethereum.org/EIPS/eip-7701) * [EIP-7702: Set Code for EOAs (QV)](https://eips.ethereum.org/EIPS/eip-7702) * [EIP-7819: SETDELEGATE instruction (H)](https://eips.ethereum.org/EIPS/eip-7819) * [Why 4337 and 3074 authors are disagreeing, and who got it right (D)](https://derekchiang.com/4337-3074-disagreements/) ### 2023 * [EIP-6404: SSZ transactions (E)](https://eips.ethereum.org/EIPS/eip-6404) * [ERC-7562: Account Abstraction Validation Scope Rules (A)](https://eips.ethereum.org/EIPS/eip-7562) * [ERC-4337 vs EIP-3074: False dichotomy (Y)](https://notes.ethereum.org/@yoav/erc-4337-vs-eip-3074-false-dichotomy) ### 2022 * [EIP-5003: Insert Code into EOAs with AUTHUSURP (Q)](https://eips.ethereum.org/EIPS/eip-5003) * [EIP-5792: Wallet Abstract Transaction Send API (S)](https://github.com/ethereum/EIPs/pull/5792) * [EIP-5806: Delegate transaction (H)](https://eips.ethereum.org/EIPS/eip-5806) * [A brief note on the future of accounts (Q)](https://ethresear.ch/t/a-brief-note-on-the-future-of-accounts/12395) * [The road to account abstraction (V)](https://notes.ethereum.org/@vbuterin/account_abstraction_roadmap) ### 2021 * [EIP-4337: Account Abstraction via Entry Point Contract specification (VY)](https://medium.com/infinitism/erc-4337-account-abstraction-without-ethereum-protocol-changes-d75c9d94dc4a) * [Moving Beyond EOAs (V)](https://ethereum-magicians.org/t/we-should-be-moving-beyond-eoas-not-enshrining-them-even-further-eip-3074-related/6538) * [Validation Focused Smart Contract Wallets (Q)](https://ethereum-magicians.org/t/validation-focused-smart-contract-wallets/6603) ### 2020 * [EIP-2938: Account Abstraction (VQ)](https://eips.ethereum.org/EIPS/eip-2938) * [DoS Attack Analysis (Q)](https://ethresear.ch/t/dos-vectors-in-account-abstraction-aa-or-validation-generalization-a-case-study-in-geth/7937) * [Account Abstraction: Open questions (Q)](https://hackmd.io/@KuiKHwIPT4e8_VWfnKLHvw/Byd91DvKI) * [Account Abstraction Implementation, Rationale Document (Q)](https://hackmd.io/y7uhNbeuSziYn1bbSXt4ww?view) * [Meta-transactions <-> AA (Q)](https://hackmd.io/@matt/S1Jg85588) * [Implementing account abstraction as part of eth1.x (V)](https://ethereum-magicians.org/t/implementing-account-abstraction-as-part-of-eth1-x/4020) * [EIP-3074: AUTH and AUTHCALL opcodes (Q)](https://eips.ethereum.org/EIPS/eip-3074) ### 2019 * [Maximally simple account abstraction without gas refunds (V)](https://ethresear.ch/t/maximally-simple-account-abstraction-without-gas-refunds/5007) * [1–800-Ethereum: Gas Stations Network for Toll Free Transactions](https://medium.com/tabookey/1-800-ethereum-gas-stations-network-for-toll-free-transactions-4bbfc03a0a56) ### 2018 * [A recap of where we are at on account abstraction (V)](https://ethresear.ch/t/a-recap-of-where-we-are-at-on-account-abstraction/1721) * [A new account type in abstraction (V)](https://ethresear.ch/t/a-new-account-type-in-abstraction/1379) * [Application-layer account abstraction (J)](https://ethresear.ch/t/application-layer-account-abstraction/1734) * [Layer 2 gas payment abstraction (V)](https://ethresear.ch/t/layer-2-gas-payment-abstraction/4513) * [EIP-859: Account abstraction for main chain (V)](https://github.com/ethereum/EIPs/issues/859) * [EIP-1613: Gas stations network (Y)](https://eips.ethereum.org/EIPS/eip-1613) ### 2017 * [Tradeoffs in Account Abstraction Proposals (V)](https://ethresear.ch/t/tradeoffs-in-account-abstraction-proposals/263) * [Account abstraction, miner data and auto-updating witnesses (J)](https://ethresear.ch/t/account-abstraction-miner-data-and-auto-updating-witnesses/332) * [EIP-86: Abstraction of transaction origin and signature (V)](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-86.md) ### 2016 * [Spending gas from a contract's balance (B)](https://github.com/ethereum/EIPs/issues/61) ### 2015 * [EIP-101: Currency and Crypto Abstraction (V)](https://github.com/ethereum/EIPs/issues/28) * [On Abstraction (V)](https://blog.ethereum.org/2015/07/05/on-abstraction/) ##### Legend ``` A: EF AA Team B: Alex Beregszaszi C: Chris Hunter D: Derek Chiang E: Etan Kissling G: Geth Team H: Hadrien Croubois J: Justin Drake L: Lightclient M: Mislav Javor Q: Quilt S: Moody Salem T: Tempo Team V: Vitalik Buterin Y: Yoav Weiss ```