Skip to content

Commit

Permalink
Create sui-token.md (MystenLabs#2159)
Browse files Browse the repository at this point in the history
* Create sui-token.md

* Update sui-token.md

Co-authored-by: econmysten <[email protected]>
  • Loading branch information
Clay-Mysten and econmysten authored May 23, 2022
1 parent 110ab34 commit 251e853
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions doc/src/learn/tokenomics/sui-token.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: The Sui Token
---

Sui’s native asset is called SUI and we generally use the capitalized version of SUI to distinguish the token from the Sui platform.

The total supply of SUI is capped at 10,000,000,000 (i.e. ten billion tokens). A share of SUI’s total supply will be liquid at mainnet launch, with the remaining tokens vesting over the coming years or distributed as future stake reward subsidies. Each SUI token is divisible up to a large number of decimal places.

The SUI token serves four purposes on the Sui platform:

* SUI can be staked within an epoch in order to participate in the proof-of-stake mechanism.

* SUI is the asset denomination needed for paying the gas fees required to execute and store transactions or other operations on the Sui platform.

* SUI can be used as a versatile and liquid asset for various applications including the standard features of money – a unit of account, a medium of exchange, or a store of value – and more complex functionality enabled by smart contracts, interoperability, and composability across the Sui ecosystem.

* SUI token plays an important role in governance by acting as a right to participate in on-chain voting on issues such as protocol upgrades.

Since the SUI token is available in finite supply, SUI may face deflationary pressure in the long run if Sui unlocks more use cases and more users migrate to the platform. In addition, the storage fund’s presence creates an additional deflationary force in that higher on-chain data requirements translate into a larger storage fund, thus reducing the amount of SUI in circulation.

0 comments on commit 251e853

Please sign in to comment.