Token standards

From DefiLlama
Revision as of 14:42, 23 April 2022 by Eru (talk | contribs) (added examples to some token standards)
Jump to navigation Jump to search

The common token standards used around DeFi are:

ERC-20 - A standard interface for fungible (interchangeable) tokens, like voting tokens, staking tokens or virtual currencies. (examples: $USDC, $LDO)

ERC-721 - A standard interface for non-fungible tokens, like a deed for artwork or a song (examples: BAYC, CryptoPunks)

ERC-777 - A token standard improving over ERC-20.

ERC-1155 - A token standard which can contain both fungible and non-fungible assets.[1]

Sources