CRYPTO GUIDANCE INC.

Kansas City, MO


What Is an EOA?

An EOA, externally owned account, is the ordinary Ethereum account: one private key, one nonce, one ETH balance. MetaMask, a Ledger Ethereum account, a paper key, those are EOAs. The opposite is a contract account, code that holds assets and only moves them when its rules say so. Account abstraction is the project of making the second kind feel like the first.

How It Actually Works

Risks and Common Mistakes

When It Matters

Every normal wallet, and any time a new app says "smart account" without saying what happens if the vendor disappears. The Security page assumes you are on an EOA unless you chose otherwise.

Related Terms