Skip to content

Conversation

@chunter-cb
Copy link

@chunter-cb chunter-cb commented Jan 27, 2026

Summary

This PR adds a new draft EIP proposing account abstraction via onchain account configurations. It has been separated out from the initial system with token payments to an extensible design which can add token payments at a later date.

See the now closed PR here.

Key features:

  • Standardized validation mechanism using onchain account configurations to define accepted keys and key types
  • Predefined key types enabling protocol-level signature verification without EVM execution during validation
  • New EIP-2718 transaction type with native gas abstraction support, extensible to token payments
  • Account Configuration Precompile for key management
  • Compatibility with existing EIP-7702 and ERC-4337 infrastructure

Motivation:
Enable account abstraction benefits (batching, gas sponsorship, custom authentication) while allowing nodes to validate transactions via simple state checks without EVM execution. This enables highly optimizable mempool implementations and removes the need for additional reputation systems for DoS prevention.

Discussion

Ethereum Magicians thread: https://ethereum-magicians.org/t/account-abstraction-by-account-configurations/25952

Checklist

  • Followed EIP-1 formatting guidelines
  • Created Ethereum Magicians discussion thread
  • Included all required sections

Full spec here: #11144

@github-actions github-actions bot added c-new Creates a brand new proposal s-draft This EIP is a Draft t-core labels Jan 27, 2026
@eth-bot
Copy link
Collaborator

eth-bot commented Jan 27, 2026

File EIPS/eip-8130.md

Requires 1 more reviewers from @g11tech, @jochem-brouwer, @lightclient, @SamWilsn

@eth-bot eth-bot added e-consensus Waiting on editor consensus e-review Waiting on editor to review labels Jan 27, 2026
@eth-bot eth-bot changed the title Eip 8130 coinbase Add EIP: Account Abstraction by Account Configuration Jan 27, 2026
@abcoathup
Copy link
Contributor

Can you close #11144 if this is going to be the PR for EIP-8130 moving forward?

@chunter-cb chunter-cb changed the title Add EIP: Account Abstraction by Account Configuration Add EIP: Reduced Scope AA by Account Configuration Jan 28, 2026
@chunter-cb chunter-cb changed the title Add EIP: Reduced Scope AA by Account Configuration Add EIP: Account Abstraction by Account Configurations Jan 28, 2026
@chunter-cb chunter-cb changed the title Add EIP: Account Abstraction by Account Configurations Add EIP: Account Abstraction by Account Configuration Jan 28, 2026
chunter-cb and others added 11 commits January 27, 2026 16:31
Co-authored-by: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com>
Co-authored-by: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com>
Co-authored-by: Andrew B Coathup <28278242+abcoathup@users.noreply.github.com>
@github-actions
Copy link

The commit d5a32d3 (as a parent of 2efdf20) contains errors.
Please inspect the Run Summary for details.

@github-actions github-actions bot added the w-ci Waiting on CI to pass label Jan 29, 2026
@github-actions github-actions bot removed the w-ci Waiting on CI to pass label Jan 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c-new Creates a brand new proposal e-consensus Waiting on editor consensus e-review Waiting on editor to review s-draft This EIP is a Draft t-core

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants