Sui is a high-performance, permissionless layer-1 blockchain developed by Mysten Labs, founded by former Meta (Facebook) engineers who previously worked on the Diem (Libra) blockchain project and the Move programming language. Sui is designed from the ground up for low-latency, high-throughput decentralized applications, utilizing an object-centric data model and the Move programming language (adapted as “Sui Move”) that treats digital assets as programmable objects with built-in ownership properties rather than entries in global account ledgers. Sui’s architecture enables parallel transaction execution — transactions that affect different objects can be processed simultaneously rather than sequentially, achieving a theoretical throughput of over 100,000 transactions per second. The network uses a delegated Proof of Stake consensus mechanism with a unique approach: simple transactions (like token transfers) that do not involve shared objects can bypass full consensus entirely through a process called “transaction fast path,” achieving sub-second finality. Sui launched its mainnet in May 2023 and has rapidly grown to become one of the leading next-generation layer-1 blockchains, particularly in gaming, social, and DeFi applications.
Origin & History
| Date | Event |
|---|---|
| 2018-2021 | Meta (Facebook) develops Diem blockchain and Move language; key engineers build core technology |
| Sep 2021 | Mysten Labs founded by Evan Cheng, Sam Blackshear, Adeniyi Abiodun, George Danezis, and Kostas Chalkias after leaving Meta |
| Jan 2022 | Diem project officially wound down due to regulatory pressure |
| Dec 2021 | Mysten Labs raises $36M in Series A funding led by a16z |
| 2022 | Mysten Labs raises $300M in Series B at $2B valuation led by FTX Ventures; Mysten Labs later buys back FTX’s stake through bankruptcy proceedings following FTX’s collapse in November 2022 |
| Mar 2023 | Sui testnet processes 297,000 TPS in benchmarks; demonstrates parallel execution capabilities |
| May 3, 2023 | Sui mainnet launches; SUI token goes live; ecosystem bootstrapping begins |
| 2023 | Sui ecosystem grows rapidly; DeFi (Cetus, NAVI, Scallop), gaming (Sui Play), and NFT projects launch |
| 2024 | Sui TVL surpasses $2B; daily active users grow; partnerships with major gaming and entertainment companies |
| Oct 2025 | Sui hits all-time high TVL of $2.6B; zkLogin, programmable transaction blocks, and enhanced Move features mature |
How It Works
Traditional vs. Sui Architecture:
In a traditional account-based blockchain like Ethereum, every transaction modifies shared global state and must execute sequentially, creating a bottleneck. Sui instead treats every digital asset as an independent object with clear ownership. Transactions touching different objects can execute in parallel, while only shared objects require ordering consensus.
Transaction Execution Paths:
Simple transactions involving only owned objects (such as sending SUI between wallets) bypass full consensus entirely via Byzantine Consistent Broadcast, achieving finality in under 0.5 seconds. Complex transactions involving shared objects (such as a DEX trade on a shared liquidity pool) go through full Narwhal/Bullshark consensus, achieving finality in roughly 2 to 3 seconds.
Parallel Execution:
Where a traditional blockchain processes transactions serially (TX1, then TX2, then TX3), Sui processes independent transactions simultaneously. This yields a theoretical throughput of 10,000 to 100,000+ TPS compared to roughly 15 to 65 TPS on Ethereum L1.
Programmable Transaction Blocks (PTBs):
A single transaction on Sui can contain multiple steps — for example, borrowing USDC from a lending protocol, swapping USDC for SUI on a DEX, staking SUI with a validator, and sending a receipt NFT to a wallet — all atomically. If any step fails, the entire transaction reverts.
Feature Comparison:
| Feature | Sui | Solana | Ethereum | Aptos |
|---|---|---|---|---|
| Language | Sui Move | Rust | Solidity | Move |
| Data Model | Object-centric | Account-based | Account-based | Object/account hybrid |
| Consensus | Narwhal/Bullshark + fast path | Tower BFT + PoH | Gasper (PoS) | AptosBFT |
| Parallel Execution | Yes (object-level) | Yes (account-level) | No (sequential) | Yes (Block-STM) |
| Simple TX Finality | <0.5 seconds | ~0.4 seconds | ~12 seconds | <1 second |
| Peak TPS (Tested) | 297,000 (testnet) | 65,000 (theoretical) | ~30 (L1) | 160,000 (testnet) |
| Mainnet Launch | May 2023 | Mar 2020 | Jul 2015 | Oct 2022 |
In Simple Terms
Objects, not accounts: Unlike Ethereum, where everything is stored in global accounts, Sui treats every digital asset (coin, NFT, game item) as an independent object with clear ownership. This simple change enables massive parallel processing.
Parallel execution: Because objects are independent, Sui can process thousands of transactions simultaneously, like a highway with thousands of lanes instead of a single-lane road.
Sub-second simple transactions: For simple transfers (sending SUI or tokens between wallets), Sui can skip full consensus and achieve finality in under half a second, faster than a credit card swipe.
Move programming language: Sui uses Move, originally developed at Meta for the Diem project. It is a language where digital assets are “resources” that cannot be accidentally copied or destroyed, making it inherently safer for financial applications.
zkLogin: Sui’s zkLogin feature allows users to create wallets using Google, Facebook, or Apple accounts with no seed phrase needed. Zero-knowledge proofs ensure the social login provider cannot access the wallet.
Real-World Examples
| Scenario | Implementation | Outcome |
|---|---|---|
| DeFi on Sui | Cetus DEX, NAVI lending, and Scallop lending protocols deploy on Sui with object-model DeFi | $2.6B all-time high TVL; fast, cheap DeFi transactions; growing ecosystem of yield opportunities |
| Gaming (SuiPlay) | Mysten Labs announces SuiPlay gaming handheld; on-chain gaming assets using Sui objects | Game items as owned objects; true digital ownership; interoperable across games |
| zkLogin onboarding | New users create Sui wallets using a Google account via zkLogin; no seed phrase required | Dramatically reduced onboarding friction; Web2-level UX with Web3 self-custody |
| Programmable Transaction Blocks | DEX aggregator executes complex multi-step DeFi strategy in a single atomic transaction | Flash loan, swap, stake, and transfer in one transaction; no partial failure risk |
Advantages
| Advantage | Description |
|---|---|
| Extreme performance | Object-centric parallelism enables throughput orders of magnitude higher than sequential blockchains |
| Sub-second finality | Simple transactions achieve finality in under 0.5 seconds without requiring full consensus |
| Move language safety | Resource-oriented programming prevents common smart contract bugs (double-spending, accidental destruction) |
| Developer experience | Programmable transaction blocks, zkLogin, and sponsored transactions simplify application development |
| Horizontal scalability | Object model theoretically allows throughput to scale with validator hardware improvements |
Disadvantages & Risks
| Risk | Description |
|---|---|
| Young ecosystem | Mainnet launched in May 2023; the ecosystem is less mature than Ethereum, Solana, or other established L1s |
| Move learning curve | Developers must learn Move (different from Solidity); a smaller talent pool limits ecosystem growth rate |
| Centralization concerns | Early validator set and Mysten Labs influence raise decentralization questions; token distribution scrutinized |
| Competition | Competes against well-funded, established L1s (Solana, Avalanche) and L2s (Arbitrum, Base) for developer attention |
| Token unlock pressure | Large SUI token unlocks from team and investor allocations create potential selling pressure |
Risk Management Tips:
- Monitor SUI token unlock schedules carefully, as large team and investor vesting unlocks can create significant selling pressure
- Evaluate Sui DeFi protocol audits and track records before committing significant capital, since the newer ecosystem means less battle-testing
- Diversify across multiple L1/L2 ecosystems rather than concentrating exposure in any single chain
- Follow validator decentralization metrics (Nakamoto coefficient, stake distribution) as indicators of network health
FAQ
Q: What makes Sui different from Solana?
A: Sui uses an object-centric data model (vs. Solana’s account model), the Move language (vs. Rust), and can bypass full consensus for simple transactions. Both prioritize speed, but Sui’s architecture is fundamentally different in how it handles state and parallelism.
Q: What is the Move programming language?
A: Move is a programming language originally developed at Meta for the Diem (Libra) blockchain. It treats digital assets as “resources” with strict ownership rules — assets cannot be copied, accidentally destroyed, or double-spent, providing inherent safety for financial applications.
Q: How does zkLogin work?
A: zkLogin allows users to authenticate with Google, Facebook, or Apple credentials to create a Sui wallet. A zero-knowledge proof verifies the user’s identity without revealing their social login details to the blockchain, combining Web2 convenience with Web3 self-custody.
Q: Is Sui a good investment?
A: SUI has shown strong ecosystem growth since its May 2023 launch, with growing TVL, user base, and developer activity. However, as a young L1 token, it faces competition from established chains and has significant token unlock pressure. Evaluate based on ecosystem traction, not price action alone.
Q: What are Programmable Transaction Blocks?
A: PTBs allow developers to combine multiple operations (swap, lend, stake, transfer) into a single atomic transaction on Sui. If any step fails, the entire transaction reverts. This enables complex DeFi strategies to execute with the safety of a single transaction.
Related Terms
Move (Programming Language), Aptos, Layer 1 (L1), Parallel Execution, Delegated Proof of Stake
Sources
UPay Tip: Sui represents the cutting edge of blockchain architecture. Its object-centric model and Move language offer genuine technical advantages for building the next generation of decentralized applications, especially gaming and social apps where speed and user experience matter most. If you are exploring the Sui ecosystem, start with zkLogin to experience how Web3 can feel as seamless as Web2. For developers, learning Sui Move now positions you early in a growing ecosystem with fewer competitors for opportunities.
Disclaimer: This content is for educational purposes only and does not constitute financial advice. Always conduct your own research (DYOR) and consult qualified financial advisors before making investment decisions.










