CRYPTO GUIDANCE INC.

Kansas City, MO


What Is the Account Model?

The account model is how Ethereum and most smart-contract chains keep score: each address has a balance and, if it is a contract, some storage. Send 1 ETH and the protocol subtracts 1 from you and adds 1 to them. No change outputs. No pile of leftover bills. It feels like a bank ledger because it is one, just a public one.

How It Actually Works

Risks and Common Mistakes

When It Matters

Using any EVM wallet, debugging a "missing" token, and understanding why Ethereum can run dapps that Bitcoin does not try to be. Pair with the Security page for the approval half.

Related Terms