Infrastructure

ERC-20

The Ethereum standard that defines how fungible tokens behave, letting wallets and apps support them uniformly.

ERC-20 is the rulebook for fungible tokens on Ethereum. It sets a common interface, functions like transfer and balanceOf, so any wallet or exchange can handle a new token without custom code. USDT and USDC are ERC-20 tokens, as are most governance and utility tokens.

The standard's simplicity drove an explosion. During the 2017 ICO boom, anyone could deploy a token in minutes, fueling both real projects and a great deal of junk.

ETH itself is not an ERC-20, since the network handles it natively. Wrapped ETH (WETH) exists to give ether an ERC-20 form.

Related terms