Difference between revisions of "Token standards"

From DefiLlama
Jump to navigation Jump to search
m (added description)
m (added a link)
Line 5: Line 5:
[[ERC20|'''ERC-20''']] - A standard interface for fungible (interchangeable) tokens, like voting tokens, staking tokens or virtual currencies. (examples: $USDC, $LDO)
[[ERC20|'''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-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-777''' - A token standard improving over ERC-20.

Revision as of 12:59, 9 May 2022

Each type of token has a standard. A token standard is basically a list of rules each token must follow.

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]

ERC-4626 - A tokenized vault standard, used to represent interest bearing tokens (ibTKNs)

Sources