Skip to content
Crypto Almanac Daily

Sui

SUIRank #31
$0.7379+4.72%
Market cap
$3.01B
24h volume
$458.80M
24h high
$0.7524
24h low
$0.695
Circulating supply
4,074,529,886 SUI
All-time high
$5.35
All-time low
$0.3648
Max supply
10,000,000,000
Chart

Sui price chart

Loading chart…
Quick convert

SUI to USD

1 SUI = $0.74 · rate updated at load

Liquidity

Where to buy Sui

BinanceSUI/USDTTrade
BTCCSUI/USDTTrade
Coinbase ExchangeSUI/USDTrade
Coinbase International ExchangeSUI/USDCTrade
ToobitSUI/USDTTrade
Biconomy.comSUI/USDTTrade
OKXSUI/USDTTrade
OurbitSUI/USDTTrade
KuCoinSUI/USDTTrade
XT.COMSUI/USDTTrade
Overview

About Sui

Sui is a proof-of-stake Layer 1 that organises state as discrete objects rather than as account balances, with a maximum supply of 10 billion SUI. The consequence is unusual: a transaction touching only objects you own can bypass full consensus and finalise almost immediately.

Owned objects do not need agreement

If a transfer involves only assets with a single owner, there is no possibility of conflicting claims, so validators can confirm it without ordering it against everything else. Consensus is reserved for shared objects that several parties can touch. Sending an asset is therefore structurally faster than interacting with a shared pool — a distinction most chains do not make.

Objects instead of balances

Each asset is an object with its own identifier, owner and attributes. This maps naturally onto NFTs and game items, where individual identity matters, and it lets the runtime know precisely which transactions can safely run in parallel because it can see exactly what each one touches.

Storage is paid for once, and refundable

Users pay a storage fee held in a fund that compensates validators for holding data over time, and deleting an object returns part of that deposit. This addresses a problem most chains ignore: state grows forever, and someone has to bear the cost of storing it indefinitely.

Capped supply with scheduled unlocks

Total supply is fixed at 10 billion, with staking rewards drawn from a reserve and allocations to early contributors and investors releasing on published schedules. As with any chain in this generation, the unlock calendar matters more to supply dynamics than the issuance rate.

Where the design pays off

Sui suits applications with many independent assets and high transaction counts — games, consumer applications, NFT-heavy systems. For applications centred on one shared pool, such as an order book or a lending market, most transactions touch shared objects and the fast path does not apply.

Reference

Technical data

ConsensusProof of Stake (PoS)
Max supply10,000,000,000 SUI
Reference

Frequently asked

Why are some Sui transactions faster than others?

Transactions touching only single-owner objects cannot conflict, so they skip full consensus ordering. Transactions touching shared objects still require it.

What is Sui's object model?

State is stored as discrete objects with owners and attributes rather than as account balances, which lets the runtime determine exactly which transactions can run in parallel.

How does Sui handle storage costs?

Users pay into a storage fund that compensates validators for holding data over time, and deleting an object refunds part of the deposit.