Sui was built by Mysten Labs, founded in 2021 by five former Meta (Facebook) engineers who worked on the Diem blockchain project and the Move programming language. When Meta cancelled Diem under regulatory pressure in 2022, the team commercialised their research independently, raising $336 million and launching Sui mainnet in May 2023. Sui's design is informed by years of internal Meta blockchain research: the founders had the unusual experience of designing a blockchain intended for billions of Facebook users — requirements of consumer-internet scale, user-friendly onboarding, and transaction throughput far exceeding any existing crypto network. The result is a blockchain with genuinely novel architecture: an object-centric state model, parallel transaction execution, and the Move programming language designed to prevent entire categories of smart contract vulnerabilities by construction.
The Object Model: A Different Way to Think About State
Most blockchains (Ethereum, Solana, Aptos) model state as accounts with balances and storage mappings. Sui takes a different approach: everything on Sui is an object — a typed, versioned piece of data with a unique ID and an owner (an address, another object, or shared/immutable state). Your SUI balance is an object; your NFT is an object; a DeFi position is an object. The object model enables a critical optimisation: transactions that touch different objects can be executed in parallel without coordination, because they have no shared state to conflict over. A simple SUI transfer (sending a SUI coin object from one address to another) doesn't touch any shared objects — it can be validated and finalized by validators without consensus, just with a certificate from a quorum of validators. This "fast path" for simple transactions enables sub-second finality for the majority of transaction types that don't interact with shared state. Transactions that do touch shared objects (most DeFi interactions) still require full consensus, but even those complete in 400–800ms with Sui's Mysticeti consensus protocol.
Move: Safety-First Smart Contracts
Move is a programming language developed at Meta specifically for writing safe financial smart contracts. Its type system enforces that digital assets (like tokens) cannot be duplicated, accidentally destroyed, or accessed without explicit permission — the compiler catches resource-handling errors at compile time rather than at runtime (when it's too late). In Solidity (Ethereum's language), integer overflow bugs, reentrancy attacks, and unchecked return values have caused billions in losses. Move's type system prevents these entire vulnerability classes by design. Sui uses a version of Move adapted for its object model: objects are the primary abstraction, and Move functions operate on objects with explicit ownership and permission semantics. The trade-off: Move has a steeper learning curve than Solidity, and the Sui developer ecosystem is smaller than Ethereum's — though growing rapidly with dedicated SDKs, tutorials, and an active developer grants programme.
zkLogin: Web2 Onboarding Without Seed Phrases
Sui's most user-experience-focused innovation is zkLogin: a mechanism allowing users to create and use a Sui wallet authenticated by their Google, Apple, or Facebook account using zero-knowledge proofs. The user clicks "Sign in with Google," authenticates with Google normally, and a ZK proof is generated that establishes their Sui address without revealing their Google identity to the chain. The result: a self-custody Sui wallet (the user controls the keys) that is accessible with their existing social login — no seed phrase to back up, no separate wallet app to download. For consumer applications targeting mainstream users, zkLogin eliminates the highest-friction step in crypto onboarding: managing a 12-word seed phrase. Multiple Sui applications (games, NFT platforms) have adopted zkLogin for their user login flows, enabling genuine "sign up with Google, receive a wallet" onboarding.
Sui DeFi and Gaming Ecosystem
Sui's ecosystem has grown substantially since mainnet launch: Cetus (concentrated liquidity DEX, largest by TVL), Turbos Finance (DEX and liquidity management), Navi Protocol (lending and borrowing), Scallop (money market), and Bucket Protocol (stablecoin). Sui's gaming ecosystem includes several notable titles: Metaloot (item tokenisation), SuiPlay (gaming platform by Mysten Labs, including a handheld game device), and partnerships with traditional gaming studios exploring on-chain asset ownership. Sui's $100M+ DeFi TVL and growing gaming presence demonstrate real ecosystem traction, though it remains well behind Ethereum, Solana, and BNB Chain in total economic activity.
SUI Tokenomics and Staking
SUI has a total supply of 10 billion tokens. Staking yields approximately 3–4% APY. Token distribution has been a criticism: initial allocations to team, investors, and Mysten Labs are large (approximately 50% combined), with vesting schedules releasing tokens over multiple years. The ongoing token unlock schedule — as investor and team tokens vest — creates consistent sell pressure that has weighed on SUI's price appreciation relative to its ecosystem growth. Understanding the vesting schedule for any Layer 1 with significant insider allocations is essential for position sizing: the technical fundamentals and ecosystem can be strong while the token price underperforms due to supply inflation from unlocks. Sui's long-term value accrual thesis: SUI is required to pay transaction fees (burned under the storage fund mechanism), stake for validator security, and participate in governance — standard L1 token utility amplified by ecosystem growth.
Sui's Parallel Execution and zkLogin
Sui's object-centric data model enables parallel transaction execution without the coordination bottlenecks present in account-based blockchains. Because Sui tracks ownership at the object level rather than the account level, transactions affecting different objects can be processed simultaneously without ordering them in a global sequence — a fundamental architectural advantage that scales linearly with hardware improvements. Simple transactions (transfers between independent wallets) finalize in under a second through Sui's fastpath mechanism, while complex transactions requiring global ordering use Narwhal-Bullshark consensus for BFT finality.
zkLogin allows Sui users to create and access wallets using familiar web2 login flows (Google, Apple, Facebook OAuth) with zero-knowledge proofs ensuring the OAuth provider cannot track wallet activity. This eliminates seed phrases for mainstream users without sacrificing self-custody — the ZK proof proves identity without revealing it to the blockchain. Sui's growing DeFi ecosystem includes Cetus (AMM DEX), Scallop (lending), and DeepBook (central limit order book), all benefiting from Sui's throughput advantages for high-frequency financial operations. SUI trades on Binance, Bybit, Coinbase, and OKX. Use our crypto tools for SUI analysis and our DennTech blog for Sui ecosystem coverage.