MKT
SUI
Layer 1 · Smart contracts

What is Sui (SUI)?

RANK #26
$1.25+7.40% 24h+52.50% 7d
LIVE · CoinGeckoPrice updated Sep 27, 2026, 10:50 AMText updated

A genuinely novel design — objects instead of accounts, parallel execution by default — running on a network that stopped three times in 2026. The worst was 28 May: a gas-logic bug in v1.72 put every validator into a crash loop for six hours and 44 minutes and froze roughly $1bn of assets. Staking pays about 1.49%. The engineering ideas are real and the operational record is the thing to weigh against them.

Price chart · 30D

Sui market stats

Market cap
$5.13B
24h volume
$879.61M
24h high
$1.21
24h low
$1.13
7d change
+52.50%
Circulating supply
4.1B SUI
All-time high
$5.35
All-time low
$0.3648

Sui at a glance

Language
Move, in an object-centric variant built for parallel execution
Consensus
Delegated proof of stake with Mysticeti consensus
Staking APY
About 1.49%
2026 outages
Three network halts during the year
Origins
Built by Mysten Labs, founded by former Meta engineers from the Diem project

Categories: Smart Contract Platform · Binance Launchpool · Layer 1 (L1) · Sui Ecosystem · Coinbase Ventures Portfolio · Proof of Stake (PoS)

How Sui works

Sui's central idea is that most transactions have nothing to do with each other, so making them queue is waste. A coin transfer from you to a friend does not touch the same state as a swap between two strangers, and a chain that processes them one after another is throwing away throughput for no reason.

So Sui does not have accounts with balances. It has objects, each owned by an address, and a transaction declares which objects it touches. Two transactions touching disjoint objects run in parallel with no ordering between them at all. Simple transfers skip full consensus entirely and finalise in milliseconds; only transactions touching shared objects — a DEX pool, an auction — go through the consensus path.

That is a real architectural insight rather than a parameter tweak, and it is why Sui feels fast in a way that is not just marketing. It comes from Mysten Labs, founded by engineers who worked on Meta's Diem before it was abandoned, which is also where Move came from.

Move, and why it matters for safety

Move treats assets as first-class types the language itself protects: a coin cannot be duplicated or accidentally discarded because the type system forbids it. A whole family of Solidity bugs is unrepresentable. Sui's dialect extends this with the object model, which is more expressive than Aptos's account-based Move and also further from anything a developer has used before.

The outages

Sui halted three times during 2026. The most serious was on 28 May: a gas charging logic bug in release v1.72 sent every validator into a crash loop, stopping the chain for six hours and 44 minutes and freezing roughly $1 billion of on-chain assets. SUI fell about 8% during the incident. It was the second outage of the year at that point, with another following.

The pattern is the one Solana had: a young, complex, highly optimised codebase with limited client diversity, where a defect in a release takes the whole network down together. Solana's answer took four years and a second independent client. Sui does not have one yet.

What SUI is used for

  • Gas for transactions, in a fee model where storage is paid for up front and partially refunded when objects are deleted.
  • Staking to validators, which secures the network and pays about 1.49%.
  • Collateral and liquidity across Sui DeFi, which grew quickly from a small base.
  • Gaming and consumer applications, the category the object model genuinely suits — a game item is an object, which maps to Sui's data model more naturally than to a token standard.

Sui versus Solana

Both chose one fast chain over rollups, and both parallelise. Solana discovers conflicts at runtime; Sui has transactions declare their objects up front, which is cleaner in theory and demands more of the developer. Solana has four more years of production hardening, far deeper liquidity, an independent second client in Firedancer, and its outages are now history rather than current events. Sui has the more elegant model and the operational record of a younger chain — which is precisely what 2026 demonstrated.

SUI tokenomics and supply

10 billion SUI is the maximum. A substantial portion was allocated to early contributors, investors and the Mysten Labs treasury at launch in May 2023, on vesting schedules that have released steadily since — the standard venture-backed structure, and the main supply consideration through the token's early years.

Staking rewards come from a subsidy fund that pays out on a declining schedule, plus transaction fees. The storage fund is the more interesting mechanism: storage costs are paid up front and held to compensate future validators for holding that data, with a partial refund when objects are deleted. Charging for state rather than only for computation is a better answer to state bloat than most chains have, and it is one of Sui's genuinely good ideas.

A portion of fees is burned, though at current volumes the effect on supply is small against unlock flow.

SUI staking and yield

Staking SUI means delegating to a validator. Rewards are distributed at epoch boundaries — 24 hours — and the current rate is about 1.49% APY, which is low by the standards of comparable proof-of-stake chains and reflects both the subsidy schedule and how much of the supply is already staked.

There is no slashing implemented. A poor validator costs you rewards rather than principal. Unstaking takes effect at the next epoch boundary, so the wait is roughly a day rather than the weeks that Polkadot or Avalanche require.

Worth stating plainly: at 1.49%, staking SUI is not a yield strategy. It is a way to avoid being diluted by the holders who do stake, and it should be weighed as that rather than compared against Solana's 6% as though they are the same product.

Sui risks

Reliability is the live risk, not a historical one

Three halts in 2026, including 6 hours 44 minutes with roughly $1bn frozen, is a current operational record rather than growing pains from launch year. A chain that stops cannot be liquidated on, cannot be arbitraged and cannot be exited — every DeFi position on it is exposed to the outage rather than merely inconvenienced by it. Sui runs a single client implementation, which is the condition that turns one release bug into a network halt.

Validator concentration and hardware

High throughput demands capable validators, which means fewer of them and a professional operator base. The same trade Solana made, without Solana's years of adversarial testing behind it.

Unlock pressure

Large allocations to early investors and contributors continue to vest. That is a mechanical supply flow independent of anything the network achieves.

Developer scarcity

Sui's Move dialect is specific to Sui — not the same as Aptos's Move, and nothing like Solidity. The object model is powerful and is a genuine relearning cost, which limits how quickly the ecosystem can grow regardless of funding.

Low staking yield

1.49% is thin compensation for holding a high-volatility asset through outages. It does not change the risk profile and should not be counted on to offset it.

Sui: key events

  • May 3, 2023 — Sui mainnet launches, built by Mysten Labs from the remains of Meta's Diem project.
  • Aug 1, 2024 — Mysticeti consensus cuts finality latency substantially.
  • May 28, 2026 — A gas-logic bug in v1.72 halts the network for 6 hours 44 minutes, freezing roughly $1bn.
  • Sep 1, 2026 — A third network halt of the year; staking sits near 1.49% APY.

Sui FAQ

What is Sui?

+

A Layer-1 blockchain built by Mysten Labs that replaces account balances with owned objects. Transactions declare which objects they touch, so unrelated ones execute in parallel and simple transfers skip full consensus entirely, finalising in milliseconds. It uses the Move language in an object-centric dialect.

Why did Sui go down?

+

Most seriously on 28 May 2026, when a gas charging logic bug in release v1.72 put every validator into a crash loop. The network stopped for six hours and 44 minutes and roughly $1bn of on-chain assets were frozen. It was one of three halts during 2026, and the underlying condition is a single client implementation — one release defect stops everything at once.

What is the Sui staking APY?

+

About 1.49%. Rewards are paid at 24-hour epoch boundaries and come from a declining subsidy fund plus transaction fees. It is low against comparable chains, and it is better understood as protection from dilution than as a yield.

Can SUI be slashed?

+

No. Sui does not implement slashing, so a poorly performing validator costs you rewards rather than principal. Unstaking takes effect at the next epoch boundary — roughly a day, far shorter than Polkadot's 28 days or Avalanche's fixed lockups.

Sui vs Solana — which is better?

+

Both run one fast chain and both parallelise, by different means: Solana detects conflicts at runtime, Sui has transactions declare their objects in advance. Sui's model is more elegant and asks more of developers. Solana has four more years of hardening, deeper liquidity and a second independent client in Firedancer, and its outages are historical while Sui's happened in 2026.

What is Move and why does Sui use it?

+

A language from Meta's abandoned Diem project that treats assets as protected first-class types — a coin cannot be duplicated or accidentally destroyed because the type system forbids it, which makes a whole family of Solidity bugs unrepresentable. Sui's dialect adds the object model on top, making it more expressive and less portable.

How many SUI are there?

+

10 billion maximum. A large share went to early contributors, investors and the Mysten Labs treasury at the May 2023 launch, on vesting schedules that continue to release supply into the market.

Sources

This page is information, not financial advice. Prices come from CoinGecko; the text is written and checked by our desk. See our editorial policy.