From 38cb44389ec5af529619d718652413e2c5599503 Mon Sep 17 00:00:00 2001 From: Emmanuel Awosika Date: Fri, 22 Nov 2024 20:25:18 -0500 Subject: [PATCH 1/2] Add resources to account abstraction page - Added a research report that discusses EIP-3074, EIP-5806, and EIP-7702 (proposals to give EOAs programmable functionality) - Added the [Bundlebear dashboard](https://www.bundlebear.com/overview/all) for visitors to track ERC-4337 adoption --- public/content/roadmap/account-abstraction/index.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/public/content/roadmap/account-abstraction/index.md b/public/content/roadmap/account-abstraction/index.md index 61c783d011d..ffb8b38546f 100644 --- a/public/content/roadmap/account-abstraction/index.md +++ b/public/content/roadmap/account-abstraction/index.md @@ -108,7 +108,9 @@ Note that EIP-3074 is currently not active. The community is currently favoring ## Current progress {#current-progress} -Smart contract wallets are already available, but more upgrades are required to make them as decentralized and permissionless as possible. EIP-4337 is a mature proposal that does not require any changes to Ethereum's protocol, so it is possible that this could be implemented quickly. However, upgrades that alter Ethereum's protocol are currently not in active development, so those changes may take much longer to ship. It is also possible that account abstraction is achieved well enough by EIP-4337 that no protocol changes are ever required. +Smart contract wallets are already available, but more upgrades are required to make them as decentralized and permissionless as possible. EIP-4337 is a mature proposal that does not require any changes to Ethereum's protocol, so it is possible that this could be implemented quickly. However, upgrades that alter Ethereum's protocol are currently not in active development, so those changes may take much longer to ship. It is also possible that account abstraction is achieved well enough by EIP-4337 that no protocol changes are ever required. + +**Note**: You can track adoption of ERC-4337 smart contract wallets [via this dashboard](https://www.bundlebear.com/overview/all). ## Further reading {#further-reading} @@ -124,3 +126,7 @@ Smart contract wallets are already available, but more upgrades are required to - [EIP-4337 documentation](https://eips.ethereum.org/EIPS/eip-4337) - [EIP-2771 documentation](https://eips.ethereum.org/EIPS/eip-2771) - ["Basics of Account Abstraction" -- What is Account Abstraction Part I](https://www.alchemy.com/blog/account-abstraction) +- [Charting Ethereum's Account Abstraction Roadmap I: EIP-3074, EIP-5806, & EIP-7702](https://research.2077.xyz/charting-ethereums-account-abstraction-roadmap-i-eip-3074-eip-7702) +- [Awesome Account Abstraction](https://github.com/4337Mafia/awesome-account-abstraction) +- [Modular Account Abstraction for Everyone Else](https://blog.rhinestone.wtf/part-1-modular-account-abstraction-for-everyone-else-84567422bc46) + From 68663239efb970abc21f28412e49f3f5ea88c0ff Mon Sep 17 00:00:00 2001 From: Corwin Smith Date: Thu, 6 Feb 2025 15:25:39 -0700 Subject: [PATCH 2/2] Update public/content/roadmap/account-abstraction/index.md --- public/content/roadmap/account-abstraction/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/content/roadmap/account-abstraction/index.md b/public/content/roadmap/account-abstraction/index.md index ffb8b38546f..cbb761126d3 100644 --- a/public/content/roadmap/account-abstraction/index.md +++ b/public/content/roadmap/account-abstraction/index.md @@ -126,7 +126,7 @@ Smart contract wallets are already available, but more upgrades are required to - [EIP-4337 documentation](https://eips.ethereum.org/EIPS/eip-4337) - [EIP-2771 documentation](https://eips.ethereum.org/EIPS/eip-2771) - ["Basics of Account Abstraction" -- What is Account Abstraction Part I](https://www.alchemy.com/blog/account-abstraction) -- [Charting Ethereum's Account Abstraction Roadmap I: EIP-3074, EIP-5806, & EIP-7702](https://research.2077.xyz/charting-ethereums-account-abstraction-roadmap-i-eip-3074-eip-7702) +- [Charting Ethereum's Account Abstraction Roadmap I: EIP-3074, EIP-5806, & EIP-7702](https://research.2077.xyz/charting-ethereums-account-abstraction-roadmap-eip-3074-eip-5806-eip-7702) - [Awesome Account Abstraction](https://github.com/4337Mafia/awesome-account-abstraction) - [Modular Account Abstraction for Everyone Else](https://blog.rhinestone.wtf/part-1-modular-account-abstraction-for-everyone-else-84567422bc46)