DECLASSIFIED // INTELLIGENCE BRIEFING // FOR EDUCATIONAL PURPOSES ONLY
This content is informational only and does not constitute financial, legal, or investment advice. Always do your own research before making any trading decisions.
Sui (SUI): The Complete Intelligence Brief
Sui explained. How the Move language, object-centric model, and parallel execution work together to deliver a next-generation high-performance Layer 1.
Updated April 22, 2026· CRYPTINT.IO Intelligence
Key Takeaways
- +Sui is a high-performance Layer 1 blockchain launched in May 2023 by Mysten Labs, a team of engineers who previously worked on Meta's Diem/Novi project.
- +Sui uses the Move programming language, originally developed for Diem, with significant extensions for Sui's object-centric data model.
- +Sui achieves sub-second finality and high parallelism by separating simple transactions (object ownership transfers) from complex transactions (shared state changes).
- +The native token SUI has a hard cap of 10 billion tokens. It's used for gas, staking, and governance via SIPs (Sui Improvement Proposals).
- +Sui's consumer features include zkLogin (sign in with Google/Apple to create an on-chain account) and sponsored transactions (apps pay gas on users' behalf), making it unusually user-friendly.
Quick Facts
Sui at a glance
| Attribute | Value |
|---|---|
| Ticker | SUI |
| Token type | Native L1 asset |
| Consensus | Narwhal + Bullshark (DAG-based BFT) |
| Mainnet launched | May 3, 2023 |
| Developer | Mysten Labs |
| Data model | Object-centric (not account or UTXO) |
| Programming language | Move (Sui Move dialect) |
| Block time | Sub-second (~500ms finality for simple transactions) |
| Typical fee | Fractions of a cent |
| Circulating supply (Apr 2026) | ~3.5 billion SUI |
| Max supply | 10,000,000,000 SUI (hard cap) |
| On-chain coin type | 0x2::sui::SUI |
| Primary explorer | suiscan.xyz |
| Alternative explorer | suivision.xyz |
| Native wallets | Slush (formerly Sui Wallet), Suiet, Nightly |
| Official site | sui.io |
What Is Sui?
Sui is a Layer 1 blockchain designed for high throughput, low latency, and developer productivity. It was built from first principles rather than starting from Ethereum's account model or Bitcoin's UTXO model. Instead, Sui organizes state around typed objects, each with explicit ownership and versioning.
This object-centric model enables parallel execution at a level most chains can't match. Transactions that touch different objects can be processed in parallel without coordination. The result is sub-second confirmation times and throughput that scales with hardware rather than being bottlenecked by consensus.
SUI is the native token. It's used for gas, staking, and governance. The project's commercial thesis is that better developer tooling (via the Move language) combined with better end-user features (via sponsored transactions and zkLogin) will attract the next wave of consumer crypto applications.
The Origin Story
Mysten Labs
Mysten Labs was founded in 2021 by a team that had previously worked on Meta's Diem/Novi blockchain project: Evan Cheng (CEO), Sam Blackshear (creator of the Move language), Adeniyi Abiodun, Kostas Chalkias, and George Danezis. When Meta wound down Diem in 2022, the Mysten team took its technical learnings and built Sui as an independent Layer 1.
The team's prior work at Meta gave Sui deep expertise in the Move language, consensus design (Chalkias and Danezis were key Narwhal/Bullshark researchers), and large-scale systems engineering. Mysten raised substantial venture funding ($36 million Series A, $300 million Series B) to bootstrap the project.
Mainnet Launch
Sui's mainnet launched on May 3, 2023. The launch included an initial SUI distribution via community allocations, validator incentives, and ecosystem grants. A token sale (the "Sui Community Access Program") had earlier distributed some tokens to retail participants.
The project launched amid a challenging crypto market. Mid-2023 was still in the trough of the 2022 bear market. Sui's early months were focused on stability, developer onboarding, and iterating on the consumer UX primitives.
The 2024-2025 Growth Phase
Through 2024 and into 2025, Sui became one of the more actively discussed alt-L1s. Key growth drivers:
- DeFi TVL growth: Cetus (DEX), Scallop (lending), NAVI (lending), Turbos (DEX), and liquid staking protocols
- Walrus storage: Sui's decentralized storage layer, launched in 2024
- SuiPlay: gaming-focused handheld device launched in 2025
- Telegram ecosystem: some mini-apps chose Sui over TON for technical reasons
SUI's market cap grew from a fraction of a billion at launch to the top 15 by early 2025.
How Sui Works
The Object-Centric Model
Instead of accounts with balances (Ethereum) or UTXOs (Bitcoin), Sui's state consists of typed objects. Each object has:
- A unique ID
- A version number
- An owner (either a single address, shared, or immutable)
- Typed fields defined in Move
A SUI coin is an object. An NFT is an object. A position in a lending protocol is an object. This model makes ownership explicit and enables programs to reason about state changes in type-safe ways.
Parallel Execution
Sui transactions come in two categories:
- Owner-only transactions: transfer or modify objects owned by a single address. These can be processed in parallel because no shared state is involved. They bypass full consensus ordering and use a faster "Fast Path" for near-instant confirmation.
- Shared object transactions: involve objects that are globally shared (like a liquidity pool). These require consensus ordering via Narwhal + Bullshark.
Most payment and NFT transactions fall into the first category and can be processed in milliseconds.
Narwhal + Bullshark Consensus
The consensus protocol has two layers:
- Narwhal: a mempool protocol that disseminates transaction data efficiently as a DAG
- Bullshark: a BFT consensus protocol that orders the DAG into a linear sequence
Separating transaction dissemination from ordering allows Sui to achieve high throughput without the mempool becoming the bottleneck. Validators agree on which transactions to include first, then order them.
The Move Language
Move is a smart contract language originally created for Meta's Diem project. Key features:
- Resource semantics: assets are first-class types that can't be copied or accidentally destroyed
- Formal verification-friendly: the language design supports formal proofs about contract behavior
- No null, no reentrancy by default: many classes of Solidity bug are impossible in Move
The Sui dialect extends Move with object-centric primitives specific to Sui's data model. Move code is more verbose than Solidity but reduces common security footguns.
Consumer-Friendly Features
zkLogin
zkLogin lets users create a Sui wallet using existing web accounts (Google, Apple, Facebook, Twitch). A zero-knowledge proof ties the user's web identity to a Sui address without revealing the identity on-chain. This eliminates the single biggest onboarding friction point in crypto. Managing a seed phrase.
Sponsored Transactions
Applications can pay gas on users' behalf. A new user interacting with a Sui-based app doesn't need to hold SUI to sign transactions. The app's treasury covers the fee. This mirrors the user experience of Web2 apps where operational costs are invisible to the user.
Programmable Transaction Blocks
Sui transactions can chain multiple operations atomically in a single transaction block. This enables patterns like "swap USDC for SUI, then stake the SUI, then deposit the staked token into a lending protocol" as a single atomic unit, reducing gas costs and UX friction.
Tokenomics
Supply
- Max supply: 10 billion SUI (hard cap)
- Circulating supply (Apr 2026): ~3.5 billion SUI
- Initial allocation: ~50% to Mysten Labs and early contributors, ~14% to community access program, rest to staking rewards, ecosystem development, and treasury
The Unlock Schedule
SUI's token unlock schedule has been a frequent discussion topic. Substantial portions of the supply vest over multi-year schedules, with regular monthly unlocks. This creates persistent selling pressure from early investors and team members as cliffs pass.
Traders watch the SUI unlock schedule closely. SUI has historically shown some price sensitivity to major unlock events. The schedule is public and verifiable on-chain, which is a useful signal for short-term positioning.
Staking
SUI holders can stake to delegate to validators and earn staking rewards. Staking yields have been in the mid-single-digits annually. Liquid staking tokens (haSUI, vSUI, and others) let stakers keep their SUI liquid in DeFi while earning staking rewards. Our Proof of Stake guide covers staking mechanics generally.
The Ecosystem
DeFi
Sui DeFi TVL grew from near-zero at launch to several billion dollars through 2024-2025. Major protocols: Cetus (CLMM DEX), NAVI Protocol (lending), Scallop (lending), Turbos Finance (DEX), Aftermath Finance. Liquid staking is dominated by a few protocols issuing pegged liquid-staked SUI tokens.
Walrus
Walrus is Sui's decentralized storage protocol, launched in 2024 as a separate but complementary project. It uses Sui for coordination but stores data across a network of storage nodes. Walrus enables applications to store media, documents, and application state without relying on centralized cloud providers.
Gaming and Consumer
Sui has pursued gaming aggressively. SuiPlay, a handheld gaming device, launched in 2025. Multiple Web3 games have launched on Sui, and some Telegram mini-apps have chosen Sui for its performance characteristics.
Price History
SUI Major Price Milestones
| Date | Event | Price |
|---|---|---|
| May 2023 | Mainnet launch | $1.20 |
| Oct 2023 | Post-launch low | $0.38 |
| Mar 2024 | Alt-L1 rally | $2.00 |
| Jan 2025 | All-time high | $5.35 |
| Apr 2026 | Current (as of this brief) | ~$1.60 |
Sui Today
ETF and Institutional
SUI ETF applications have been filed with the SEC. 21Shares has offered a staking-capable SUI ETP in Europe since 2024. As of April 2026, US spot ETF decisions remain pending.
Competitive Position
Sui competes directly with Aptos (the other Move-based L1, built by the ex-Diem team that split into two companies) and with Solana for high-performance L1 mindshare. Its differentiators are the object-centric model, zkLogin, and sponsored transactions. Its challenges are developer familiarity (Move is less common than Solidity) and ecosystem depth (Solana's DeFi is substantially larger).
The Mysten / Sui Relationship
Mysten Labs remains the primary development entity. The Sui Foundation, a separate non-profit, oversees governance, grants, and ecosystem programs. This structure is similar to Solana's SOL Labs / Solana Foundation split and gives Sui more durable governance than projects with a single commercial entity.
Why Sui Matters
Sui matters because it's one of the most ambitious attempts to rebuild blockchain primitives from scratch. It didn't take Ethereum's architecture and optimize it (like most L2s and L1 competitors did). It questioned the account model, the global state model, and the single-language assumption, and built something genuinely different.
For traders, SUI has direct exposure to a growing DeFi and consumer ecosystem, a clear hard supply cap, and visible unlock-schedule dynamics that affect short-term price action. The longer-term case depends on whether the Move language and object-centric model produce better applications than EVM or Solana's alternatives.
The risks are concentration (Mysten Labs has significant control), competitive (Solana is a tough incumbent in the high-throughput L1 slot), and familiarity (developers have to learn Move). The opportunity is in the product. If zkLogin, sponsored transactions, and parallel execution translate into better consumer apps, Sui benefits disproportionately.
Frequently Asked Questions
Related Intelligence
Fundamentals
Proof of Stake Explained
How Sui's DPoS via Narwhal + Bullshark compares to other PoS designs and why DAG-based consensus is becoming more common.
On-Chain
Tokenomics
Understanding SUI's hard cap, unlock schedule, and staking mechanics. The three factors that drive supply-side price pressure.
On-Chain
Blockchain Explorers
How to use suiscan.xyz and suivision.xyz to verify Sui transactions, objects, and smart contract activity.
On-Chain
DeFi TVL
Tracking Sui DeFi TVL across Cetus, NAVI, Scallop, and the rest of the ecosystem.
Not financial advice. Educational purposes only. Do your own research.
Cryptint provides data and analysis for educational purposes only. Nothing on this site is financial advice. Past signals do not guarantee future results. Do your own research. Consult a licensed financial advisor before acting on any information presented here.