Crypto Metrics
Sui logo

Sui (SUI)

PoS
Smart Contract Platform

Contact: freead@t-online.de

Last updated: Loading update time...
Consensus & Network
Mechanism
Delegated proof-of-stake
Time to Finality
0.5s
Block Time
0.5s
Theoretical TPS
200000TPS
Validators/Nodes
114
Staking & Incentives
Details about staking participation and rewards.
Minimum Stake
30000000
Rewards (APR/APY)
2.228%
Lock-up Period
1 day
Slashing Risk
Not Present / Low
Validation Overview
Information on network validation and security.
Delegation Support
Yes
Min. CPU Cores
24Cores
Min. RAM
128GB
Min. Disk Space
4000GB
Recommended Drive Type
NVMe
Min. Network Bandwidth
10000Mbps
Uptime Requirement
0%
Full Node Size
4000GB
Governance
How the project is managed and makes decisions.
On-chain Governance
Supported
Treasury Mechanism/Address
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.