CoinStats logo
Sui

Sui

SUI·1.039
2.99%

Sui (SUI) - Fundamental Analysis March 2026

By CoinStats AI

Ask CoinStats AI

Sui (SUI): Comprehensive Cryptocurrency Overview

Sui is a Layer 1 blockchain designed to deliver high throughput, low latency, and horizontal scalability through a fundamentally different architectural approach than traditional account-based blockchains. Launched on May 3, 2023, by Mysten Labs, Sui represents a commercialization of technological innovations developed during Meta's Diem blockchain project, reimagined as a fully decentralized, permissionless network optimized for mass-market applications.

Core Technology and Blockchain Architecture

Object-Centric Data Model

Sui's foundational innovation is its object-centric architecture, which departs fundamentally from the account-based model used by Ethereum and most blockchains. Rather than maintaining a global ledger of account balances where all state updates flow through centralized smart contracts, Sui structures all on-chain state as independent, programmable objects with unique identifiers and explicit ownership rules.

Each object represents an asset (token, NFT, digital item), a smart contract state, or a capability, and can be owned by a single address, shared among multiple users, or made immutable. Critically, transactions explicitly reference the specific objects they read and mutate. This design enables parallel transaction execution without requiring global consensus: transactions involving independent objects can be processed simultaneously across multiple validator cores, while only transactions touching shared objects require coordination through the consensus protocol.

This architectural choice eliminates a fundamental bottleneck present in account-based systems: the need to update a shared global state for every transaction. By removing this requirement, Sui achieves significantly higher throughput than systems where all transactions must be sequenced globally, while maintaining security and finality guarantees.

Move Programming Language

Sui employs Move, a resource-oriented smart contract language originally developed by Meta engineers for the Diem project. Move was designed with formal verification and asset safety as core principles, providing built-in protections against entire classes of vulnerabilities common in Solidity-based smart contracts.

The language enforces compile-time attributes called "abilities" that define how objects can be used, enabling safety guarantees at the language level rather than relying on runtime checks. Move's type system guarantees that assets cannot be accidentally duplicated or destroyed through programming errors, eliminating reentrancy attacks, poison tokens, and spoofed token approvals. This reduces the attack surface and development burden compared to Ethereum's Solidity, where developers must manually implement safeguards against these vulnerabilities.

Move's object-based model directly aligns with Sui's architecture, allowing objects to be passed as direct arguments to functions and enabling the parallel execution model that underpins Sui's performance advantages.

Consensus Mechanism: Mysticeti

Sui's consensus protocol evolved from an initial design (Narwhal and Bullshark) to Mysticeti, a directed acyclic graph (DAG)-based consensus mechanism optimized for both low latency and high throughput. Rather than relying on strict linear transaction ordering like traditional blockchains, this approach provides a more flexible and efficient validation mechanism.

Narwhal functions as a fast-processing mempool designed to address a critical bottleneck: the delay in transaction ordering. By separating the mempool from the consensus protocol and allowing consensus to order only transaction metadata rather than full transactions, Narwhal accelerates transaction processing.

Bullshark (the original consensus layer) built on Narwhal's output to achieve agreement on transaction ordering and finality. This architecture enabled Sui to achieve sub-second finality (approximately 400 milliseconds average), making transactions confirmed almost instantly.

In July 2024, Sui upgraded to Mysticeti, which reduced consensus latency by 80% compared to Bullshark. Mysticeti eliminates the explicit certification step required by Bullshark, instead using uncertified DAGs where validators sign and share blocks directly. This architectural change reduces round-trip communication from six to three message delays, achieving the theoretical minimum for Byzantine Fault Tolerant consensus. In controlled testing environments, Mysticeti achieves 300,000 transactions per second with 10 nodes and 400,000 TPS with 50 nodes before latency exceeds one second.

Mysticeti v2, deployed in November 2025, further optimized transaction finality by extending the commit rule to apply to individual transactions concurrently, enabling faster settlement without requiring block-level commits. This improvement reduced CPU utilization for validators while maintaining throughput.

Delegated Proof-of-Stake (DPoS) Security Model

Sui secures the network through delegated proof-of-stake, where SUI token holders delegate their tokens to validator candidates. The delegation process works as follows:

  1. SUI holders delegate tokens to one or more validators
  2. Delegation weight (number of tokens assigned) determines each validator's voting power
  3. Validators with the highest stake are selected to form the active committee for each epoch (approximately 24-hour periods)
  4. At epoch end, both validators and delegators receive rewards proportional to their stake, minus a small commission retained by the validator

As of mid-2025, approximately 117 validators operate the network, with a 30 million SUI minimum staking requirement per validator. Notably, staked SUI exceeds circulating supply (approximately 7.83 billion SUI staked), indicating high network participation and security commitment. The validator set is permissionless, allowing any entity meeting the staking requirement to participate in network security.

Sui's security relies on Byzantine Fault Tolerance, where the network can tolerate up to one-third of validators being malicious or offline. The object-centric model enhances security by limiting the scope of state that transactions can affect, reducing attack surface compared to global state models.

Fast Path Execution

A distinctive security and performance feature is Sui's "fast path" for simple transactions. Owned object transfers do not require global consensus, only signature verification and state updates by validators. This eliminates the consensus bottleneck for simple transfers while maintaining security through cryptographic verification, achieving near-instant finality (under 100 milliseconds) for payments. This contrasts with complex transactions involving shared objects, which require consensus ordering but still finalize in approximately 400-500 milliseconds.

Horizontal Scalability

Unlike Ethereum and Solana, which face throughput bottlenecks as network load increases, Sui achieves horizontal scalability. Network capacity grows proportionally with validator processing power. An 8x increase in hardware translates to an 8x increase in throughput with no increase in latency. This contrasts with vertical scaling approaches that require increasingly powerful hardware for each validator.

Founding Team, Key Developers, and Project History

Core Founding Team

Mysten Labs was founded in September 2021 by five former Meta engineers who had led the Diem and Novi blockchain initiatives. The founding team's shared expertise in systems architecture, cryptography, and programming language design distinguishes Mysten Labs from other blockchain projects.

Evan Cheng (CEO and Co-Founder) — Former Head of Research and Development at Novi and Technical Director at Meta, where he led engineering for programming languages, runtimes, and compilers. Cheng spent a decade at Apple in engineering leadership roles before joining Meta, where he oversaw the Hack language, HHVM, Skip, Flow, Python, LLVM, and mobile JavaScript runtimes. He is recognized as a key innovator of LLVM technology and received the prestigious ACM Software System Award in 2012 for his contributions to computer science. Cheng holds a Bachelor of Science in Computer Science and Mathematics from Marietta College (1989–1992) and a Master of Science in Computer Science from Syracuse University (1992–1996). At Mysten Labs, he leads Sui's strategic vision and long-term development.

Sam Blackshear (CTO and Co-Founder) — Creator of the Move programming language while at Meta and the original architect of Sui's smart contract infrastructure. Blackshear holds a BA in Computer Science and Philosophy from Williams College and a PhD in Programming Languages from the University of Colorado at Boulder. His doctoral research in programming language theory directly informed Move's design, particularly its ownership model and resource safety semantics. At Mysten Labs, he leads engineering across the Sui core protocol, Move language evolution, and the Walrus storage network.

Adeniyi Abiodun (Chief Product Officer and Co-Founder) — Former Head of Product at Novi, overseeing Meta's crypto initiatives including Diem and the Move language. Abiodun previously held leadership roles at Oracle and VMware. At Mysten Labs, he focuses on product strategy and ecosystem growth, overseeing product direction across the Sui blockchain and Walrus decentralized storage protocol.

George Danezis (Chief Scientist and Co-Founder) — Cryptography expert and University College London professor with over 20 years of academic and applied research experience. Danezis co-founded Chainspace, which Meta acquired to support the Diem project. His research background spans privacy-enhancing technologies, anonymous communications, traffic analysis, and distributed systems security. At Mysten Labs, he guides Sui's scientific direction and contributes to consensus protocol design and on-chain trust mechanisms.

Kostas Chalkias (Chief Cryptographer and Co-Founder) — Among the most credentialed applied cryptographers in the blockchain industry. At Meta, Chalkias served as the lead cryptographer responsible for cryptographic research and implementation across Libra/Diem, Novi, and WhatsApp. His contributions include authorship of Hashwires range proofs, the Winterfell zero-knowledge proof system, Sparse Merkle Tree implementations, KELP key recovery, Proof of Solvency schemes, and EdDSA signature aggregation. Before Meta, he was Head of Research at R3 (UK), where he worked on the Corda blockchain and Conclave SGX trusted execution environment. At Mysten Labs, he leads cryptographic protocol design for Sui, with active research into post-quantum signatures and zero-knowledge proofs.

Project History and Milestones

The founding team's expertise stems directly from their work on Meta's Diem project (formerly known as Libra). Diem was Meta's ambitious initiative to create a global digital currency and payment system through a consortium of partner companies. When regulatory pressure led to the project's discontinuation in 2022, the Mysten Labs founders recognized an opportunity to apply the technological innovations they had developed—particularly the Move programming language and advanced consensus mechanisms—in a fully decentralized context.

2021: Mysten Labs founded in September; Series A funding of $36 million announced in December, led by Andreessen Horowitz (a16z) with participation from Coinbase Ventures, Redpoint Ventures, Electric Capital, NFX, Slow Ventures, Standard Crypto, Scribble Ventures, Samsung NEXT, and Lightspeed Venture Partners.

2022: Sui white paper published in March; tokenomics announced in May; devnet launched for early builders and partners; Incentivized Testnet launched in August with multiple testnet waves; Series B funding of $300 million closed in September, led by FTX Ventures and a16z crypto, with participation from Jump Crypto, Apollo Global Management, Binance Labs, Franklin Templeton, Coinbase Ventures, Circle Ventures, and numerous other institutional investors. Total funding raised: $336 million with a post-money valuation of $2 billion.

May 3, 2023: Sui Mainnet officially launched with over 100 validators and 400+ nodes. Initial circulating supply was approximately 500 million SUI.

July 2023: Network reached 1 million active addresses in less than 70 days post-launch.

September 2023: zkLogin feature added, enabling users to log in using Web2 accounts (Google, Facebook, Twitch, Apple) without separate wallet installations.

May 2024: Mysticeti consensus algorithm launched on Testnet, reducing consensus latency from 2,000 milliseconds to 390 milliseconds—an 80% improvement and the fastest consensus among all blockchains at that time.

June 2024: Sui Bridge launched on Testnet, enabling secure transfers of ETH, wBTC, USDC, and USDT between Ethereum and Sui. Secure onchain randomness went live on Testnet.

September 2024: Secure randomness launched on Mainnet; Sui Bridge went live on Mainnet, facilitating over 25,000 ETH transfers in less than three months.

October 2024: Native USDC launched on Sui Mainnet, making Sui the first Move-based Layer-1 to partner with Circle; DeepBook V3 launched on Mainnet; Walrus Testnet went live with deletable blob support and staking features.

November 2024: VanEck launched a new product representing SUI; Sui released 2024 recap highlighting 7.5 billion total transactions, 58.4 million peak daily transactions, and 2.45 million peak daily active wallets.

November 2025: Mysticeti v2 deployed with further optimizations for transaction finality.

2026: Continued protocol upgrades and ecosystem expansion, with focus on privacy, stablecoins, DeFi maturation, and AI agent integration.

Tokenomics: Supply, Distribution, and Economic Model

Token Supply and Allocation

SUI has a fixed maximum supply of 10 billion tokens, established at genesis with no ongoing inflation beyond this cap. This design contrasts with inflationary proof-of-stake systems like Ethereum, where new tokens are continuously minted.

As of March 1, 2026, approximately 3.85 billion SUI tokens (38.5% of total supply) are in circulation, with the remaining 6.15 billion tokens locked under vesting schedules. The circulating supply increases gradually through scheduled unlocks rather than mining-style issuance.

The initial allocation of the 10 billion SUI tokens is distributed as follows:

Allocation CategoryPercentageAmount (SUI)
Community Reserve50%5,000,000,000
Early Contributors20%2,000,000,000
Investors (Series A & B)14%1,400,000,000
Mysten Labs Treasury10%1,000,000,000
Stake Subsidies~3.5%350,000,000
Community Access Program & App Testers6%600,000,000
Binance Launchpool0.4%40,000,000

Vesting and Unlock Schedule

Tokens are released on a long-dated, staggered schedule spanning 4-7 years depending on allocation category. Early contributors follow a 1-year cliff with 17.8% unlock, then 6 years of monthly vesting. Series A investors follow a 1-year cliff with 69.4% unlock, then 1 year of monthly vesting. Series B investors follow a 1-year cliff with 33.3% unlock, then 2 years of monthly vesting. Mysten Labs Treasury follows a 6-month cliff with 6.5 years of linear monthly unlocks.

The community reserve is released more flexibly to fund ecosystem growth, incentives, and grants. Some allocations remain locked until after 2030, ensuring gradual, predictable increases in circulating supply. Monthly unlock events typically release 43-44 million SUI (approximately 1.15-1.30% of circulating supply), representing manageable supply additions that markets can price in advance.

Token Utility

SUI serves four primary functions within the Sui ecosystem:

  1. Transaction Fees (Gas): Users pay gas fees in SUI for computation and storage costs. Sui's gas mechanism is designed to be predictable and low-cost, with fees remaining stable even during network congestion through horizontal scaling. The reference gas price is set collectively by validators at the beginning of each epoch, preventing fee spikes.

  2. Staking and Consensus Participation: SUI holders delegate tokens to validators to participate in the proof-of-stake consensus mechanism. Stakers earn rewards from transaction fees and epoch-based staking subsidies. Staking rewards are paid from pre-allocated supply rather than newly minted tokens, meaning staking does not expand total supply but only redistributes it.

  3. Governance: SUI token holders participate in on-chain governance, voting on protocol upgrades and parameter changes. Voting power is proportional to staked tokens.

  4. Medium of Exchange: SUI functions as a liquid asset within the Sui ecosystem, enabling access to decentralized applications and services.

Deflationary Mechanics

Sui implements a unique deflationary mechanism through its Storage Fund. When users delete on-chain data, they receive a partial rebate of storage fees, effectively removing SUI from circulation. As network activity increases and more data is stored, the Storage Fund grows, taking additional SUI out of active circulation. This creates deflationary pressure as the network scales, potentially increasing token scarcity and value over time.

Additionally, a portion of gas fees is burned, reducing circulating supply. The dynamic gas model adjusts fees automatically with network demand, keeping costs low during normal periods and rising only during congestion. The storage fund mechanism ensures data integrity and audit availability while preventing the need for inflationary token emissions to pay validators for storage, maintaining the fixed supply cap.

Primary Use Cases and Real-World Applications

Payments and Settlements

Sui's architecture is optimized for payment use cases through its "fast path" execution model. Simple asset transfers bypass the full consensus mechanism, achieving near-instant finality (approximately 100-400 milliseconds). Combined with low, predictable fees (approximately 1/3 of Solana's and 1/150 of Ethereum's), this positions Sui as a viable platform for peer-to-peer payments and merchant transactions.

The network supports native stablecoins including USDC and USD1 (issued by World Liberty Financial). Stablecoin supply on Sui reached approximately $1 billion by late 2025, providing liquidity for DeFi operations and payment applications. The 2026 roadmap includes USDsui, a native stablecoin, and gas-free stablecoin transfers through sponsored transactions, removing friction for mainstream users and enterprise workflows.

Decentralized Finance (DeFi)

Sui's DeFi ecosystem has grown substantially, with total value locked reaching $2.6 billion by October 2025, a 10x increase from $250 million in early 2024. Key DeFi protocols include:

  • DeepBook: An institutional-grade central limit order book (CLOB) serving as the shared liquidity layer for Sui's DeFi ecosystem. Unlike automated market makers (AMMs), DeepBook enables precise order control, reduced slippage, and tighter spreads preferred by professional traders. DeepBook V3 launched on Mainnet in October 2024, introducing the most performant order book in DeFi. The 2026 roadmap includes margin trading capabilities for institutional-grade trading.

  • Suilend: The largest lending protocol on Sui with $745 million TVL, featuring soft liquidation mechanics and efficient capital utilization.

  • Scallop Lend: Lending and borrowing platform with integrated staking rewards.

  • Cetus Protocol: Leading DEX with concentrated liquidity AMM supporting Sui and Aptos.

  • Bluefin: Derivatives and perpetuals trading platform with institutional access enabled through WalletConnect integration with Fireblocks.

  • Aftermath Finance: DEX with SUI/USDC pools and other trading pairs.

Daily DEX volumes exceeded $367.9 million in Q2 2025, with cumulative trading activity surpassing $100 billion since launch. The network's ability to process complex transactions involving shared objects (such as liquidity pools) in 400-500 milliseconds enables sophisticated financial applications impossible on slower blockchains.

Gaming and NFTs

Sui's object model and fast finality make it well-suited for gaming applications requiring frequent state updates and low latency. The network supports dynamic NFTs that can be modified on-chain, enabling interactive digital assets that evolve based on gameplay or user interaction. In-game assets can be represented as dynamic NFTs that evolve based on gameplay, with state updates finalized almost instantly. The parallel execution model enables high-frequency asset mutations without bottlenecks.

Notable gaming and NFT projects include Claynosaurz (Popkins collection), Rootlets (steampunk-inspired NFTs with DeFi integrations), and various play-to-earn gaming platforms. EVE Frontier, a major gaming project, has migrated to Sui. Gaming-focused platforms like SuiPlay showcase Sui's capabilities for real-time multiplayer games with on-chain assets.

AI and Machine Learning

Sui's infrastructure supports verifiable AI through projects like Nautilus, which enables verifiable off-chain computation via Trusted Execution Environments. The network is positioning itself as a platform for AI-driven agents and machine-to-machine transactions, with 2026 roadmap items including "Agentic Web" support. This enables autonomous AI agents to transact on-chain without human intervention, opening new possibilities for decentralized autonomous organizations and algorithmic trading.

Bitcoin Finance (BTCfi)

Sui has developed infrastructure for Bitcoin finance applications through partnerships and native bridges. The Ika Network, launched in July 2025, enables smart contracts to interact with assets on other blockchains including Bitcoin without requiring traditional bridges or wrapped tokens. This multi-party computation protocol allows direct asset trading across blockchains, expanding Sui's utility beyond its native ecosystem.

Consensus Mechanism and Network Security

Delegated Proof-of-Stake (DPoS) Architecture

Sui operates as a delegated proof-of-stake network where SUI holders stake tokens with validators to secure the network and earn rewards. Validators require a minimum of 30 million SUI in their staking pool. Total voting power is fixed at 10,000 units, with individual validators capped at 1,000 units (10%) to prevent excessive centralization.

At the beginning of each epoch (24-hour period), validators set reference gas prices and the storage fund is adjusted. During the epoch, users submit transactions and validators process them, collecting computation and storage fees. At epoch end, the protocol distributes stake rewards from accumulated fees plus temporary epoch subsidies (which phase out as the network matures).

Validator Economics

Validators earn rewards through:

  • Block production fees: Compensation for validating transactions
  • Staking rewards: Distributed from network fees and epoch-based subsidies
  • Commission on delegated stake: A percentage of delegator rewards

As of mid-2025, approximately 117 validators operate the network. Notably, staked SUI exceeds circulating supply (approximately 7.83 billion SUI staked), indicating high network participation and security commitment. The validator set is permissionless, allowing any entity meeting the staking requirement to participate in network security.

Byzantine Fault Tolerance and Security Guarantees

Sui's security relies on Byzantine Fault Tolerance, where the network can tolerate up to one-third of validators being malicious or offline. The object-centric model enhances security by limiting the scope of state that transactions can affect, reducing attack surface compared to global state models. The separation of ordering and execution allows the network to process multiple transactions in parallel when they do not conflict, significantly improving throughput without compromising security properties.

Key Partnerships and Ecosystem Integrations

Infrastructure and Custody

Fireblocks: Launched institutional-grade custody and DeFi access for Sui in July 2025, enabling institutions to securely hold SUI and access DeFi protocols via WalletConnect. Bluefin became the first Sui app available to institutional clients through this integration.

Ledger: Integrated Sui into Ledger Wallet in October 2025, enabling secure self-custody and staking of SUI tokens across Ledger's hardware wallet ecosystem.

MetaMask: Integrated Embedded Wallets with Sui blockchain, providing seamless wallet connectivity for dApps.

Dfns: MPC wallet infrastructure provider integrated Sui for enterprise custody.

Cross-Chain Interoperability

Axelar: Integrated Sui mainnet in May 2025 to enable seamless cross-chain asset transfers and liquidity access. The integration allows asset issuers to deploy tokens natively across multiple blockchains using Axelar's Interchain Token Service (ITS).

Ika Network: Multi-party computation protocol enabling direct asset trading across blockchains, launched in July 2025.

Sui Bridge: Native bridge for cross-chain interoperability with Ethereum.

Data and Storage

Walrus: A decentralized storage layer built on Sui for storing AI models, video content, and off-chain proofs. Walrus Testnet went live in October 2024 with deletable blob support and staking features; mainnet launched in 2025.

Seal: Decentralized secrets management service launched on Mainnet in September 2025, providing native data privacy and access control.

Nautilus: Enables confidential, verifiable offchain computation, launched on Testnet in April 2025.

Identity and Authentication

zkLogin: Native Sui primitive enabling OAuth-based authentication without publicly linking credentials to on-chain addresses. Supports Google, Apple, Twitch, Facebook, and Slack, enabling Web2-like user experiences without managing seed phrases.

SuiNS: Decentralized domain naming service similar to Ethereum's ENS, enabling human-readable addresses. Launched staking for onchain governance in September 2025.

Liquidity and Trading

DeepBook: Native central limit order book providing institutional-grade trading infrastructure. Serves as shared liquidity layer for multiple DEXs including Aftermath Finance and Bluefin.

Cetus Protocol: Concentrated liquidity AMM supporting Sui and Aptos.

Bluefin: Derivatives and perpetuals trading platform with institutional access.

Stablecoin and Payment Integrations

Circle: Native USDC integration on Sui, enabling stablecoin-based applications and settlements. USDC on Sui surpassed $545 million in market cap by April 2025.

World Liberty Financial: Strategic partnership for USD1 stablecoin issuance and institutional capital markets applications.

Institutional Partnerships

Grayscale: Launched Grayscale SUI Mini Trust (GSUI) and other regulated investment products.

VanEck: Filed for SUI ETF approval; published competitive analysis positioning Sui favorably. Launched a new product representing SUI in November 2024.

Franklin Templeton: Building on Sui ecosystem.

21Shares: Filed with SEC for SUI ETF products.

Canary Capital: Issued regulated investment products for SUI.

Strategic Partnerships

Alibaba Cloud: Partnership announced in March 2023 to support Sui ecosystem growth through cloud infrastructure and development support.

Orange Comet: Partnership to launch immersive Web3 games on Sui.

Alkimi: Revolutionary partnership for blockchain-based digital advertising, announced in February 2026.

Competitive Advantages and Unique Value Proposition

Technological Differentiation

Object-Centric Architecture: Unlike account-based blockchains, Sui's object model enables parallel transaction execution for independent assets, fundamentally improving scalability without sacrificing security. This architectural choice eliminates the need to update a shared global state for every transaction, removing a fundamental bottleneck present in competing systems.

Local Fee Markets: Sui's design enables transaction fees to be segmented by the specific parts of the blockchain being accessed. High demand for one application (e.g., a popular DEX) increases fees only for that application, not network-wide. This contrasts with global fee markets on Ethereum and Aptos, where a single popular application drives fees up for all users.

Fast Path for Simple Transfers: Simple asset transfers bypass consensus entirely, achieving near-instant finality (under 100 milliseconds) compared to 400-500 milliseconds for complex transactions. This eliminates the consensus bottleneck that accounts for 70% or more of transaction processing time on other high-throughput chains.

Horizontal Scalability: Unlike most blockchains with fixed throughput, Sui's capacity scales linearly with validator hardware. An 8x increase in hardware translates to an 8x increase in throughput with no increase in latency.

Move Programming Language Security: Move's resource-oriented design prevents entire classes of vulnerabilities common in Solidity-based smart contracts. The language guarantees that assets cannot be duplicated or destroyed through programming errors, eliminating reentrancy attacks and other critical vulnerabilities. This reduces the attack surface and development burden compared to Ethereum's Solidity.

Predictable, Low Transaction Fees: Sui's gas mechanism maintains predictable, low fees even during network congestion. The reference gas price is set collectively by validators at the beginning of each epoch, preventing fee spikes. Storage rebates enable users to recover fees by deleting data, creating economic incentives for efficient on-chain storage management.

Web2-Like User Experience: zkLogin and sponsored transactions abstract blockchain complexity, enabling mainstream adoption. Users can authenticate with familiar OAuth providers without managing seed phrases or private keys. Application developers can sponsor transactions, delivering gasless experiences comparable to Web2 applications.

Comparative Performance Analysis

Versus Ethereum: Sui offers 150x lower transaction costs, significantly higher throughput (theoretical maximum of 120,000-297,000 TPS versus Ethereum's 15 TPS), and sub-second finality compared to Ethereum's 12-13 minute finality. However, Ethereum maintains a larger developer community and more established ecosystem.

Versus Solana: Sui achieves comparable throughput to Solana (both capable of 100,000+ TPS) but with more predictable fee structures and better horizontal scalability. Solana's throughput is constrained by single-leader architecture, while Sui's parallel execution model scales more linearly with hardware.

Versus Aptos: Both Sui and Aptos use the Move programming language and employ parallel execution models. However, Sui's object-centric architecture provides more granular parallelism than Aptos's account-based model. Sui's consensus (Mysticeti) achieves faster finality than Aptos's consensus protocol.

Ecosystem Maturity and Adoption Metrics

By late 2025, Sui demonstrated:

  • Over 200 active decentralized applications
  • 1,300-1,400 monthly active developers (219% growth since early 2024)
  • 500,000+ daily active users
  • 5.6 million daily transactions
  • 27+ million total active addresses
  • $2.6 billion TVL
  • $156 billion cumulative DEX volume
  • 7.5 billion total transactions (2024)
  • 58.4 million peak daily transactions (2024)
  • 2.45 million peak daily active wallets (2024)

Current Development Activity and 2026 Roadmap

2025 Achievements

Mysticeti v2 Launch (November 2025): Integrated transaction validation directly into consensus, achieving sub-second finality across all transaction types. Extended the commit rule to apply to individual transactions concurrently, enabling faster settlement without requiring block-level commits.

Walrus Mainnet Launch: Decentralized storage layer completed the Sui Stack, providing persistent data storage for applications requiring AI models, video content, or off-chain proofs.

Seal and Nautilus Launches: Access control and verifiable off-chain compute infrastructure deployed, enabling privacy-preserving applications and confidential computation.

gRPC API Beta Launch (July 2025): High-performance data access layer for developers, enabling real-time tracking and Stream Templates for Sui-specific API enhancements.

Ika Network Launch (July 2025): Multi-party computation protocol enabling cross-chain asset interaction without traditional bridges.

Quantum-Safe Cryptography Research: Published landmark paper on backward-compatible quantum-resistant upgrade path for EdDSA-based blockchains, addressing long-term security concerns.

Institutional Infrastructure: Fireblocks integration (July 2025) provided institutional-grade custody and DeFi access; WalletConnect support enabled institutions to securely access Sui-based apps.

2026 Roadmap: "S2" Unified Stack

Sui's 2026 strategy converges on S2, a unified end-to-end developer platform combining protocol, infrastructure, and application layers:

  1. Protocol-Level Privacy: Native private transactions using zero-knowledge proofs, enabling default privacy while maintaining regulatory compliance. Privacy will be enabled by default without manual opt-ins, addressing both regulatory requirements and quantum computing risks. Tested at 866 TPS without compromising speed.

  2. USDsui Native Stablecoin: Integration of a native stablecoin to reduce reliance on external stablecoin providers and improve capital efficiency.

  3. Gas-Free Stablecoin Transfers: Sponsored transactions for stablecoin transfers, removing friction for mainstream users and enterprise workflows.

  4. DeepBook Margin Trading: Enhanced margin trading capabilities on Sui's native liquidity layer for institutional-grade trading.

  5. Agentic Web Support: Machine-to-machine transaction infrastructure enabling AI agents to transact autonomously on-chain.

  6. Consumer-Facing Entry Points: Continued development of user-friendly onboarding mechanisms (zkLogin, passkeys) to drive mainstream adoption.

  7. Move VM 2.0 Upgrade: Reducing gas fees by 40% through optimized virtual machine implementation.

  8. Full Sui Stack Positioning: Positioning as a complete developer platform integrating payments, DeFi, consumer UX, and AI-native primitives into a single integrated stack.

Strategic Direction

Rather than pursuing modular composition, Sui is optimizing for product completeness by bundling payments, DeFi, consumer UX, and AI-native primitives into a single integrated stack. This vertical integration reduces developer friction and accelerates time-to-market for applications.

Network Performance Metrics

Transaction Throughput

  • Theoretical maximum: 120,000-297,000 TPS depending on workload
  • Testnet peak: 297,000 TPS (with 50 nodes)
  • Mainnet sustained: 200,000 TPS (Mysticeti v2)
  • Real-world throughput (March 2026): ~29 TPS (reflecting current adoption levels rather than architectural limits)
  • Mainnet benchmark (December 2025): 103,435 CPS (certified transactions per second)

Finality

  • Simple transfers: <100 milliseconds (near-instant)
  • Complex transactions: ~480 milliseconds
  • Average: Well under 1 second for most use cases

Market Position and Performance Metrics

Current Market Data (March 1, 2026):

  • Price: $0.90 USD
  • Market Capitalization: $3.48 billion USD
  • 24-Hour Trading Volume: $503.26 million USD
  • Market Cap Rank: #29
  • Risk Score: 45.95 (moderate risk profile)
  • Liquidity Score: 57.68

Price Performance:

  • 1-Hour Change: -0.8%
  • 24-Hour Change: -0.78%
  • 7-Day Change: -4.05%
  • All-Time High: $5.17 (January 6, 2025)
  • All-Time Low: $0.00 (July 12, 2022, at mainnet launch)
  • Current Price vs. ATH: 82.6% decline from peak

The price chart demonstrates significant volatility since mainnet launch, with the token reaching its peak valuation in early 2025 before experiencing a substantial correction. The current price of $0.90 represents a recovery from lower levels but remains substantially below the all-time high.

Risk Considerations

The moderate risk score of 45.95 reflects several factors:

  • Regulatory Uncertainty: Regulatory uncertainty surrounding blockchain platforms and cryptocurrency assets remains a significant risk factor
  • Competition: Competition from established and emerging Layer 1 blockchains including Ethereum, Solana, and Aptos
  • Execution Risk: Execution risk in achieving stated performance targets and roadmap milestones
  • Market Volatility: Market volatility affecting token valuation and investor sentiment
  • Ecosystem Dependence: Dependence on ecosystem developer adoption and application success
  • Token Unlock Schedule: Significant token unlocks scheduled through 2030 could create supply pressure