BLOGS

What is a Smart Contract wallet?

24 APR 2023
an ellipse
4 MIN
READ
What is a Smart Contract wallet?
TABLE OF CONTENT

Imagine a world where cryptocurrency transactions are as easy as sending a text message. That's exactly what Account Abstraction brings to the table! In this blog post, we'll break down this game-changing concept so that everyone can understand the benefits of smoother, hassle-free crypto transactions.

Before getting into Account Abstraction, let’s understand the types of Ethereum wallets.

There are two types of Ethereum accounts:

  1. Externally Owned Account (EOA), in which users with private keys can initiate transactions. These are accounts that are controlled by a private key and have no code associated with them. If you hold the private key associated with an EOA, you can send Ether and messages from it.
  2. Contract Account (Smart Contract), in which users can execute transactions based on the contract's code. They are Ethereum accounts controlled by a Smart Contract instead of a private key.

How does Account Abstraction (AA) come into the picture?

Account abstraction was introduced to reduce the number of account types in Ethereum and to unify contract accounts and externally owned accounts (EOAs). This allows for a better user experience and improved security by adding support for smart contract wallets at the protocol level. It also makes user accounts more programmable by removing the logic of signing transactions. Account abstraction creates an opportunity to rethink how wallets work and how accounts interact with each other. It is seen as a game changer for web3 and bringing decentralized applications to a mainstream audience.

What are the benefits of AA?

Simplification of Contract Wallets: By allowing contract wallets to use the same transaction format as regular wallets, Account Abstraction simplifies wallet development and usage.

Increased Privacy: Account Abstraction allows for improved privacy-preserving techniques, such as mixing services, to be more easily integrated into Ethereum transactions.

Improved Scalability: Account Abstraction enables more efficient bundling of transactions, reducing the overhead associated with transaction processing and improving the overall throughput of the Ethereum network.

Support for New Cryptographic Primitives: Account Abstraction enables the integration of new cryptographic primitives and signature schemes as they are developed, without the need for hard forks or major protocol upgrades.

Reduced Complexity: By abstracting away the differences between contract and externally owned accounts, Account Abstraction simplifies the Ethereum protocol, making it easier to understand and build upon.

Better Layer 2 Integration: Account Abstraction enables seamless interactions between Layer 1 and Layer 2 solutions, allowing for more efficient use of Ethereum's resources and better scaling options.

Enhanced Security: By allowing users to define their own account logic, Account Abstraction enables the implementation of custom security measures and user-defined access controls, making Ethereum more secure and adaptable to individual needs.

How is Account abstraction implemented?

This is carried out by an Ethereum Improvement Proposal (EIP) – ERC-4337.

ERC-4337 represents an Ethereum standard that accomplishes account abstraction at the protocol level without requiring modifications to the consensus layer. Launched on the Ethereum mainnet in March 2023, this standard enables transactions and contract creation within a single contract account, paving the way for more intuitive crypto wallet interfaces that could potentially boost widespread adoption.

With Obvious, you can soon try out these features of AA. Check it out now!

Like this article? Spread the word