
Ethereum Frames Let You Pay Gas Without Holding ETH
EIP-8141 splits a transaction into up to 64 frames, so an app can sponsor gas or accept stablecoins while Ethereum still gets paid in ether.
Ethereum Core Devs Schedule the Fix for Its Oldest Onboarding Problem
The most persistent piece of friction in using Ethereum has always been circular: to move a token, you need ether to pay gas, which means a new user holding only stablecoins has to go acquire a second asset before they can touch the first one. EIP-8141, known as Frame Transactions, is the protocol-level answer, and core developers moved it to Scheduled for Inclusion at their call on August 27, 2026. Vitalik Buterin flagged the progress publicly on September 5.
- EIP-8141 breaks a transaction into up to 64 frames, each an ordinary contract call with its own execution and state gas budgets
- The payer and the sender no longer have to match — one frame validates the transaction, another approves who covers the gas, the rest do the actual work
- Ethereum still gets paid in ether; an app can accept stablecoins from the user and settle the ether bill on their behalf
- Targeted at the Hegotá upgrade, which follows Glamsterdam in 2027
Scheduled for Inclusion is a real milestone but not a guarantee. It means the EIP has cleared enough review to be planned into a fork, not that the fork has shipped. Ethereum upgrades have slipped before, and this one is still listed as Draft on the EIP index.
How Frames Actually Work
A traditional Ethereum transaction has a fixed shape: one sender, one signature, one call, one payer, and they are all the same account. Frames replace that fixed shape with a sequence.
Each frame carries its own mode, target, value and calldata, and the specification defines three modes. A VERIFY frame handles validation and must approve payment before anything executes, establishing which address is paying and reserving the maximum transaction cost. A DEFAULT frame is the entry point for execution. SENDER frames carry the user's actual operations. Up to 64 frames can appear in one transaction.
There is a second structural change underneath. Frames use a two-dimensional gas budget: execution gas for computation and state gas for durable state growth are tracked separately per frame rather than lumped together. That is a more precise way to price what a transaction actually costs the network, and it lets each frame be metered independently.
The authors list is long and includes Vitalik Buterin, lightclient, Felix Lange and Yoav Weiss among others, which reflects how much of the account-abstraction effort this proposal consolidates.
What Does This Change for Wallets and Users?
The headline benefit is the one in the name of every article about it: paying gas without holding ether. A payments app can cover the fee itself, or accept stablecoins and handle the ether settlement behind the scenes. The user never buys ether and, ideally, never learns the word gas.
But the more interesting design choice is what the spec calls default code. It gives ordinary externally-owned accounts — wallets with no contract deployed — access to sponsored transactions, token-paid gas and batched calls without migrating to a smart account first. Previous account-abstraction work generally required users to move to a new account type, and migration is exactly the kind of step most people never take. Making the capability available to existing addresses is the difference between a feature power users adopt and a feature everyone gets.
The motivation section lists further consequences that get less attention but matter over a longer horizon: a native migration path from ECDSA signatures to post-quantum cryptography, and key rotation without relinking an account to new keys. Both are the kind of thing you want designed in years before you need them — a point we made when covering the XRP Ledger's post-quantum roadmap.
Where This Sits in the Upgrade Queue
Hegotá is the upgrade after Glamsterdam, and it has been accumulating proposals all year. We reported in August that the Hegotá upgrade had shortlisted 66 EIPs for 2027, so Frames moving from that long list to Scheduled for Inclusion is a meaningful promotion rather than a new idea appearing from nowhere.
It also fits a pattern worth noting: several of the changes queued for Hegotá are about making the base layer cheaper and more predictable to build on rather than about raw throughput. Layer-2 teams have been shipping ahead of mainnet on some of this — we covered World Chain shipping EIP-7928 block access lists before Ethereum — and that pipeline from rollup experiment to mainnet inclusion is doing useful work.
The practical timeline for users remains 2027 at the earliest. But the direction is now scheduled rather than debated, and for anyone building consumer-facing crypto payments, that is the signal worth acting on. More protocol coverage is in our crypto section.
Sources: EIP-8141 specification, ethereum.org — accessed September 7, 2026; CoinDesk — September 7, 2026; Decrypt — September 7, 2026.
More Crypto Stories

Southeast Asia Crypto Funding Doubles to $680 Million
Tracxn data shows Southeast Asian blockchain startups raised $680M in 2026, more than double 2025's $319M, but across 25 rounds instead of 46.

Standard Chartered Brings Spot Bitcoin Trading to the UAE
Standard Chartered is the first global systemically important bank to offer institutional spot bitcoin and ether trading in the UAE, via its DIFC arm.

South Korea Sets a 3-Stage Tokenized Securities Plan
South Korea's FSC published a three-stage roadmap taking tokenized securities live in February 2027, ending with stablecoin-settled on-chain payments.
