Loading article…
Ethereum's EIP-8141 introduces "Frame Transactions" (Type 0x06) to split one transaction into up to 64 sub-units, aiming to boost dApp usability and network
Ethereum is set to introduce a new transaction type, EIP-8141, which will allow a single transaction to be broken into up to 64 programmable sub-units called "frames," aiming to enhance network scalability and decentralized application usability [1, 2]. Co-authored by Vitalik Buterin, the proposal is scheduled for inclusion in the 2027 Hegotá hard fork and is designed to bring native account abstraction, gas sponsorship, and post-quantum readiness directly to Ethereum's base layer [1, 2].
| At a glance | |
|---|---|
| Proposal | EIP-8141 "Frame Transaction" [1] |
| Transaction Type | 0x06 [1] |
| Frames per Tx | Up to 64 [1] |
| Gas Cost per Frame | 12,000 gas (intrinsic) + 475 gas (per frame) [1] |
| Hard Fork Target | Hegotá (2027) [1] |
EIP-8141 introduces "Frame Transactions" (Type 0x06), which can divide a single transaction into up to 64 distinct frames, each capable of performing separate operations within one atomic execution [1, 2]. Each frame operates in one of three modes: DEFAULT for standard deployment, VERIFY for read-only validation, and SENDER for execution within the sender's context, enabling patterns previously requiring smart contract wallets [1]. The intrinsic cost for each frame is 12,000 gas, plus an additional 475 gas per frame, which is modest compared to a basic Ethereum transfer costing 21,000 gas [1].
This new transaction type integrates capabilities like native account abstraction directly into the protocol, bypassing the need for external bundlers or relayers used by earlier solutions such as ERC-4337 and EIP-7702 [1, 2]. It allows for gas sponsorship, where a third party can cover transaction costs, enabling dApps to onboard users with zero ETH [1]. Additionally, it facilitates atomic batching, ensuring that multi-step operations like "approve-and-swap" either fully execute or entirely fail, eliminating partial state changes [1]. Users could also pay transaction fees in ERC-20 tokens, with a frame handling the conversion or payment logic [1].
The proposal is designed to complement existing account abstraction efforts rather than replace them, allowing developers to continue building on established standards [1]. Vitalik Buterin highlighted that EIP-8141 enhances Ethereum’s capacity for "hyper-scale expansion" by separating "actions" from "dependencies" within transactions [3]. This distinction allows for parallel processing of elements like signatures, Merkle proofs, and ZK-SNARKs, potentially reducing execution and data processing costs [3]. The EIP also lays groundwork for post-quantum cryptography, as each frame can carry its own signature verification logic, supporting quantum-resistant algorithms alongside current ECDSA signatures without a hard switch [1, 4].
The EIP-8141 specification details an outer transaction payload including chain ID, nonce, sender, frames, signatures, and fee parameters (max_priority_fee_per_gas, max_fee_per_gas, max_fee_per_blob_gas) [4]. Each frame object specifies its mode, flags, target address, gas limits (execution and state), value, and calldata [4]. This structured approach aims to simplify smart accounts, enable native key rotation, and support alternative fee payment schemes without centralized third-party relayers [4].
EIP-8141 represents a significant architectural shift for Ethereum, aiming to streamline complex interactions and reduce barriers to entry by baking advanced functionalities directly into the protocol's transaction layer.
Coverage is mostly measured — 278 of 300 reports stay neutral.
Every Monday — the token unlocks, Fed dates & catalysts set to move crypto and markets this week. So you’re never blindsided.
Free · 3-min read · one-click unsubscribe
AI-assisted synthesis by the TrendWatcher Editorial Desk · sourced from 4 outlets · Sep 7, 2026 · How we report
Ethereum functions as a decentralized computing platform that allows developers to build and run applications without oversight from banks or corporations. The network uses the ETH token as fuel to execute these applications and smart contracts.
Staking involves locking up ETH as a security deposit to help verify transactions on the Ethereum network. In exchange for securing the network, participants earn rewards similar to the interest earned on traditional financial assets.
Bitcoin is primarily designed as a digital currency for storing and transferring value, often compared to digital gold. Ethereum is designed as a decentralized computing platform, often compared to digital oil, which powers applications and smart contracts.
The Ethereum network is designed for immutability, though the broader question of whether validators could coordinate to reverse transactions remains a subject of industry debate. Other blockchains, such as the Crypto.com-backed Cronos, have demonstrated the ability to roll back transaction history to recover funds from exploits.