Ethereum Protocol Fellowship (EPF) Cohort 7 — Applications open until May 13
All EIPs
EIP-8141 Draft EL

Frame Transaction

Authors: , , , , , , ,

Canonical data: /latest/eips/8141.json

Add frame abstraction for transaction validation, execution, and gas payment

Timeline

Hegotá
Felix Lange & lightclient
Considered for Inclusion
Mar 26, 2026 · ACDE #233
Headliner Proposal
Jan 29, 2026 · Forum Post
Headliner Presentation
Jan 29, 2026 · ACDE #229
Proposed
EIP Created Jan 29, 2026

Key Benefits

  • Provides off-ramp from ECDSA to post-quantum secure signature schemes
  • Enables native account abstraction without separate mempool or bundlers
  • Allows gas sponsorship where third parties pay transaction fees
  • Supports flexible wallet features like social recovery and multi-sig

Trade-offs & Considerations

  • Introduces new DoS vectors requiring ERC-7562 style mempool restrictions
  • Changes ORIGIN opcode behavior for frame transactions

Stakeholder Impact

End Users

Better wallet UX with flexible security options, gas sponsorship, and future-proof post-quantum protection.

Application Developers

Native AA infrastructure simplifies onboarding flows and enables new transaction patterns.

Wallet Developers

Must implement new transaction type and frame-based validation; provides path to advanced wallet features.

Tooling / Infrastructure

Block explorers and indexers need to parse new transaction format and per-frame receipts.

Layer 2s

Can adopt same transaction type for cross-layer AA consistency.

Stakers & Node Operators

Mempool implementations need validation rules per ERC-7562 to prevent DoS.

CL Client Developers

No direct changes required.

EL Client Developers

Significant implementation: new tx type, APPROVE opcode, TXPARAM opcodes, frame execution loop, and receipt changes.

North Star Goal Alignment

  • Improve UX: Enables native account abstraction with flexible wallets supporting social recovery, multi-sig, spending limits, and gas sponsorship without intermediaries.