A Beginner’s Guide to Account Abstraction (ERC-4337)

Account Abstraction (as proposed in EIP-4337) is a concept that was started on Ethereum and aimed at providing a more flexible and unified user experience for Ethereum accounts. Traditionally, there are two types of accounts: externally owned accounts (EOAs) and Smart contract accounts. 

The distinction can lead to complexities for developers and users. Account Abstraction allows developers to define custom transaction logic, making it easier to build and interact with smart contracts, thereby simplifying the user experience and expanding the possibilities for dApp designs. It's essentially a move towards a more customizable and efficient Blockchain transaction system.

However, Developers were already aware of it and they knew L2 Blockchains (like Polygon & BSC)are the future when it comes to crypto payments. So they already started working on these chains for providing account abstraction solutions to users in the name of smart contract wallets making users' journey much easier and interactive while being in Crypto. Plena Crypto Super App is one of the best examples of the pioneers of account abstraction wallets.

What is account abstraction ERC-4337 ?

Account Abstraction (ERC-4337) is a proposal that started in Ethereum that allows users and developers to customize how they send and manage transactions, making it easier and more flexible to interact with the Ethereum network. Think of it as a way to personalize how your Ethereum account works and communicates with others.

After ERC-4337 made it to Ethereum before that only a handful of projects realized this problem and were already working with Smart contract wallets on EVM Compatible chains. Naming a Few is Plena Wallet which started as a wallet providing its unique solution to users by utilizing the technology even before the name account abstraction was introduced and is now taking over the industry by the name of Plena Crypto Super App.

What is account abstraction ERC-4337 ?

Account Abstraction (ERC-4337) is a proposal that started in Ethereum that allows users and developers to customize how they send and manage transactions, making it easier and more flexible to interact with the Ethereum network. Think of it as a way to personalize how your Ethereum account works and communicates with others.

After ERC-4337 made it to Ethereum before that only a handful of projects realized this problem and were already working with Smart contract wallets on EVM Compatible chains. Naming a Few is Plena Wallet which started as a wallet providing its unique solution to users by utilizing the technology even before the name account abstraction was introduced and is now taking over the industry by the name of Plena Crypto Super App.

What is account abstraction ERC-4337 ?

Account Abstraction (ERC-4337) is a proposal that started in Ethereum that allows users and developers to customize how they send and manage transactions, making it easier and more flexible to interact with the Ethereum network. Think of it as a way to personalize how your Ethereum account works and communicates with others.

After ERC-4337 made it to Ethereum before that only a handful of projects realized this problem and were already working with Smart contract wallets on EVM Compatible chains. Naming a Few is Plena Wallet which started as a wallet providing its unique solution to users by utilizing the technology even before the name account abstraction was introduced and is now taking over the industry by the name of Plena Crypto Super App.

Why Do We Need Account Abstraction?

Account abstraction is a concept that was earlier introduced in the Ethereum ecosystem that aims to simplify and make the user experience more flexible and efficient. Let's break down the reasons why account abstraction is considered beneficial:

  1. Flexibility for Developers: Traditional Ethereum accounts are categorized into two types: Externally Owned Accounts (EOAs) and Contract Accounts. EOAs are controlled by private keys and can send transactions, while Contract Accounts are controlled by their contract code. Account abstraction blurs the distinction between these two types, allowing developers more flexibility in designing smart contracts and user interactions.
  2. Improved User Experience: With account abstraction, users can pay transaction fees in tokens other than ETH. This is especially handy in applications where users only hold the app's token and not ETH. For instance, in a game built on Ethereum, a user might only hold the game's native token and not ETH. With account abstraction, they can pay transaction fees using the game's token, removing the need to hold ETH just for gas fees.
  3. Enhanced Contract Abilities: Without account abstraction, smart contracts cannot initiate transactions on their own; they can only execute code in response to transactions initiated by EOAs. Account abstraction allows contracts to autonomously initiate actions, broadening the range of possible applications.
  4. Layer 2 Solutions: Account abstraction can benefit layer 2 scaling solutions by allowing them to handle account management in ways that are more tailored to their specific requirements. Chains like Polygon, BSC, and other L2 EVM-compatible chains can gain mass adoption due to this solution.
  5. Mitigation of Replay Attacks: By allowing contracts to specify their own validation rules, account abstraction can help in designing mechanisms that prevent replay attacks.
  6. Simplifying Protocol Upgrades: By allowing smart contract developers to define their own transaction validation rules, it's easier to introduce protocol upgrades without breaking existing contracts or requiring changes to user software.
  7. Customized Transaction Logic: Account abstraction allows for custom transaction logic. This means that developers can create accounts with unique rules, such as multi-signature requirements, daily spending limits, and more.

How does account abstraction work?

Account abstraction, in the context of Ethereum, is a somewhat complex topic, but we'll try to give a clear overview. The core idea behind account abstraction is to treat all accounts, whether they are Externally Owned Accounts (EOAs) or Contract Accounts, in a similar manner from the perspective of the protocol.

  1. Unified Account Model: With account abstraction, the distinction between EOAs and Contract Accounts is blurred. Instead of having separate rules and behaviors for these two account types, every account can be seen as a contract account with its code and logic. This means every transaction can be treated as a message sent to a contract, even if it's just a simple transfer of ETH.
  2. User-defined Validation: Instead of relying on the built-in validation rules of Ethereum for transactions (like signature checks), account abstraction allows each account to define its validation logic. When a transaction is sent, the account's contract code determines if the transaction is valid. This opens the door for different authentication mechanisms, such as multi-signature, proxy re-encryptions, or even more innovative methods.
  3. Paying Gas with Tokens: One of the standout features of account abstraction is the potential to pay transaction fees (gas) with tokens other than ETH. When a transaction is executed, the account's contract can include logic to handle gas payments. This could involve selling a portion of another token to cover the gas cost or deducting the cost from a balance of another token.
  4. Simplified Transaction Format: With account abstraction, transactions don't need to include as much redundant data. For example, since validation is done by the contract, there's no need to include the v, r, and s values of the transaction's ECDSA signature in the transaction data. Instead, the contract can use its logic to validate the transaction, whether that's checking a traditional signature, a multi-signature, or some other method.
  5. Potential for Contract-initiated Transactions: While this is a more speculative feature, account abstraction could, in theory, allow for contracts to initiate their transactions, a feature not possible with the current distinction between EOAs and Contract Accounts.

However, it's worth noting that while account abstraction offers many potential benefits, it also presents challenges. For example:

  • Complexity: Introducing user-defined validation and other features increases the complexity of the Ethereum protocol. However, on other L2 Chains, it might be much more simpler.
  • Complexity: Introducing user-defined validation and other features increases the complexity of the Ethereum protocol. However, on other L2 Chains, it might be much more simpler.
  • Gas Consumption: Since every transaction is effectively a contract call, there might be concerns about gas costs and inefficiencies, especially if the validation logic in contracts is complex. But by batching transactions users can save up to 30% of the gas fees and only smart protocols save users money. So choose your Pioneer in Account Abstraction by doing research. We would recommend the Plena Super App where you get complete transparency and gas optimization by unique solutions.

Despite these challenges, account abstraction remains an exciting area of development in the Ethereum ecosystem, with the potential to unlock more flexible and user-friendly decentralized applications.

Use Cases for Account Abstraction

Despite these challenges, account abstraction remains an exciting area of development in the Ethereum ecosystem, with the potential to unlock more flexible and user-friendly decentralized applications.

  1. Gas Payments in Tokens:

    One of the most immediate benefits of account abstraction is the ability for users to pay gas fees using tokens other than Matic on Polygon.

    Use Case: Imagine a decentralized social media platform on Polygon where users hold the platform's native token. With account abstraction, users could make posts, interact, or conduct any other transaction using this native token without needing to hold MATIC for gas fees. This would enhance the user experience by creating a seamless ecosystem.
  2. Advanced Multi-signature Accounts:

    Account abstraction allows for custom transaction validation, leading to more sophisticated multi-signature mechanisms.

    Use Case: A company wants to ensure that high-value transactions require approval from multiple departments (e.g., finance, legal, and executive). Using account abstraction, a smart contract can be designed so that a transaction is valid only if it has signatures from private keys held by representatives of each department.
  3. Time-locked Transactions:

    With account abstraction, you can have contracts that only validate transactions if certain time-based conditions are met.

    Use Case: An individual sets up a savings account where funds can only be withdrawn after a specific date, like a digital time capsule. The account's logic, enabled by account abstraction, ensures that any withdrawal transaction before the date is automatically deemed invalid.
  4. On-chain Two-factor Authentication (2FA):

    Account abstraction can facilitate more advanced authentication methods for transactions, such as on-chain 2FA.

    Use Case: A user wants to enhance the security of their account. Beyond just signing a transaction with their private key, a secondary confirmation (like a one-time code or another signature) can be required for the transaction to be valid. This can be implemented within the contract's validation logic.
  5. Proxy Accounts for Privacy:

    Account abstraction can enable the creation of proxy accounts that forward transactions, adding a layer of privacy.

    Use Case: A user who values privacy can create a proxy account. When they want to interact with a DApp or another account, they send the transaction to the proxy, which then forwards the transaction to the intended recipient. To external observers, it appears the proxy account is the originator, helping to obfuscate the true sender's identity.

These are just a few potential use cases. The flexibility offered by account abstraction means developers can craft various custom behaviors and logics for accounts, paving the way for innovative solutions in the Ethereum and other L2 on the EVM chain ecosystem. Super Apps like Plena utilize all these solutions in the best manner possible to provide users with the best Account Abstraction solutions.

Start using Plena App now!

Get the Plena Super App, and start investing in 100,000+ cryptocurrencies starting with just $1

Download Plena iOS AppDownload Plena Android App
Scan QR to download Plena App