Skip links
Account Abstraction

What is an Abstracted Account?

In the current blockchain setup, Account Abstraction is transforming how users interact with their accounts. Traditionally, there are two types of accounts: Externally Owned Accounts (EOAs) and Contract Accounts. EOAs are regular user accounts controlled by a private key, while contract accounts are smart contracts that exist on the blockchain. Any transaction on Ethereum must be initiated and paid for by an EOA. The private key tied to an EOA is essential for signing transactions, proving ownership, and interacting with the blockchain.

Account Abstraction (AA) introduces a new approach, making accounts programmable by separating ownership from the reliance on private keys. Understanding Abstract Accounts requires first recognizing the limitations of the existing system and the improvements Account Abstraction brings.

The Problem with EOAs

The current system ties an EOA entirely to its private key. This introduces several vulnerabilities. For instance, losing the private key means losing access to the account and all its assets. A real-world example involved someone accidentally uploading their private key to a public repository, allowing bots to instantly drain their account.
This rigid structure leaves no room for flexibility. While solutions like multi-signature wallets (e.g., Gnosis Safe) offer enhanced security, the standard EOA remains a single point of failure. Custodial accounts, such as those provided by exchanges like Coinbase, introduce different risks. A hack or government intervention can result in loss or freezing of assets due to centralized control.

How Account Abstraction Improves the System

Account Abstraction unifies the functionality of EOAs and contract accounts by allowing user accounts to be smart contracts. This decouples the reliance on private keys for ownership and control, making accounts programmable. The concept “abstracts” the logic of transaction signing, allowing more flexibility in how accounts operate. With Account Abstraction, users can customize their accounts with features like multi-signature setups, two-factor authentication, or time-locked transactions, all implemented directly in the smart contract.
For instance, an account could be programmed to transfer control to another key if the primary key hasn’t interacted with the blockchain for a certain period. This flexibility makes blockchain accounts safer and more resilient to the risks of key loss or compromise.

Abstract Accounts operate as smart contracts on the blockchain, offering flexibility and programmability. Here’s how they differ from traditional EOAs:

Separation of Identity and Keys: Traditional accounts tie a private key directly to the account. If the key is lost, access is lost. Abstract Accounts decouple the private key from the account itself. For example, social recovery mechanisms could allow trusted parties to help recover an account in case the primary key is lost.
Programmable Interactions: Abstract Accounts allow custom logic to be integrated into the account. For instance, users can create rules for automated approvals or implement multi-signature setups where multiple parties must sign off on a transaction. This makes the account behave like a smart contract, with the flexibility to execute specific actions automatically.
Improved Usability: Abstract Accounts can implement various methods for authentication and transaction signing, such as two-factor authentication or key expiration. This reduces the need for a single private key, making account management more user-friendly for non-technical users.

EOA vs. AA

To better understand how AA changes things, let’s compare the key differences between EOAs and Abstract Accounts:

Ownership & Control:
EOA: Controlled by a private key. Losing the key results in complete loss of access to the account.
AA: Decouples ownership from a single private key. Authentication can be implemented through various methods such as social recovery or multi-signature.

Functionality:
EOA: Limited to basic functions like sending and receiving tokens.
AA: Programmable logic allows for complex actions, including batch transactions, custom authorization rules, and automation.

Gas Management:
EOA: Users must always pay gas fees using Ether from the same account.
AA: Supports gas abstraction, allowing third parties to pay gas fees, or using alternative tokens to cover transaction costs.

Security:
EOA: Security relies solely on the private key, which, if compromised, exposes the account to complete loss.
AA: Enhances security through custom mechanisms like multi-signature setups, role-based permissions, or automatic key recovery processes.

Multi-Call and User Experience Improvements

A significant improvement with Abstract Accounts is the native support for multi-call. This feature allows multiple operations to be bundled into a single transaction, executed atomically. From a user experience (UX) perspective, multi-call simplifies interactions, reducing the need for multiple steps.
For example, on the Aspect NFT Marketplace on Starknet, users can add multiple NFTs to their shopping cart and purchase them in a single transaction. This streamlines the process, reducing complexity and saving gas fees.

In conclusion:

This Improved account model enhances gas management by allowing third-party payments or the use of alternative tokens to cover transaction fees. This flexibility helps mitigate the impact of fluctuating gas prices. As dApps grow in complexity, features like multi-call, which bundles multiple operations into a single transaction, ensure smoother user experiences. This not only improves usability but also optimizes network performance, particularly in high-demand scenarios.
These paradigms also reduce dependence on custodial services, which often introduce additional fees and expose users to systemic risks. With increased regulatory scrutiny on centralized custodians, a decentralized alternative offers greater user control without compromising security.