UseCases for account abstraction

Please correct me, but I hear again and again, that EIP859 - Account Abstraction is hard stuff and the implementation is postponed because of that.

Let us remember what we need it for.
Maybe the UseCases are so important, that we will consider a specific MVP implementation?

Here we go…

The Account Abstraction Use Case List:

  1. Fail-fast Tx calls for CREATE2 contracts
    Optionally submit and check of target contract’s codebase hash and fail-fast on mismatch. It should atomically prevent unexpected behavior if codebase silently changes.

  2. Tx call by ENS name: native ENS Support in EVM.
    Support ENS name as the transaction Target and resolve it on the fly (using the global cache for performance) to the Target address before execution.
    It makes the Upgradable Contract Pattern more clear and straightforward.

  3. Anything else?

1 Like

There’s a bunch on this topic over at ethresear.ch, including https://ethresear.ch/t/a-recap-of-where-we-are-at-on-account-abstraction/1721.

oh, great! thank you!