A Layer-1 blockchain that treats every asset as an object, so simple transfers can settle in parallel instead of waiting in one big line.
PRICE (USD)
β
24H CHANGE
β
MARKET CAP
β
What is Sui?
Sui is a Layer-1 blockchain β its own base network, not a project built on top of Ethereum. It was built by Mysten Labs, a company founded in 2021 by five former Meta engineers who had worked on Diem, Meta's abandoned crypto-payments project, and on the Move programming language that came out of it. Sui's mainnet went live on 3 May 2023.
The core idea is that Sui organizes the chain around 'objects' (individual assets like a coin, an NFT, or a game item) rather than around accounts and a single global ledger state. Because most everyday actions only touch objects owned by one person, the network can verify many of them at the same time instead of one after another. The pitch is high throughput and fast, cheap transactions aimed at consumer apps, payments, and games.
The team behind Diem carried over Move, a programming language designed to treat digital assets as first-class things that can't be accidentally copied or destroyed. That design closes off a category of bugs common in older smart-contract languages. Sui uses its own variant, sometimes called Sui Move.
How it works
Sui splits transactions into two lanes. If a transaction only touches 'owned' objects that belong to a single address β like sending a token from you to a friend β validators can confirm it independently and in parallel, without running it past the whole network for ordering. This 'fast path' is what makes simple transfers quick and cheap.
Transactions that touch 'shared' objects β things multiple people interact with at once, like a DeFi trading pool β do need the validators to agree on an order. For that, Sui runs a consensus protocol called Mysticeti, which arranges transactions using a directed acyclic graph (a DAG, a branching web of blocks rather than a single chain) and reaches finality in roughly 400 milliseconds. Sui is a proof-of-stake network: validators are chosen by how much SUI is staked to them.
In plain terms: Sui tries to only do the expensive 'everyone agree in order' work when a transaction actually needs it, and skips it for the many transactions that don't. That is the main lever behind its speed claims β though real-world performance depends on the mix of activity, not just lab benchmarks.
Object-centric model: assets are individual objects, not just balances in accounts.
Parallel 'fast path' for single-owner transactions β no global ordering needed.
Mysticeti: a DAG-based consensus for shared-object transactions, ~400ms finality.
Proof-of-stake security: validators are backed by staked SUI (~125 validators as of mid-2026).
Written in Move, a language that treats digital assets as protected, first-class types.
SUI token pays gas fees, secures the network via staking, and is used for governance.
What they're building
As of mid-2026, Sui's focus has shifted from just raw speed to building out a full 'Sui Stack' β a set of native infrastructure layers so apps don't have to bolt on outside services. The consensus engine was upgraded to Mysticeti v2 (rolled out November 2025) for faster, lighter transaction processing, but most of the new energy is around the surrounding data, privacy, storage, and payments layers.
A headline piece is Walrus, a decentralized storage and data-availability layer that reached mainnet in 2025. It lets apps store large files and datasets on verifiable, on-chain-adjacent infrastructure β pitched heavily toward AI use-cases like storing model data and verifiable machine-learning inputs. Alongside it, Seal (access control / encryption) and Nautilus (off-chain compute and data indexing) round out the stack, all live on mainnet.
The 2026 direction leans hard into payments and consumer finance. Sui's native stablecoin USDsui β issued by Bridge, a Stripe company, and notable for routing its reserve yield back to the network via SUI buybacks and DeFi deployment rather than to the issuer β went live in early 2026. Beyond that, the roadmap points at deeper stablecoin and real-world-asset liquidity, protocol-level private transactions, improved cross-chain bridging, and easier onboarding via SuiNS naming. Treat any specific roadmap claim as a plan, not a promise β dates and features shift.
Mysticeti v2 consensus: faster, lighter transaction processing, live as the production engine since late 2025.
Walrus mainnet: decentralized storage / data-availability layer, marketed toward AI and large-scale data.
Seal (access control) and Nautilus (off-chain compute/indexing) live on mainnet, completing the 'Sui Stack'.
Native stablecoin USDsui (issued via Stripe's Bridge) now live, plus growing USDC, suiUSDe and tokenized real-world assets.
Evan Cheng, Sam Blackshear, Adeniyi Abiodun, George Danezis, Kostas Chalkias
Type
Layer-1 blockchain
Consensus
Delegated proof-of-stake with Mysticeti (DAG) ordering
Language
Move (Sui Move)
Max supply
10,000,000,000 SUI (capped)
Circulating
~4 billion SUI (~40% of max, mid-2026)
Token use
Gas fees, staking, governance
Finality
~400 milliseconds
The ecosystem
Cetus β a leading DEX on Sui, historically a large share of the chain's DEX volume (drained in a ~$223M exploit in May 2025, since relaunched)
Suilend and NAVI β leading lending / borrowing markets (Suilend has reported passing $1B in deposits)
Bluefin β perpetuals and derivatives trading
DeepBook β Sui's native on-chain central-limit order book, used by other apps for liquidity
Walrus β decentralized storage / data-availability layer, a flagship piece of the Sui Stack
Stablecoins & RWAs: USDC, native USDsui (Bridge, a Stripe company), Ethena's suiUSDe, and tokenized real-world assets
SuiNS β human-readable on-chain names; consumer, gaming, and payments apps are a core target market
History
2019-2021Future Mysten Labs founders build Meta's Diem blockchain and the Move language; the project is wound down under regulatory pressure.
2021The five ex-Meta engineers leave to found Mysten Labs and begin designing Sui.
2022Sui's incentivized testnet launches; Mysten Labs closes a $300M Series B led by FTX Ventures (with a16z, Binance Labs, Jump and others) at a ~$2B valuation.
April-May 2023SUI token launch and community distribution around the mainnet go-live.
May 2023Sui mainnet goes live with the SUI token, staking, and Move smart contracts.
2024Mysticeti DAG-based consensus reaches mainnet, cutting finality to roughly 400ms.
May 2025The Cetus DEX is exploited for ~$223M; validators coordinate to freeze most of the stolen funds on-chain, sparking a debate about how decentralized Sui really is.
2025The 'Sui Stack' comes together: Walrus (storage), Seal (access control), and Nautilus (off-chain compute) launch on mainnet, and Mysticeti v2 rolls out in November.
2026Native stablecoin USDsui launches via Stripe's Bridge, with a roadmap centered on payments, private transactions, and AI-data use-cases.
The honest risks
Token unlocks and dilution: only about 40% of the 10B max supply is circulating. Large scheduled unlocks to early investors and the team keep adding new supply for years, which can weigh on price unless demand keeps up.
Concentrated ownership: Mysten Labs, early investors, and the team together control a large share of the total supply (critics have pointed to well over half being insider-held/locked). That concentrates both wealth and, potentially, influence.
Centralization questions were spotlighted by the May 2025 Cetus hack: Sui's roughly 125 validators were able to coordinate and freeze the attacker's funds. Good for recovering money, but it showed the network can censor/freeze transactions if enough validators agree β the opposite of 'unstoppable.'
Smart-contract and app risk: Move reduces some bug classes, but the Cetus exploit (an app-level flaw, not a base-chain break) is a reminder that hundreds of millions can still be lost in the apps built on top.
Fierce competition: Sui competes head-on with Solana, Aptos (its close cousin, also from ex-Diem people, also Move-based), and Ethereum's Layer-2s for developers and users. Performance benchmarks are marketing until they hold up under real, sustained load.
Regulatory uncertainty: like most large-supply, insider-heavy Layer-1 tokens, SUI could face scrutiny over how it was distributed and whether it's treated as a security in some jurisdictions.
Gap between claims and lived experience: eye-popping 'hundreds of thousands of TPS' figures come from ideal conditions; day-to-day usage, tooling, and liquidity depth are what actually matter.
How to invest (safely)
Learn first, then decide. Nothing here is financial advice β understand what SUI is and honestly assess whether you can afford to lose what you put in, because Layer-1 tokens are volatile.
If you buy, a reputable centralized exchange that lists SUI is the simplest on-ramp. Verify you're on the real site, and be aware SUI is its own chain β don't send it to an Ethereum or Solana address, or the funds are gone.
Move it to self-custody rather than leaving it on an exchange ('not your keys, not your coins'). Sui-native wallets like the official Sui Wallet or Slush, or multi-chain wallets that support Sui, let you hold your own keys.
For real safety with larger amounts, use a hardware wallet (e.g. Ledger) so your private keys never touch an internet-connected device.
Write your seed phrase on paper and store it offline. Never type it into a website or share it β anyone who asks for it is scamming you, no exceptions.
You can stake SUI to a validator to earn rewards and help secure the network, but understand it carries the same price risk as holding, and staked tokens may have an unstaking delay.
Be extra careful with new Sui DeFi apps and tokens β the Cetus hack showed even top protocols can be drained. Start small, stick to established apps, and verify contract addresses from official sources.
π Ask Cluck about Sui
Stuck on something above? Ask the professor β he answers in plain English.
CLUCK NORRIS
Learn crypto the hard-knocks way
Understanding Sui is one step. The Cluck Norris school teaches wallets, DeFi, scams, and self-custody for free β with a verifiable diploma when you pass.