Skip to main content
Zurück zum Glossar
Technical
Intermediate

Token Standard

Auch bekannt als: ERC Standard, Token Protocol, Token Specification

A set of rules and interfaces that define how tokens behave on a blockchain, ensuring compatibility across wallets, exchanges, and DeFi protocols.

A token standard is a technical specification that defines how tokens are created, transferred, and managed on a blockchain. Standards ensure that all tokens following the same rules are compatible with every wallet, exchange, and decentralized application on that network.

Major Ethereum Token Standards:

StandardTypeUse CaseExample Tokens
ERC-20FungibleCurrencies, governanceUSDC, UNI, LINK
ERC-721Non-FungibleUnique assets, artCryptoPunks, BAYC
ERC-1155Multi-TokenGaming items, mixedENS, gaming assets
ERC-4626Tokenized VaultYield-bearing tokensaUSDC, stETH (some)

ERC-20 (Fungible Tokens): The most widely used standard. Every ERC-20 token implements the same functions: - `transfer()`: Send tokens to another address - `approve()`: Allow a contract to spend tokens on your behalf - `balanceOf()`: Check token balance of an address - `totalSupply()`: Total tokens in existence

This uniformity means any ERC-20 token works with MetaMask, Uniswap, and Aave without custom integration.

ERC-721 (Non-Fungible Tokens): Each token has a unique ID. Used for NFTs where every token is different (art, collectibles, real estate deeds).

ERC-1155 (Multi-Token): Supports both fungible and non-fungible tokens in one contract. Efficient for gaming where you might have unique swords (non-fungible) and gold coins (fungible) in the same system.

Standards on Other Chains:

ChainFungibleNFT
SolanaSPL TokenMetaplex NFT
BNB ChainBEP-20BEP-721
CosmosCW-20CW-721
BitcoinBRC-20, RunesOrdinals

Why Standards Matter: Without standards, every token would need custom integration with every platform. Standards create a common language that makes the entire ecosystem interoperable, allowing any new token to immediately work with existing infrastructure.

Verwandte Krypto-Analysen

Erfahren Sie, wie Token Standard bei diesen Kryptowährungen mit einer tiefgehenden STRICT-Score-Analyse zum Tragen kommt.

Zuletzt aktualisiert: 3.4.2026