Demystifying Web3 Account Concepts: A Comprehensive Guide to Key Terminologies

·

The recent Devcon conference highlighted Account Abstraction (AA) as one of the hottest topics in Web3, with terms like EOA, SCW, ERC-4337, and descriptors such as seedless, gasless, social recovery, and non-custodial dominating discussions. This guide unpacks these concepts to enhance your understanding of Web3 account architectures.


Key Web3 Account Types Explained

EOA (Externally Owned Accounts)

CA (Contract Accounts)


Advanced Concepts

SCW (Smart Contract Wallets)

Account Abstraction (AA)


User-Centric Innovations

TermDescription
SeedlessEliminates seed phrases; recovery via social or cryptographic methods.
GaslessRelayers pay gas fees, funded by user assets or dApp subsidies.
Social RecoveryUses trusted contacts/credentials to regain account access.
Non-CustodialUsers retain full control; providers cannot block/access funds.

Security Paradigms

MPC & TSS (Threshold Signature Schemes)

👉 Learn more about secure Web3 wallets


FAQ Section

Q: Can CAs replace EOAs entirely?
A: Yes, with AA—ERC-4337 paves the way for SCWs to handle all transactions.

Q: Is seedless truly secure?
A: When combined with social recovery or hardware-bound keys, yes.

Q: How do gasless transactions work?
A: Relayers offset costs via user token swaps or dApp subsidies.