Summary
- The Ethereum Improvement Proposal 8141 introduces "Frame" transactions, which break down a transaction into validation, payment, and execution phases.
- Current wallets would have access to sponsored gas, token-based fees, and batch actions without needing to transition to a smart account.
- This proposal remains in draft form and has yet to be scheduled for a network upgrade.
A new proposal aimed at enabling Ethereum users to pay their transaction fees using tokens or have others cover those fees has been progressing quietly, according to Vitalik Buterin, who shared insights on Sunday.
The EIP-8141 initiative transforms the traditional structure of an Ethereum transaction into a series of up to 64 "frames," each functioning as a standard contract call. One frame is responsible for validating the transaction, another determines who will pay for the gas, while the remaining frames execute the user's intended actions.
Significant advancements on Frames (EIP-8141) have been occurring over the past few months. I highly recommend checking this out, along with the updated EIP https://t.co/jYqeS55j6P
https://t.co/CPYONKnWZc— vitalik.eth (@VitalikButerin) September 5, 2026
This separation of the payment approval step allows for a disconnect between the account signing the transaction and the one funding it. This means a wallet that only holds stablecoins could still perform transactions by using ERC-20 tokens for fees, or an application could fully sponsor its users.
No New Wallet Needed
Since 2023, such functionality has been possible through ERC-4337, although it required transactions to go through a separate mempool and involve third-party bundlers. In contrast, Frames operate within Ethereum's public mempool, with protocols designed to allow nodes to assess a transaction's validation steps prior to acceptance.
Standard externally owned accounts are also included. The specification outlines "default code" enabling wallets without deployed contracts to access sponsored transactions, token-based gas, and batched calls, all without the need for users to switch to a smart account.
Myriad: ETH projected to exceed 4K when Bitcoin surpasses 100K? Click to forecast.Frames also enable the grouping of multiple actions to ensure they either all succeed or fail together, addressing the issue of lingering token approvals when a swap fails. Additionally, it detaches accounts from the ECDSA keys managing them, facilitating key rotation for the first time.
The proposal aims to tackle more than just transaction fees. Its creators describe Frames as a “native off-ramp” from the elliptic-curve cryptography currently employed by Ethereum, especially in anticipation of quantum computers that could potentially compromise it. Co-author Matt Garnett, who writes as lightclient, points out that post-quantum signatures could be several kilobytes in size, pushing the network towards the need for signature aggregation.
Since its inception as a draft in January, the proposal has not been slated for any upgrades. Buterin highlighted a testnet operated by the ethrex client that integrates Frames with FOCIL, a mechanism promoting censorship resistance, enabling privacy protocols to function without intermediaries.
Garnett stated that Frames "should be the last transaction type we need for accounts."
