EOAs
Externally owned accounts (EOAs) are user-controlled accounts on Ethereum. They are one of two on-chain account types, the other being contract accounts whose behavior is defined by on-chain code. An EOA is controlled by a private key; the holder signs transactions to authorize actions on the network. EOAs have a balance and a nonce, but contain no executable code.
How EOAs operate: to send Ether or interact with a contract, the owner signs a transaction with
EOAs versus contract accounts: EOAs are controlled off-chain by private keys and have no code to execute,
Security and limitations: The security of an EOA rests on protecting the private key. Loss or theft