← RushX Crypto Library
Sui Reference Guide

What Is Sui?The Complete SUI Guide

A comprehensive reference to Sui's object-centric architecture, Move, parallel execution, Mysticeti, delegated proof of stake, SUI tokenomics, zkLogin, DeepBook, the Sui Stack, security, and trading risk.

Sui approaches blockchain architecture from the perspective of assets and objects. By making ownership and transaction dependencies explicit, the network can process independent activity in parallel while using Byzantine consensus where shared ordering is required.

That architecture is paired with Sui Move, delegated proof of stake, a fixed 10 billion SUI maximum supply, consumer-focused onboarding primitives, and a growing stack spanning liquidity, storage, access control, and offchain computation.

Mainnet
May 3, 2023
Native asset
SUI
Maximum supply
10 billion SUI
Smart contracts
Sui Move
01 · Foundation

What Is Sui?

Sui is a public Layer 1 smart-contract platform designed around an object-centric data model, the Move programming language, delegated proof of stake, and high-throughput execution. Instead of forcing every independent action through one universal ordering path, Sui is designed to exploit independence between objects and transactions so compatible activity can be processed efficiently in parallel.

02 · Origins

Mysten Labs and Sui's Origins

Sui was created by Mysten Labs, a company founded by former engineers and researchers from Meta's Novi/Diem blockchain efforts. The founding team includes Evan Cheng, Sam Blackshear, Adeniyi Abiodun, Kostas Chalkias, and George Danezis. Their experience with Move, distributed systems, cryptography, and digital-asset infrastructure strongly shaped Sui's architecture.

03 · History

From Testnet to Mainnet

Sui progressed through incentivized and permanent testnets before Mainnet launched publicly on May 3, 2023. At launch the network was supported by more than one hundred validators and hundreds of nodes, opening the object-centric Move platform to public applications and assets.

04 · Native Asset

What Is the SUI Token?

SUI is the native asset of the network. It is used to pay gas fees, delegate stake to validators, provide liquidity throughout the ecosystem, and participate in network governance. SUI is a blockchain asset rather than equity in Mysten Labs or the Sui Foundation.

05 · Architecture

Sui's Object-Centric Data Model

Sui models many onchain assets and pieces of state as objects with unique identifiers, ownership information, versions, and data. This differs from account-centric designs where application state is commonly organized around balances and contract storage. Objects make ownership and dependencies explicit and are central to Sui's ability to reason about independent transactions.

06 · Objects

Owned, Shared and Immutable Objects

Sui objects can have different ownership models. Address-owned objects belong to an address; shared objects can be accessed by multiple users and generally require consensus ordering; immutable objects cannot be changed after creation. The ownership type affects how transactions are validated and executed.

07 · Programming

The Move Programming Language

Sui smart contracts are written in Move, a language originally developed for the Diem project and designed around resource safety. Sui Move adapts Move to the network's object model. Assets can be represented as first-class resources whose ownership and transfer rules are enforced by the type system and program logic.

08 · Smart Contracts

Move Packages and Modules

Application code is published as Move packages containing modules. Modules define types, functions, capabilities, and rules for interacting with objects. Packages can be upgraded under defined policies, while developers must carefully design upgrade authority and compatibility because smart-contract changes can affect user trust and application security.

09 · Execution

Transactions on Sui

A Sui transaction describes the objects and operations involved. Because dependencies are explicit, the network can identify transactions that do not contend for the same state. This architecture is intended to reduce unnecessary coordination for independent activity while still providing consensus for shared-state interactions.

10 · Composability

Programmable Transaction Blocks

Programmable Transaction Blocks let users compose multiple commands and Move calls into one transaction. Outputs from one command can become inputs to later commands, enabling complex workflows such as splitting coins, swapping assets, transferring results, or interacting with several applications atomically.

11 · Performance

Parallel Execution

Sui's object model allows independent transactions to execute concurrently. If two transactions affect unrelated owned objects, they do not necessarily need to be globally ordered against one another. Shared-object transactions require stronger coordination. This distinction is a key reason Sui can scale execution horizontally.

12 · Consensus

Consensus on Sui

Sui uses delegated proof of stake and Byzantine fault-tolerant consensus for transactions that require shared ordering. Validators have voting power based on stake. The protocol has evolved substantially since launch, including the introduction of Mysticeti and later Mysticeti v2.

13 · Consensus

Mysticeti and Mysticeti v2

Mysticeti is Sui's DAG-based consensus protocol. It launched on Mainnet in July 2024. Mysticeti v2, introduced later, integrates transaction validation more directly into consensus to reduce redundant work and latency. Sui reported in late 2025 that Mysticeti v2 enabled well-under-one-second finality for most use cases.

14 · Security

Validators and Delegated Proof of Stake

A fixed validator committee operates the network during each epoch. SUI holders can delegate stake to validators, giving those validators stake-weighted voting power. Validators process transactions, participate in consensus, and earn rewards, while delegators share in rewards after validator commission and protocol rules are applied.

15 · Network Operation

Epochs and Validator Committees

Sui operates in epochs. Validator membership, stake, reference gas pricing, and reward accounting are coordinated around epoch boundaries. Delegated SUI is committed for the epoch, and users can change delegation as the network transitions between epochs according to protocol rules.

16 · Staking

SUI Staking

SUI holders can delegate tokens to validators to help secure the network and receive variable staking rewards. Rewards are funded from gas fees and stake subsidies. Staking should not be treated as fixed interest: validator performance, commission, protocol economics, token price, and network parameters all affect outcomes.

17 · DeFi

Liquid Staking

Liquid-staking protocols issue transferable tokens representing staked SUI. These tokens can be used in DeFi while the underlying SUI remains delegated. Liquid staking improves capital flexibility but introduces additional smart-contract, liquidity, depeg, governance, and validator-selection risk.

18 · Economics

Gas Fees and Reference Gas Price

Sui charges gas for network operations. Its gas-pricing design uses validator price submissions to establish a reference gas price for an epoch, seeking predictable fees while encouraging validators to operate efficiently. Actual transaction cost also depends on computation and storage effects.

19 · Economics

The Sui Storage Fund

Sui's storage fund is designed to account for the long-term cost of onchain data. Storage fees associated with objects can move SUI into the storage fund, helping shift compensation across time so future validators are not expected to store historical data without economic support.

20 · Storage

Storage Fees, Rebates and Deflationary Pressure

Sui's storage model can return part of a storage deposit when eligible mutable data is deleted, while other portions may remain in the storage system or be non-refundable. Sui increasingly describes these mechanics, together with its fixed maximum supply, as creating deflationary pressure on liquid supply as network storage grows.

21 · Tokenomics

SUI Supply and the 10 Billion Cap

The maximum SUI supply is capped at 10 billion tokens. Only a portion entered circulation around Mainnet launch, with additional tokens scheduled to become available over time. Supply unlocks are important for traders because circulating supply can increase even though the absolute maximum remains fixed.

22 · Tokenomics

Community Reserve and Token Distribution

A large portion of SUI was allocated to the Community Reserve managed by the Sui Foundation, with other allocations supporting early contributors, investors, ecosystem programs, stake subsidies, and community access. Unlock schedules and Foundation deployment can materially affect circulating supply and should be monitored rather than inferred from the 10 billion cap alone.

23 · Governance

Governance on Sui

SUI is designed to support governance participation. In practice, network evolution also involves validator coordination, Sui Improvement Proposals, open-source engineering, Mysten Labs, the Sui Foundation, ecosystem teams, and community discussion. Token governance should therefore be understood within the wider social and technical governance process.

24 · User Experience

zkLogin

zkLogin lets applications onboard users through familiar Web2 identity providers while deriving blockchain credentials with zero-knowledge cryptography. Its goal is to reduce the seed-phrase and wallet friction that often prevents mainstream users from trying blockchain applications.

26 · User Experience

Passkeys and Modern Authentication

Sui's ecosystem supports modern authentication approaches that can reduce dependence on traditional seed-phrase workflows. Passkeys and related wallet infrastructure can improve usability, but recovery design, device security, application permissions, and custody assumptions remain important.

27 · Digital Assets

Kiosk and Digital Asset Commerce

Sui's Kiosk primitive provides infrastructure for digital-asset ownership and commerce. Developers can build rules around transfers, sales, royalties, and marketplace behavior while retaining the composability of Sui objects.

28 · Digital Assets

NFTs, Dynamic Assets and Gaming

Sui's object model is well suited to digital assets whose attributes and relationships change over time. Games can represent characters, equipment, land, achievements, or inventory as programmable objects rather than static metadata references. This flexibility is one reason gaming and consumer applications became major Sui use cases.

29 · Finance

DeFi on Sui

Sui supports decentralized exchanges, lending, borrowing, liquid staking, stablecoins, derivatives, aggregators, and other financial applications. The network's execution model can support high-frequency onchain interactions, but users still face smart-contract, oracle, liquidity, collateral, bridge, and market risks.

30 · Liquidity

DeepBook

DeepBook is Sui's native onchain liquidity infrastructure built around a central limit order book. It was introduced in 2023 and has evolved into broader financial infrastructure. By 2026 the DeepBook roadmap included spot trading, margin functionality, and prediction-market primitives.

31 · Payments

Stablecoins and Payments

Stablecoins are important for payments, settlement, trading collateral, and DeFi on Sui. The network's low-latency execution, sponsored transactions, and authentication tools can support consumer payment experiences, while stablecoin issuer, reserve, redemption, and regulatory risks remain external to Sui itself.

32 · Interoperability

Bridges and Cross-Chain Assets

Bridges connect Sui with assets and liquidity from other ecosystems. Cross-chain systems expand utility but introduce additional security assumptions. Users should distinguish native assets from bridged representations and understand the contracts, validators, custodians, or messaging systems supporting a bridge.

33 · Sui Stack

Walrus

Walrus is decentralized storage infrastructure associated with the broader Sui Stack. It is designed for storing and serving large data blobs rather than placing all application data directly into Sui's execution state. Walrus reached Mainnet as part of the Sui Stack's expansion in 2025.

34 · Sui Stack

Seal

Seal adds decentralized access-control and encryption capabilities to the Sui Stack. It allows applications to build policies around who can decrypt or access protected data, extending the ecosystem beyond transparent public blockchain state.

35 · Sui Stack

Nautilus

Nautilus provides infrastructure for offchain data and computation that can be connected to Sui applications. Together with Sui execution, Walrus storage, and Seal access control, it forms part of an increasingly integrated application stack.

36 · Security

Security and Risk

Sui users face protocol risk, validator and consensus risk, Move smart-contract bugs, wallet compromise, phishing, bridge risk, oracle failures, stablecoin risk, token concentration, custody risk, and market volatility. High performance does not eliminate these independent risk layers.

37 · Reliability

The 2024 Network Outage

Sui experienced a significant Mainnet disruption in November 2024 related to a consensus bug. Validators deployed a fix and the network resumed. The event is important because it demonstrates that even modern high-performance chains can encounter software failures and that recovery processes are part of operational resilience.

38 · Comparison

Sui vs Ethereum

Ethereum uses an account-based EVM architecture and increasingly scales through rollups and Layer 2 networks. Sui uses Move, object-centric state, and parallel execution on its Layer 1. Both support programmable assets and DeFi, but their execution models, developer environments, scaling strategies, and user-experience primitives differ.

39 · Comparison

Sui vs Solana

Both Sui and Solana target high-performance applications and parallel execution, but they reach that goal differently. Solana uses an account-aware runtime and scheduled leader architecture, while Sui centers its design around Move objects, ownership types, and transaction dependencies. Both use proof of stake and emphasize low-latency user experiences.

40 · Comparison

Sui vs Bitcoin

Bitcoin prioritizes censorship-resistant monetary settlement with proof of work and a deliberately constrained scripting environment. Sui is a proof-of-stake smart-contract platform designed for programmable objects and applications. BTC and SUI therefore represent very different network purposes and monetary models.

41 · Markets

Trading SUI

SUI trades on spot and derivatives markets and can experience large percentage moves. Traders should distinguish network fundamentals from token supply unlocks, market liquidity, leverage, funding rates, open interest, ecosystem narratives, and broader crypto risk appetite.

42 · Derivatives

SUI Perpetual Futures

Perpetual futures allow long or short SUI exposure without directly holding the spot token. They introduce leverage, margin, funding payments, liquidation risk, basis differences, and venue risk. A correct long-term view of Sui can still produce a losing leveraged trade if timing or risk management is poor.

43 · RushX

SUI and RushX

RushX can combine SUI chart structure with Guard, Trade Coach, OrderBook+, Market Intelligence, stop loss, take profit, and controlled leverage. The goal is a structured decision process rather than a promise of prediction. WAIT or NO TRADE can be appropriate when market evidence conflicts.

44 · Outlook

What Could Shape Sui's Future?

Sui's future will depend on developer adoption, Move tooling, validator decentralization, consensus performance, DeFi liquidity, stablecoins, consumer applications, gaming, DeepBook, zkLogin, the Sui Stack, regulatory conditions, token unlocks, and the network's ability to remain reliable under sustained real-world demand.

45 · Misconceptions

Common Sui Myths

Sui is not a Solana fork; Move is not the EVM; the 10 billion cap does not mean all SUI is circulating; high throughput does not make transactions risk-free; staking is not guaranteed yield; zkLogin does not mean Google or another identity provider directly controls a user's onchain assets; and parallel execution does not mean every transaction can bypass consensus.

46 · Timeline

Sui Timeline

2019–2021

Members of the future Mysten Labs team work on Meta's Novi/Diem blockchain and Move ecosystem.

2021

Mysten Labs is founded by former Novi/Diem engineers and researchers.

2022

Sui's public testnet phases expand validator, developer, and ecosystem testing.

January 2023

Testnet Wave 2 stress-tests Sui's tokenomics and validator model.

March 2023

Permanent Testnet launches with features including sponsored transactions and Programmable Transaction Blocks.

May 3, 2023

Sui Mainnet launches publicly.

July 2023

DeepBook launches as native liquidity infrastructure.

2023

Liquid staking becomes available following community-driven development.

July 2024

Mysticeti consensus goes live on Mainnet.

November 2024

A consensus-related bug causes a Mainnet outage; validators deploy a fix and service resumes.

2025

Walrus, Seal, and Nautilus reach Mainnet as the broader Sui Stack comes together.

2025

Mysticeti v2 further reduces consensus overhead and latency.

2026

DeepBook expands toward spot, margin, and prediction-market infrastructure while the wider Sui Stack continues evolving.

47 · Glossary

Sui Glossary

SUI

The native token used for gas, staking, liquidity, and governance.

Object

A fundamental unit of state in Sui with an ID, owner, version, and data.

Owned Object

An object controlled by an address or another object.

Shared Object

An object that can be accessed by multiple parties and generally requires consensus ordering.

Immutable Object

An object that cannot be modified after creation.

Move

The resource-oriented programming language used for Sui smart contracts.

Package

Published Move code containing modules.

Module

A namespace containing Move types and functions.

PTB

Programmable Transaction Block, composing multiple commands into one transaction.

Validator

A network operator participating in transaction processing and consensus.

Epoch

A period during which a validator committee and protocol parameters operate.

Delegation

Assigning SUI stake to a validator.

Gas

Fees charged for computation and storage-related network operations.

Reference Gas Price

An epoch-level gas-price reference derived from validator submissions.

Storage Fund

An economic mechanism addressing long-term onchain storage costs.

Storage Rebate

A potential refund associated with deleting eligible stored data.

Mysticeti

Sui's DAG-based Byzantine fault-tolerant consensus protocol.

zkLogin

A zero-knowledge-based onboarding system using familiar Web2 identity credentials.

Sponsored Transaction

A transaction whose gas fee is paid by another account or application.

Kiosk

A Sui primitive for digital-asset commerce and transfer policies.

DeepBook

Onchain liquidity and central-limit-order-book infrastructure on Sui.

Walrus

Decentralized blob-storage infrastructure in the Sui Stack.

Seal

Decentralized access-control and encryption infrastructure.

Nautilus

Offchain data and computation infrastructure connected to Sui.

SIP

Sui Improvement Proposal.

48 · FAQ

Frequently Asked Questions

What is Sui?

Sui is a public Layer 1 smart-contract platform using Move, an object-centric data model, delegated proof of stake, and parallel execution.

What is SUI?

SUI is the network's native token used for gas, staking, liquidity, and governance.

Who created Sui?

Sui was created by Mysten Labs, founded by former Meta Novi/Diem engineers and researchers.

When did Sui Mainnet launch?

Sui Mainnet launched publicly on May 3, 2023.

What programming language does Sui use?

Sui smart contracts use Sui Move, based on the Move language originally developed for Diem.

What is an object on Sui?

An object is a fundamental unit of onchain state with identity, ownership, version, and data.

Why can Sui process transactions in parallel?

Its object model exposes transaction dependencies, allowing independent activity to be executed concurrently.

Does every Sui transaction use consensus?

Transactions involving shared state require consensus ordering; the architecture can treat independent owned-object activity more efficiently.

What is Mysticeti?

Mysticeti is Sui's DAG-based consensus protocol, first launched on Mainnet in July 2024.

What is Mysticeti v2?

Mysticeti v2 integrates transaction validation more directly into consensus to reduce redundant work and latency.

Does Sui use Proof of Stake?

Yes. Sui uses delegated proof of stake with stake-weighted validators.

Can SUI be staked?

Yes. Holders can delegate SUI to validators for variable staking rewards.

What is the maximum SUI supply?

The maximum supply is capped at 10 billion SUI.

Are all 10 billion SUI circulating?

No. Tokens are released into circulation over time according to the network's supply schedule and ecosystem allocations.

What is the Sui Storage Fund?

It is an economic mechanism designed to account for the long-term cost of storing onchain data.

What is zkLogin?

zkLogin enables blockchain onboarding using familiar Web2 login credentials combined with zero-knowledge cryptography.

What are sponsored transactions?

They allow an application or another account to pay the user's gas fee.

What is DeepBook?

DeepBook is native onchain liquidity infrastructure on Sui centered on central-limit-order-book markets.

What is Walrus?

Walrus is decentralized blob-storage infrastructure associated with the Sui Stack.

What is Seal?

Seal provides decentralized access-control and encryption capabilities.

What is Nautilus?

Nautilus connects offchain data and computation with Sui applications.

Did Sui ever have an outage?

Yes. Sui experienced a significant Mainnet disruption in November 2024 related to a consensus bug.

Is Sui the same as Solana?

No. Both target high performance, but their execution models, programming environments, and architecture differ.

Can I trade SUI perpetual futures?

Derivative venues can provide long or short SUI exposure through perpetual futures.

Does RushX guarantee profitable SUI trades?

No. RushX provides analysis and execution tools; leveraged SUI trading remains risky.

49 · Sources

Primary Sources & Further Reading

Sui evolves quickly. Protocol behavior, token circulation, consensus, developer APIs, and ecosystem primitives should be checked against current official documentation.

SUI on RushX

Combine Sui knowledge with a structured trading process

Analyze SUI with multi-timeframe charting, Guard, Trade Coach, OrderBook+, Market Intelligence, stop loss, take profit, and controlled leverage. Network quality does not guarantee token-price appreciation or profitable trades.

Continue learning

Continue through the Crypto Library