WalletUnCon

Account Abstraction's relationship to MEV & Block-Building
11-17, 15:30–16:00 (Europe/Istanbul), Conference Room 1

There is an implicit assumption in ERC-4337 that the bundlers in a public p2p mempool are working with mevboost-enabled block builders, to reduce duplicate UserOp submissions and rejections. This workshop aims to understand this dependency and the implications when mevboost-style block building is not present, as in alternative chains like Filecoin's.


How does a public p2p mempool prevent UserOp collisions?

While it is relatively straightforward to prevent UserOp collisions in private mempools, the introduction of a shared public p2p mempool for AA complicates how competing bundlers grab and bundle UserOps for inclusion in a block. Duplicates may lead to frequent rejections of bundles.

The article Why Must ERC-4337 Bundlers Work with Block Builders talks about nonce collision in bundlers:
- After the public mempool is introduced, the most UserOperations are from this pool.
- There must be a mechanism to prevent multiple Bundlers from bundling the same UserOperation in the mempool.
- EtherSpot is developing this p2p network where once bundled and processed on-chain, UserOps will be marked and delisted. They say: "it is meaningless to send duplicate UserOperations to the mempool because it can be easily detected by the p2p network."
- At this point, multiple Bundlers will access the same set of unprocessed UserOperations.
- They recommend that "One cannot and should not run a bundler in the p2p mempool without a service like mevboost on a public mempool on Ethereum."
- This will ensure the elimination of duplicate submissions and reduce online rejections.

There seem to be additional hidden assumptions in how the mevboost block builder market work with bundlers to prevent duplicates and rejection of bundles.

This workshop aims to explore what these assumptions are, and also discuss alternative strategies for chains that do not have mevboost-style block builder markets like Filecoin, to support AA and maintain future compatibility with ERC-4337.

Ecosystem collaborations team at Protocol Labs, supporting Filecoin.
I am also a UX Designer, User Researcher and former Developer, working in the blockchain space since 2015.