NewsCryptoEthereum Commits to Letting Users Pay Gas Fees Without Holding ETH

Ethereum Commits to Letting Users Pay Gas Fees Without Holding ETH

Author: CryptoNewsNet·

Key Takeaways

  • EIP-8141, or Frame Transactions, was moved to 'Scheduled for Inclusion' by Ethereum core developers on Aug. 27, committing it to the Hegotá upgrade planned for 2027.
  • Frames separates the transaction sender from the fee payer, enabling apps or paymasters to cover ether fees so users can transact in stablecoins without buying ETH.
  • The change would make fee delegation part of Ethereum's native transaction flow rather than relying on third-party relayers built on ERC-4337.
  • Frames bundles token approvals with trades so failed trades automatically revoke permissions, addressing a security risk where leftover approvals let malicious apps drain wallets.
  • Vitalik Buterin, one of the proposal's ten authors, said significant progress on Frames has been quietly made over recent months.
Ethereum Commits to Letting Users Pay Gas Fees Without Holding ETH

A wallet can hold hundreds of dollars in stablecoins and still be unable to move them. The reason: the Ethereum blockchain charges a fee, paid in ether ($ETH, $2,499.30), for every transaction, and a wallet holding no ether cannot pay that fee.

A proposal designed to solve this problem is now a committed part of the blockchain's next major upgrade. At their Aug. 27 call, core developers moved EIP-8141, known as Frame Transactions, to "Scheduled for Inclusion," marking the feature as part of a broader network update rather than merely a candidate for one.

Ethereum bundles changes into upgrades roughly every year, each carrying a codename. Glamsterdam is due later this year, while Hegotá, which will include the Frame Transactions enhancement, follows in 2027.

"A lot of important progress on Frames (EIP-8141) has been quietly happening over the last few months," Ethereum co-founder Vitalik Buterin, one of the proposal's 10 authors, wrote on X late Sunday.

Frames splits a transaction into separate steps. One step checks that the user authorized the transaction, another establishes who is paying the fee, and the rest carry out the required instructions. The account sending the money and the account paying to move it no longer have to be the same.

Under the proposal, a payments app, for example, could cover the fee itself, or take stablecoins from the user and settle the $ETH bill on their behalf. Ethereum still receives its fee in ether, but the user never has to buy any. For a network where stablecoins and tokenized assets account for a large share of on-chain activity, removing the requirement to hold ether simply to move other assets would reduce one of the most common friction points for new users, who must otherwise acquire ether through an exchange before transacting.

Some wallets already offer this capability through separate services that bundle transactions and submit them, often relying on intermediaries such as relayers or "paymaster" services built on the ERC-4337 account-abstraction standard. Frames would allow it to happen through Ethereum's ordinary transaction flow, without involving a third party.

The proposal also groups together steps that only make sense as a unit. Trading a token today often means first approving an app to spend it, then submitting the trade. Frames bundles the two processes so that if the trade fails, the permission granted alongside it is withdrawn rather than left sitting there — addressing a long-standing security concern, since leftover approvals have historically let malicious or compromised apps drain tokens from wallets after the fact.

Every Ethereum account is controlled by a single private key — a long, secret alphanumeric string that proves ownership and cannot be changed. Lose it, and the funds are gone, because the mathematics behind the key is so complex that while a powerful quantum computer might, in theory, eventually be able to crack it, current technology cannot.