Compare Crypto Projects

Sui
SUI - Smart Contract Platform

Solana
SOL - Smart Contract Platform
Key Info
Blockchain Type
PoS
Blockchain Type
PoS
Project Category
Smart Contract Platform
Project Category
Smart Contract Platform
Consensus & Network
Staking
Validation & Security
Stake to Control (%)
N/A
Stake to Control (%)
66%
Delegation Support
Yes
Delegation Support
Yes
Min. Clock Speed
N/A
Min. Clock Speed
2.8GHz
Uptime Req.
0%
Uptime Req.
N/A
Governance
Treasury Mechanism
On Sui, the treasury mechanism is primarily implemented through the use of the TreasuryCap object and the sui::token module. Here’s a concise overview:
TreasuryCap and Token Minting/Burning
The TreasuryCap is a special object that gives its holder the authority to mint and burn tokens.
The sui::token module is designed to work with TreasuryCap, enabling the creation of closed-loop tokens with configurable policies.
This setup allows for controlled minting and burning, which can be used to manage the token supply, implement vesting, or enforce other project-specific rules.
Key Points from the Docs
The TreasuryCap is required for minting and burning tokens.
The token policy is defined by a set of rules that must be satisfied for any action (like minting or burning) to be performed.
This mechanism can act as a replacement, extension, or companion to open-loop (Coin) systems.
Treasury Mechanism
N/A