CryptoMediumUpdatedOriginally published 12 September 2026Updated 12 September 2026
2 min read

Ethereum Schedules EIP-8141 for Hegotá, Targeting Gas Payments Without User-Held ETH

Key Facts

1EIP-8141 became Scheduled for Hegotá on August 27, 2026.
2Ethereum's roadmap targets Hegotá for 2027, with the scope still subject to change.
3ERC-20 fee payment relies on a sponsor or paymaster covering gas at the protocol level.
4The upgrade process requires at least 2 testnets and at least 30 days after the final successful testnet before mainnet.

EIP-8141, known as Frame Transaction, moved to Scheduled status for the Hegotá upgrade on August 27, 2026, according to Ethereum's official Forkcast record. The decision puts the proposal on an implementation and testing path as a major execution-layer component of the upgrade.

That status does not mean the feature is available on mainnet. EIP-8141 remains a Standards Track: Core draft, while Ethereum's roadmap targets Hegotá for 2027 and says the upgrade's scope is not final.

EIP-8141 introduces a transaction type that divides an operation into separate frames for signature validation, fee-payer authorization and execution of the user's instructions. This separation lets an account define validation and payment logic instead of tying every function to one conventional signature.

In the draft's ERC-20 payment model, the user authorizes execution, a sponsor verifies a token transfer earmarked for fees, and the sponsor becomes responsible for gas at the protocol level. A later step may refund excess payment or convert the tokens into ETH.

A user may therefore transact without holding an ETH balance, provided a sponsor or paymaster accepts the token and has enough native balance. The proposal does not remove ETH's role in protocol fee settlement; it shifts the need to hold it from the user to the payer.

The proposal's benefits extend beyond gas abstraction. The draft lets externally owned accounts use sponsored transactions, ERC-20 fee payments and batches, while programmable account validation can support features such as social recovery, spending limits and alternative signature schemes.

Engineering work remains incomplete. The EIP-8141 implementation tracker is still open, and its checkpoints for passing Hive tests on at least 2 implementations and inclusion in a devnet were not marked complete when reviewed. Wallets and gas estimators must also handle separate gas budgets for each frame.

The near-term significance is therefore a stronger roadmap commitment, not an immediate change for Ethereum users. Under the official upgrade process, an upgrade must pass through at least 2 testnets and cannot reach mainnet less than 30 days after the final testnet has been verified as successful.