Sui
A next-generation blockchain using the Move language and parallel execution for unprecedented throughput.
Overview
Sui is a Layer 1 blockchain launched in May 2023 by Mysten Labs, a company founded by former Meta (Facebook) engineers who worked on the Diem (formerly Libra) blockchain project. Led by Evan Cheng and Sam Blackshear, the team brought deep expertise in programming language design and distributed systems to create a blockchain fundamentally rethought from the ground up for speed, safety, and developer experience.
Sui's most distinctive feature is its use of the Move programming language, originally developed for Meta's Diem project. Move treats digital assets as first-class objects with built-in ownership and transfer rules, making it significantly harder to write smart contracts with common vulnerabilities like reentrancy attacks or accidental token duplication. This object-centric model is a paradigm shift from the account-based models used by Ethereum and most other blockchains.
The network achieves extraordinary throughput through parallel transaction execution. Unlike blockchains that process transactions sequentially, Sui identifies independent transactions (those that don't touch the same objects) and processes them simultaneously across multiple cores. For simple transfers, Sui can even bypass full consensus entirely using a fast path that achieves finality in under 500 milliseconds. This architecture has enabled Sui to demonstrate throughput exceeding 120,000 transactions per second in production conditions.
Sui represents a new generation of blockchain design that challenges the assumptions of earlier platforms. Its object-centric data model and Move programming language offer stronger safety guarantees for digital assets. The parallel execution engine proves that blockchain throughput can scale with hardware improvements, similar to how traditional databases scale. Sui's performance characteristics make it particularly attractive for gaming, social, and financial applications that require high throughput and low latency.
How It Works
The Basics
Sui uses a DAG-based consensus protocol called Narwhal & Bullshark (with recent upgrades to Mysticeti). Narwhal handles transaction dissemination and ordering using a directed acyclic graph structure, while Bullshark provides the consensus layer. For transactions involving shared objects, full consensus is required.
Pros & Cons
- Move programming language provides strong asset safety guarantees at the language level
- Parallel execution enables throughput exceeding 120,000 TPS in production
- Sub-second finality for simple transactions via the fast path consensus bypass
- Object-centric data model prevents entire categories of smart contract vulnerabilities
- Founded by experienced team from Meta's Diem project with deep systems expertise
- Relatively new blockchain (launched May 2023) with a shorter track record
- Move is a newer language with fewer developers and learning resources than Solidity
- Smaller DeFi and dApp ecosystem compared to Ethereum, Solana, or even Cosmos
- Significant VC funding concentration raises questions about token distribution fairness
- Validator set is still relatively small compared to more established networks
Use Cases
- High-throughput gaming applications requiring fast, cheap transactions for in-game assets
- DeFi protocols leveraging Move's safety guarantees for secure financial primitives
- NFT platforms benefiting from the object-centric model's natural fit for unique digital assets
- Social applications requiring real-time on-chain interactions at scale
- Enterprise applications that need the safety guarantees of Move for handling valuable digital assets
Technical Details
- Consensus
- Narwhal & Bullshark (DAG-based)
- Launch Year
- 2023
- Founder
- Evan Cheng, Sam Blackshear (ex-Meta Diem team)
- Max Supply
- 10,000,000,000
- Blockchain
- Sui
- Website
- sui.io