Sui is a Layer-1 blockchain developed by Mysten Labs, founded in 2021 by Evan Cheng, Adeniyi Abiodun, Kostas Chalkias, George Danezis, and Sam Blackshear — all former members of Meta's Diem (formerly Libra) blockchain project. Sui launched its mainnet in May 2023 and rapidly established itself as one of the fastest-growing new blockchain ecosystems, reaching billions in TVL within its first two years and consistently ranking among the most active chains by daily transactions.
Sui's foundational distinction is its use of the Move programming language — a resource-oriented smart contract language originally developed for Diem — combined with a novel object-centric execution model. Rather than treating blockchain state as a set of accounts with balances (Ethereum's model), Sui treats everything as an object with ownership properties. This allows Sui to parallelise transaction execution for transactions that touch different objects, dramatically increasing throughput without sacrificing safety.
The Move Language and Object Model
Move was designed from the outset with financial applications in mind — its type system makes it impossible to accidentally duplicate or lose assets (digital resources can only be moved, not copied), a property that eliminates entire categories of smart contract vulnerabilities that have led to hundreds of millions in losses on EVM chains. Sui's variant of Move (Sui Move) extends the original language with the object model, making objects — not accounts — the fundamental unit of state.
The practical consequence of Sui's execution model is performance: because unrelated transactions (those touching different objects) can be processed in parallel without consensus coordination, Sui can achieve throughput that scales with additional hardware rather than being constrained by a serial execution bottleneck. In benchmarks, Sui has demonstrated 297,000 transactions per second in controlled conditions — though real-world DeFi usage produces lower figures due to transactions that share state and require sequential processing.
Core DeFi Protocols
Cetus Protocol is the leading DEX on Sui, implementing a concentrated liquidity AMM similar to Uniswap V3. Cetus allows liquidity providers to specify price ranges for their capital, improving capital efficiency relative to traditional constant-product AMMs. The CETUS token provides governance rights and staking rewards. Turbos Finance is a competing concentrated liquidity DEX that has attracted significant trading volume, and together Cetus and Turbos form the core DEX infrastructure for the Sui DeFi ecosystem.
Scallop Lend is Sui's primary lending protocol, offering isolated lending markets for SUI, USDC, USDT, wBTC, and other assets. Scallop's design emphasises risk isolation — each market operates independently, preventing cross-market contagion in the event of a bad debt event. Navi Protocol is a competing lending and yield protocol that adds automated portfolio management features on top of core lending functionality.
Aftermath Finance and DeepBook are Sui-native protocols providing additional DEX and liquidity infrastructure. DeepBook, notably, is a shared on-chain order book — a primitive that is difficult to build on Ethereum due to its sequential execution model but becomes feasible on Sui's parallel execution architecture, enabling more sophisticated market-making strategies.
Ecosystem Growth and SUI Token
Sui's ecosystem growth has been exceptional for a network that launched in 2023. The combination of Meta alumni credibility, technical innovation in the Move language and object model, and strong venture backing (Mysten Labs raised $300 million in a Series B before mainnet) created favourable conditions for developer adoption and protocol deployment.
The SUI token serves as the network's gas asset and staking token, with validators and delegators staking SUI to participate in consensus and earn staking rewards. Sui's gas pricing model is designed to remain stable relative to computational work even as SUI's price fluctuates — a design choice that protects DeFi protocols from fee spikes during market volatility. The network's rapid TVL growth and active NFT and gaming ecosystems position Sui as one of the most important new Layer-1 environments in DeFi.