{"id":23136,"date":"2026-09-07T14:30:11","date_gmt":"2026-09-07T14:30:11","guid":{"rendered":"https:\/\/cryptoted.net\/index.php\/2026\/09\/07\/ethereum-eip-8141-could-remove-need-for-users-to-hold-eth-for-gas\/"},"modified":"2026-09-07T14:30:11","modified_gmt":"2026-09-07T14:30:11","slug":"ethereum-eip-8141-could-remove-need-for-users-to-hold-eth-for-gas","status":"publish","type":"post","link":"https:\/\/cryptoted.net\/index.php\/2026\/09\/07\/ethereum-eip-8141-could-remove-need-for-users-to-hold-eth-for-gas\/","title":{"rendered":"Ethereum EIP-8141 could remove need for users to hold ETH for gas"},"content":{"rendered":"<p> <br \/>\n<br \/><img decoding=\"async\" src=\"https:\/\/media.crypto.news\/2025\/11\/crypto-news-Ethereum-community-option01.webp\" \/><\/p>\n<div>\n<p class=\"is-style-lead\">Ethereum developers have committed EIP-8141, known as Frame Transactions, to the network\u2019s 2027 Hegot\u00e1 upgrade, putting native account abstraction on the path to becoming part of Ethereum\u2019s standard transaction system.<\/p>\n<div id=\"cn-block-summary-block_61b89feb3ed898198d406ea70ff5c2cf\" class=\"cn-block-summary\">\n<p>\n        <span class=\"tabs__item is-selected\">Summary<\/span>\n    <\/p>\n<div class=\"cn-block-summary__content\">\n<ul class=\"wp-block-list\">\n<li>Ethereum developers have scheduled EIP-8141 Frame Transactions for inclusion in the Hegot\u00e1 upgrade planned for 2027.<\/li>\n<li>Frames separates transaction authorization, gas payment and execution, allowing an app or another account to cover a user\u2019s ETH transaction fee.<\/li>\n<li>The proposal could let users transact with stablecoins without holding ETH while validators continue receiving network fees in ether.<\/li>\n<li>Frames can bundle related actions such as token approvals and trades so permissions are reversed if the accompanying transaction fails.<\/li>\n<li>Programmable validation could allow accounts to rotate private keys or adopt quantum resistant authentication without moving assets to a new address.<\/li>\n<\/ul><\/div>\n<\/div>\n<p><!-- .cn-block-summary --><\/p>\n<p>Core developers moved EIP-8141 from Considered for Inclusion to Scheduled for Inclusion during the Aug. 27 All Core Developers Execution call, according to the Hegot\u00e1 Meta EIP. The change gives Frames a formal place in the planned upgrade, though the proposal remains a draft and its technical details can still change before deployment.<\/p>\n<figure class=\"wp-block-embed is-type-rich is-provider-x wp-block-embed-x\"\/>\n<p>Ethereum co-founder Vitalik Buterin, one of the proposal\u2019s 10 authors, drew attention to the work on Sunday after months of development.<\/p>\n<p>\u201cA lot of important progress on Frames (EIP-8141) has been quietly happening over the last few months,\u201d Buterin wrote on X, recommending the updated specification.<\/p>\n<figure class=\"wp-block-embed is-type-rich is-provider-x wp-block-embed-x\"\/>\n<p>The proposal addresses several restrictions built into ordinary Ethereum accounts, including the requirement that the account initiating a transaction must hold ether to pay the network fee.<\/p>\n<h2 class=\"wp-block-heading\">Frame Transactions could let apps pay Ethereum gas<\/h2>\n<p>Ethereum currently requires transaction fees to be paid in ETH. A wallet holding stablecoins or other tokens cannot move those assets unless it has enough ether to cover the transaction.<\/p>\n<p>EIP-8141 separates the different parts of a transaction into programmable frames covering authorization, fee payment and execution. The account sending assets and the account paying the gas would no longer need to be the same.<\/p>\n<p>A payments application could therefore pay the ETH fee for a user or accept stablecoins from the user while handling the required ether payment itself. Validators would continue receiving fees through Ethereum\u2019s existing fee system, while the wallet holder would not need to acquire ETH first.<\/p>\n<p>The design moves several features associated with <a href=\"https:\/\/crypto.news\/ethereums-account-abstraction-explained\/\" target=\"_blank\">account abstraction<\/a> into Ethereum\u2019s normal transaction flow. Existing implementations such as ERC-4337 can already support sponsored gas and programmable wallets, but they use separate infrastructure including UserOperations, bundlers and paymasters.<\/p>\n<p>    <!-- .cn-block-related-link --><\/p>\n<p>ERC-4337 has operated on Ethereum since 2023 without requiring a change to the base protocol. Its UserOperations are sent through a separate mempool, collected by bundlers and passed to an EntryPoint contract that handles validation and execution.<\/p>\n<p>As crypto.news previously reported in August, <a href=\"https:\/\/crypto.news\/what-is-account-abstraction-and-why-seed-phrases-are-becoming-optional\/\" target=\"_blank\">smart account technology<\/a> can support gas sponsorship, passkeys, social recovery and other wallet controls that are unavailable to conventional externally owned accounts.<\/p>\n<p>Frame Transactions would bring similar programmability into Ethereum\u2019s protocol instead of requiring users to depend on a separate transaction system.<\/p>\n<h2 class=\"wp-block-heading\">EIP-8141 would bundle related actions<\/h2>\n<p>Frames could change transactions that currently require several separate approvals.<\/p>\n<p>A token trade, for example, can require a user to first approve a decentralized application to spend a token and then submit another transaction to execute the trade. If the second step fails, the spending permission can remain active.<\/p>\n<p>EIP-8141 allows related operations to be grouped so they succeed or fail together. An approval attached to an unsuccessful trade could therefore be reversed as part of the same transaction.<\/p>\n<p>The system works by dividing a transaction into frames with separate jobs. One frame can verify authorization, another can determine how gas is paid, while subsequent frames execute the requested operations.<\/p>\n<p>Programmable validation would give accounts more control over what Ethereum recognizes as a valid transaction. Instead of every externally owned account relying on the same fixed authentication process, accounts could run verification rules through Ethereum Virtual Machine code.<\/p>\n<p>Ethereum researchers have been working toward this type of native account abstraction for years. EIP-7702, proposed by Buterin and other developers in 2024, previously sought to give externally owned accounts access to smart contract wallet functions while maintaining compatibility with ERC-4337.<\/p>\n<h2 class=\"wp-block-heading\">Frame Transactions could allow Ethereum keys to change<\/h2>\n<p>The validation changes extend beyond gas payments and transaction batching.<\/p>\n<p>Conventional Ethereum externally owned accounts are controlled by private keys using the Elliptic Curve Digital Signature Algorithm. A private key cannot simply be replaced while keeping the same account under the traditional model. Losing the key can permanently remove access to the assets it controls, while a compromised key can give an attacker control of the account.<\/p>\n<p>Frames would let an account define its own validation logic, opening the door to key rotation and different authentication systems without requiring the user to transfer assets to a new address.<\/p>\n<p>Programmable validation could eventually allow Ethereum accounts to replace current signature methods with cryptography designed to withstand quantum computers.<\/p>\n<p>Buterin placed <a href=\"https:\/\/crypto.news\/ethereum-roadmap-puts-privacy-and-quantum-safety-first\/\" target=\"_blank\">quantum security higher<\/a> on Ethereum\u2019s technical roadmap in an August update, alongside work on native rollups, privacy and changes to the network\u2019s storage architecture.<\/p>\n<p>He had previously outlined a <a href=\"https:\/\/crypto.news\/vitalik-buterin-to-make-ethereum-quantum-resistant\/\" target=\"_blank\">quantum resistance roadmap<\/a> covering Ethereum\u2019s consensus signatures, data availability systems, wallet cryptography and zero-knowledge proofs. That plan identified ECDSA, which controls ordinary Ethereum accounts, as one component that could eventually need replacement if sufficiently powerful quantum computers are developed.<\/p>\n<p>EIP-8141 provides one route for accounts to adopt different signature schemes because verification rules would no longer be fixed to a single private-key model.<\/p>\n<h2 class=\"wp-block-heading\">Hegot\u00e1 will follow Ethereum\u2019s Glamsterdam upgrade<\/h2>\n<p>Hegot\u00e1 is planned for 2027 and will follow Glamsterdam, Ethereum\u2019s next network upgrade.<\/p>\n<p>Developers were still narrowing Hegot\u00e1\u2019s scope in August. At the time, <a href=\"https:\/\/crypto.news\/ethereum-hegota-narrows-2027-upgrade-proposals\/\" target=\"_blank\">Frame Transactions remained<\/a> under consideration while EIP-7805, or Fork-choice enforced Inclusion Lists, was the only proposal formally scheduled for the upgrade.<\/p>\n<p>The Aug. 27 decision has since moved EIP-8141 into the scheduled category alongside EIP-7805.<\/p>\n<p>Before that decision, developers had been comparing EIP-8141 with EIP-8130 as competing approaches to native account abstraction. The discussions included how Ethereum could avoid incompatible account-abstraction standards between Layer 1 and Layer 2 networks while retaining flexibility for different transaction designs.<\/p>\n<p>Glamsterdam, meanwhile, remains ahead of Hegot\u00e1 in Ethereum\u2019s upgrade schedule. Developers have been testing its planned changes through development networks, with the upgrade centered on Enshrined Proposer-Builder Separation and Block-Level Access Lists.<\/p>\n<p>The upgrade includes changes to Ethereum\u2019s gas accounting as well. The Ethereum Foundation <a href=\"https:\/\/crypto.news\/ethereum-devs-warn-glamsterdam-upgrade-could-break-wallets-and-gas-tools\/\" target=\"_blank\">warned wallet developers<\/a> in August that EIP-8037 could affect software relying on the assumption that every basic ETH transfer costs 21,000 gas, because transfers creating new state would face an extra charge.<\/p>\n<p>EIP-8141 cannot be used on Ethereum mainnet today. Its specification remains in draft status while developers continue implementation and testing work ahead of Hegot\u00e1\u2019s planned 2027 deployment.<\/p>\n<p>    <!-- .cn-block-related-link --><\/p><\/div>\n<p><br \/>\n<br \/><a href=\"https:\/\/crypto.news\/ethereum-eip-8141-could-remove-need-for-users-to-hold-eth-for-gas\/\">Source link <\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ethereum developers have committed EIP-8141, known as Frame Transactions, to the network\u2019s 2027 Hegot\u00e1 upgrade, putting native account abstraction on the path to becoming part of Ethereum\u2019s standard transaction system. Summary Ethereum developers have scheduled EIP-8141 Frame Transactions for inclusion in the Hegot\u00e1 upgrade planned for 2027. Frames separates transaction authorization, gas payment and execution, [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":23137,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"tdm_status":"","tdm_grid_status":"","footnotes":""},"categories":[23],"tags":[],"kronos_expire_date":[],"class_list":["post-23136","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-crypto"],"_links":{"self":[{"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/posts\/23136","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/comments?post=23136"}],"version-history":[{"count":0,"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/posts\/23136\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/media\/23137"}],"wp:attachment":[{"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/media?parent=23136"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/categories?post=23136"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/tags?post=23136"},{"taxonomy":"kronos_expire_date","embeddable":true,"href":"https:\/\/cryptoted.net\/index.php\/wp-json\/wp\/v2\/kronos_expire_date?post=23136"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}