CRYPTO GUIDANCE INC.

Kansas City, MO


What Is ERC-20?

ERC-20 is the Ethereum rulebook for fungible tokens: coins where one unit equals another. USDC, UNI, and a million mistakes are ERC-20s. If a token implements a small set of functions (transfer, approve, transferFrom, balanceOf, totalSupply), every wallet and DEX already knows how to show it and swap it. The standard is why tokens feel native in MetaMask.

How It Actually Works

Risks and Common Mistakes

When It Matters

Every EVM token that is not an NFT. ERC-721 is the non-fungible cousin. Wrapped ETH is an ERC-20 costume on ETH itself; see wrapped tokens.

Related Terms