Ethereum's EIP-8141 Could Land in Hegota โ Native Account Abstraction and Post-Quantum Security in One Sweep
Ethereum's All Core Developers (ACD) is expected to vote this Thursday on whether EIP-8141 โ "Frame Transactions" โ will be included in the upcoming Hegota hard fork scheduled for the second half of 2026.
What Is EIP-8141?
Proposed on January 29, 2026 and co-authored by Vitalik Buterin, lightclient, Felix Lange, and members of the ERC-4337 team, EIP-8141 introduces a new transaction type where both signature verification and gas payment can be defined by arbitrary on-chain logic. The core idea: decouple Ethereum accounts from ECDSA, the elliptic-curve cryptography underpinning every transaction today.
This single change unlocks three things at once:
- Post-quantum migration path. Accounts can adopt quantum-resistant signature schemes without waiting for a separate PQ-specific hard fork.
- Native account abstraction. Smart account features like batching, session keys, and multi-sig move into the protocol layer, removing dependence on ERC-4337's off-chain bundler infrastructure.
- Programmable gas payment. Paymasters become a protocol primitive โ users can pay fees in ERC-20 tokens or have gas sponsored entirely on-chain.
Privacy as a First-Class Feature
Vitalik noted that EIP-8141 also makes privacy protocols significantly more practical. Combined with 2D nonces (which allow parallel transactions from a shared contract), encrypted frame transactions, and FOCIL for censorship resistance, Ethereum Foundation researcher Thomas Thiery has sketched a roadmap for trustless private swaps on L1 โ no off-chain relayers required.
What's Next
Hegota is Ethereum's planned H2 2026 upgrade. If ACD approves inclusion Thursday, EIP-8141 moves from Draft to tentatively scheduled, marking a significant step toward making smart accounts the default experience on Ethereum.