Ethereum co-founder Vitalik Buterin said a long-discussed plan to make the blockchain network’s accounts more flexible may finally be close to implementation.
On February 28, Buterin outlined a design built around account abstraction that could become possible with the network’s Hegota fork.

Buterin described EIP-8141 as the proposal’s centerpiece, an omnibus design that addresses the remaining challenges of account abstraction.
The goal is to transform wallets into programmable accounts that can batch actions, change signature schemes, and support multisig controls. This shift also enables the separation of transaction authorization from the underlying gas payment.
Most Ethereum users today rely on externally owned accounts (EOAs), which they control with private keys and typically fund with ETH to pay gas fees.
Under Buterin’s proposed design, transactions would be organized as “Frame Transactions.”
This is a structure that breaks activity into a series of calls that can validate a sender, authorize a gas payer, and execute one or more actions.
In practical terms, a transaction could include separate frames for validation and execution. For more complex flows, a deployment frame could be added for accounts that do not yet exist on-chain.
It also means that batch operations, such as approving and then spending a token in a single atomic sequence, could become easier to execute as a first-class transaction type.
Buterin highlighted the role of “paymaster” contracts, which could allow users to pay transaction fees in assets other than ETH. These contracts would also enable applications to sponsor those user fees directly.
In one example, he described a paymaster that could accept RAI, provide ETH for gas in real time, and refund unused value at the end of the transaction.
He argued that the approach would preserve the functionality of existing sponsored transaction systems while reducing reliance on intermediaries.
Meanwhile, the proposal also has implications for privacy tools on the blockchain network.
Buterin said paymasters could be designed to verify zero-knowledge proofs and pay gas if those proofs are valid.
He also pointed to “2D nonces” as a way for an individual account to receive transactions in parallel from many users. This could potentially improve how privacy-preserving systems operate.
However, Buterin noted that the design’s primary challenge may lie in the mempool—where transactions propagate before entering a block—rather than at the blockchain level itself.
According to him, some highly complex validation logic may be unsafe to broadcast widely. This means that the initial mempool rules would likely need to be conservative before expanding over time.
He added that account abstraction would complement FOCIL, a separate proposal aimed at improving inclusion guarantees for transactions.
Buterin pointed out that developers are also discussing compatibility for existing accounts to ensure they can eventually access the new framework.
This inclusion would enable traditional wallets to benefit from advanced features such as batch operations and gas sponsorship.

