Back to Glossary
IntermediateTechnology

Token Standard

Definition

A set of rules defined in a smart contract interface that tokens must implement to be compatible with the broader ecosystem of wallets, exchanges, and dApps on a blockchain. Standards ensure interoperability — any application built to support a standard automatically works with all tokens following it. Major Ethereum standards include ERC-20 (fungible), ERC-721 (NFT), and ERC-1155 (multi-token).

Example

Because both USDC and UNI follow the ERC-20 standard, any Ethereum wallet that supports one automatically supports the other — no custom integration needed.

Related Terms