In Vitalik’s view, the account abstraction is “very elegant” because it does not require changes to the underlying protocol like previous upgrades.
Author: TechFlow Intern
On July 17th, the Ethereum Community Conference (EthCC) officially opened in Paris. Ethereum co-founder Vitalik Buterin gave a keynote speech endorsing smart contract wallets once again, with the theme of the history and future of account abstraction.
This year, Vitalik has frequently expressed support for smart contract wallets with account abstraction. For example, in a Twitter AMA in June, when asked about his views on wallets based on MPC (EOA) and smart contract wallets, he believed that wallets based on MPC have fundamental flaws because they cannot revoke keys, and smart contract wallets are the only choice.
In Vitalik’s view, the account abstraction is “very elegant” because it does not require changes to the underlying protocol like previous upgrades.
The account abstraction itself is a relatively abstract concept.
Currently, Ethereum accounts are tightly coupled with key pairs to the extent that they are essentially the same thing. That is, if you control the private key, you control an account.
Account abstraction decouples the entity (account) in the EVM from the entity (key pair or signer) that owns the movable assets. As long as the CA supports specific functions (such as signature verification), it can be an account.
Account abstraction essentially allows users to define the security model of their accounts, making Ethereum more suitable for different use cases.
For example, this feature allows users to set their own transaction verification rules, such as multi-signature requirements or spending limits, and they can also make their accounts compatible with future cryptographic algorithms.
Vitalik describes account abstraction as allowing Ethereum accounts to be controlled by smart contract code rather than private keys.
His vision is that in the future, everyone will switch from the current EOA wallets to smart contract-based wallets. If successful, managing encrypted wallets will become as simple as managing email accounts.
Early stages of account abstraction
Vitalik stated that the idea of allowing code to control accounts instead of just keys has been present in Ethereum’s design from the beginning.
The Ethereum Yellow Paper outlines two types of accounts: externally owned accounts (controlled by private keys) and contract accounts (managed by smart contract code). However, there were some challenges in implementing account abstraction in the early stages.
In the first proof-of-concept version of Ethereum, it was optimistically assumed that users would adopt multi-signature wallets more. However, this did not happen immediately, and multi-signature wallets made deposit detection by exchanges more difficult. There were also complexities in paying miners’ fees from smart contract wallets. The initial vision was that all transactions would be simple “calls,” but issues such as non-unique transaction hashes made the problem difficult.
The Evolution of Account Abstraction
Over the years, the Ethereum community has iterated on many ideas for account abstraction. Suggestions have been made around standardized signatures, the use of “breakpoint” opcodes, and limiting access during transaction verification. However, progress has been slow due to the complexity of changing the underlying protocol and concerns over providing proof of stake. It wasn’t until 2020 that concrete account abstraction EIPs (Ethereum Improvement Proposals) were proposed.
Independent projects like the Gas Station Network and Argent Wallet have driven further innovation. They have found creative ways to enable meta-transactions and abstract accounts using only smart contracts. However, solutions relying on “wrappers” also have drawbacks such as higher transaction costs per transaction.
It wasn’t until later that EIP-4337 was proposed, which provides a general account abstraction standard using only smart contracts, avoiding changes to the underlying protocol.
The Ethereum (ETH) upgrade will allow users to create non-custodial wallets as programmable smart contracts.
This will unlock many features, such as easy wallet recovery, transaction without signatures (meaning lower transaction fees), and team wallets (also known as multi-signature wallets).
According to Vitalik, this upgrade could be one of the main catalysts for global Web3 adoption. “One of the key properties we want blockchains to have is to give you money before you sign up,” he said.
He mentioned that the idea is to allow users to receive any tokens, such as stablecoins, in their smart contract wallets and be able to pay gas fees without converting ETH.
To enable these types of wallets and transactions to be broadcasted, the latest account abstraction upgrade will enable “payment masters,” allowing users to pay gas fees with any tokens they are transacting with.
EIP-4337 also includes a signature aggregator, allowing multiple signers to join together with only one used for the transaction.
Vitalik mentioned, “This is a pretty big deal,” especially in Rollups where these types of L2 solutions have limited signature space.
Ethereum L2 solutions like Arbitrum or Optimism batch transactions together and verify them off the Ethereum mainnet.
Account abstraction will allow for signature aggregation. In simple terms, this will allow for more data compression, resulting in cheaper computation, and according to Vitalik, “reduce costs by a factor of 86.”
Furthermore, this is not the only Ethereum upgrade currently underway. Proto-danksharding or EIP-4884 is also in progress. It has quickly become a major focus for network development as it lays the foundation for a new data type that will significantly reduce costs and make data usage more efficient.
Lastly, Vitalik stated that there is an increasing desire to directly incorporate partial account abstractions (such as ERC-4337) into the protocol in order to improve efficiency and censorship resistance. He also highlighted the importance of ensuring a smooth transition for old EOA users and integrating biometric signers and other innovations.
Like what you're reading? Subscribe to our top stories.
We will continue to update Gambling Chain; if you have any questions or suggestions, please contact us!