Currencies and Tokens
Learn how to design and implement currencies and tokens on Sui.
Create Currencies and Tokens
Learn how to create currencies and mint coins and tokens on the Sui network using the Coin Registry system.
Address Balances Migration Guide
Migrating from Coin objects to address balances on Sui.
Regulated Currency and Deny List
You can create regulated currencies on Sui using the Coin Registry system. These coins include the ability to control access using a deny list.
In-Game Currency
Use the Sui Closed-Loop Token standard to create tokens that you can use as currency within a game application.
Loyalty Tokens
Use the Sui Closed-Loop Token standard to create tokens that are only valid within specific workflows and services. One example of Closed-Loop Tokens is a loyalty token.
Token Vesting Strategies
If you plan to launch a token on Sui, then you might consider implementing a vesting strategy to strengthen the long-term outlook of your token.