Difference between revisions of "Token standards"

Jump to navigation Jump to search
m
m (added examples to some token standards)
Line 1: Line 1:
The common token standards used around DeFi are:
The common token standards used around DeFi are:


[[ERC20|'''ERC-20''']] - A standard interface for fungible (interchangeable) tokens, like voting tokens, staking tokens or virtual currencies.
[[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  
'''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.