From 58c01119aed3a00f12b4dd12305d48f86a5dd2df Mon Sep 17 00:00:00 2001
From: "dr. mia von steinkirch, phd"
<1130416+mvonsteinkirch@users.noreply.github.com>
Date: Thu, 9 Feb 2023 12:45:40 -0800
Subject: [PATCH] add erc-4337 c90c258
---
MEV_by_chains/MEV_on_Ethereum/account_abstraction/README.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/MEV_by_chains/MEV_on_Ethereum/account_abstraction/README.md b/MEV_by_chains/MEV_on_Ethereum/account_abstraction/README.md
index c89cfe0..3426b43 100644
--- a/MEV_by_chains/MEV_on_Ethereum/account_abstraction/README.md
+++ b/MEV_by_chains/MEV_on_Ethereum/account_abstraction/README.md
@@ -1,4 +1,4 @@
-## account abstraction
+## ERC-4337: account abstraction
@@ -6,6 +6,10 @@
+* an account abstraction proposal which avoids the need for consensus-layer protocol changes
+* bundlers (new actors that are either block builders, or users that can send transactions to block builders through a bundle marketplace) package up a set of objects into a tx making a call to a special contract and sending objects to a separate mempool
+
+
### resources