The capability itself changes owner
This action transfers the TreasuryCap object to the recipient address. It does not transfer existing coin balances, the package, or other capability objects that may have been created with the coin.
Sui authority handoff
Move mint and burn authority for a Sui Coin to a new owner wallet.
Connect a Sui wallet to load the coins held by this wallet.
This action transfers the TreasuryCap object to the recipient address. It does not transfer existing coin balances, the package, or other capability objects that may have been created with the coin.
After finality, the previous wallet can no longer use this TreasuryCap to mint or burn. Confirm the full Sui address, ensure the recipient can control it, and keep the transaction digest as the handoff record.
Move mint and burn authority for a Sui Coin to a new owner wallet. Slingzero builds a Sui programmable transaction, keeps capability checks visible, and records the finalized digest for the coin.
Continue building
Fix Sui Security Checks
Freeze capability objects or consume UpgradeCap to lock down the coin package.
Manage Sui Coins
Review balances, capabilities, supply, safety status, and coin-centric activity.
Create a Sui Coin
Publish a Move-native coin package with metadata, initial supply, and wallet-held capabilities.