< Back to all clusters
[TECHNOLOGY] · 6 sources

started · updated

Ethereum introduces EIP-8141 Frame Transactions for smart accounts

Ethereum is advancing toward native account abstraction through the EIP-8141 proposal, which introduces a new transaction type known as ‘Frame Transactions’. Co-authored by Vitalik Buterin and other core contributors, the proposal has been moved to ‘Scheduled’ status for inclusion in the 2027 Hegotá hard fork.

Frame Transactions allow a single transaction to be divided into up to 64 programmable sub-units called frames. Each frame can perform distinct operations within one atomic execution using three modes: DEFAULT for standard deployment, VERIFY for read-only validation, and SENDER for execution within the context of the transaction’s sender. This structure aims to provide standard accounts with functionalities previously reserved for complex smart-contract wallets.

Technically, the model separates validation and execution steps to enhance security against manipulation in the public mempool. The proposal includes new opcodes, such as APPROVE, TXPARAM, and FRAME, to give developers granular control. While existing solutions like ERC-4337 and EIP-7702 address account abstraction through alternative mempools or temporary delegation, EIP-8141 seeks to integrate these capabilities more directly into the protocol level.

Entities

Ethereum · Vitalik Buterin