Ethereum’s Biggest Wallet Upgrade May Be Near, Says Vitalik

Binance
Ethereum’s Biggest Wallet Upgrade May Be Near, Says Vitalik
Binance



Thank you for reading this post, don't forget to subscribe!

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.

How EIP-8141 Could Make Ethereum Wallets More Flexible

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.

“The concept, ‘Frame Transactions’, is about as simple as you can get while still being highly general purpose. A transaction is N calls, which can read each other’s calldata, and which have the ability to authorize a sender and authorize a gas payer. At the protocol layer, that’s it,” he explained.

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.

“Intermediary minimization is a core principle of non-ugly cypherpunk ethereum: maximize what you can do even if all the world’s infrastructure except the ethereum chain itself goes down,” he explained.

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.



Source link