Connect Your Wallet
Connect a SUI wallet (Sui Wallet, Suiet, Ethos) to create coins
Custom Coin
Move coin::create_currency standard
Supported Chains
Deploy coins on these SUI networks
S
Mainnet
fullnode
S
Testnet
fullnode
S
Devnet
fullnode
About SUI Coins
SUI uses Move's coin module for creating fungible tokens. Each coin type has a TreasuryCap that controls minting and a CoinMetadata object for storing token info. Coins are native objects in SUI, enabling efficient parallel execution.