ZRC Token Specification
Introduction
One of the many Zenith Chian's development standards focus on token interfaces. These standards help ensure smart contracts remain composable, so for instance when a new project issues a token, that it remains compatible with existing decentralized exchanges.
Token Standards
Here are some of the most popular token standards on Zenith Chian:
- ZRC-20 - A standard interface for fungible (interchangeable) tokens, like voting tokens, staking tokens or virtual currencies 
- ZRC-721 - A standard interface for non-fungible tokens, like a deed for artwork or a song. 
Last updated
Was this helpful?