Digital Assets

Investing in Sui (SUI) – Everything You Need to Know

Sui is an object-centric Layer 1. Learn how Mysticeti v2, Move, staking, the storage fund, SUI supply, recent outages, and investment risks work.

mm
Add Securities.io to your preferred sources on Google
Disclosure:

Securities.io may receive compensation when you use links to products we review. This does not influence our editorial evaluations. We are not a registered investment adviser; this is not investment advice. Read our affiliate disclosure.

Sui (SUI ) is a delegated Proof-of-Stake Layer 1 designed around programmable objects and parallel transaction execution. Its native asset, SUI, pays gas, secures the validator set through staking, funds persistent storage, provides on-chain liquidity, and participates in governance.

The network has evolved quickly since Mainnet launched in May 2023. Mysticeti v2 now powers consensus, the ecosystem includes an on-chain order book and external storage stack, and Sui added address balances and gasless stablecoin transfers in 2026. That rapid pace has also produced material operational and governance risks, including four publicly documented Mainnet disruptions in the first half of 2026.

Sui at a Glance

Native asset SUI
Mainnet launch May 3, 2023
Consensus Mysticeti v2 with delegated Proof of Stake
Execution model Object-centric Move smart contracts with parallel execution
Maximum supply 10 billion SUI
Core organizations Sui Foundation and original contributor Mysten Labs
Primary use cases DeFi, payments, gaming, digital assets, and consumer applications

What Is Sui?

Sui is a public blockchain created by former members of Meta’s Novi/Diem engineering effort. Mysten Labs developed the original software, while the independent Sui Foundation supports decentralization, grants, education, and ecosystem growth.

Most account-based networks store balances and application data in one shared state. Sui represents many assets and pieces of state as discrete objects with unique identifiers, ownership rules, versions, and fields. A coin, game item, ticket, domain, or application component can be a programmable object rather than merely an entry in a contract’s mapping.

The design lets Sui identify which transactions are independent. If two transactions touch different owned objects, validators can process them in parallel instead of forcing an arbitrary order. Transactions that mutate the same shared object still require consensus ordering.

Owned, Shared, and Immutable Objects

An owned object belongs to one address or another object and generally requires the owner’s authorization to change. Simple transfers and other non-conflicting operations can use a lower-latency path because the network does not need to order them against unrelated activity.

Shared objects can be accessed by multiple users, making them useful for markets, games, lending pools, and other common state. Competing transactions may try to mutate the same shared object, so consensus establishes a safe order.

Immutable objects cannot be changed after creation. They can serve as permanent public data or configuration, but their storage deposit cannot be reclaimed by deletion. Move also supports wrapped and child objects, allowing applications to express direct ownership relationships on-chain.

This structure can improve parallelism and make asset behavior explicit. It also requires developers to reason carefully about object ownership, concurrency, versioning, and access patterns rather than porting Ethereum (ETH ) contracts unchanged.

Move and Programmable Transaction Blocks

Sui applications use Sui Move, a version of the Move language originally developed for Diem. Move treats assets as resources that cannot be copied or discarded unless their declared abilities allow it. Modules define object types and the functions permitted to create, transfer, or mutate them.

Programmable Transaction Blocks let a user compose many commands in one atomic transaction. The output of one command can become the input of another without deploying a custom router contract. A wallet can split coins, swap, deposit collateral, mint an asset, and transfer the result as one all-or-nothing action.

These features reduce some common programming errors but do not eliminate smart-contract risk. Economic logic, oracle inputs, admin capabilities, package upgrades, shared-object contention, and third-party dependencies can still fail.

Mysticeti v2 Consensus

Sui uses an epoch-based validator committee weighted by delegated SUI. Validators continually propose blocks that form a directed acyclic graph rather than waiting for one leader to propose every block. More than two-thirds of stake is required for the protocol’s normal finalization rules.

Mysticeti v1 replaced Narwhal and Bullshark on Mainnet in July 2024. It removed explicit DAG block certification and reduced the number of network message delays. Mysticeti v2, made default from node v1.60, integrated transaction validation into consensus and replaced the older Quorum Driver with a more efficient Transaction Driver.

The Transaction Driver sends a transaction to a selected validator and retries intelligently instead of broadcasting and collecting separate signatures from the entire committee twice. Accept votes can be inferred from DAG ancestry, while explicit votes are needed for rejection. Sui reports that ordinary transactions commonly finalize in well under a second, but latency varies by validator, geography, object contention, workload, and client infrastructure.

The distinction between a benchmark and production capacity matters. Laboratory command-per-second figures are not equivalent to sustained financial transactions on Mainnet.

SUI Staking and Validator Economics

Each epoch has a fixed validator committee. Holders can delegate SUI to a validator and receive a share of staking rewards after the validator’s commission. Stake influences voting power and whether an operator remains in the active set.

Rewards combine transaction fees and staking subsidies released from allocated supply. Poor validator performance can reduce rewards through the tallying rule, but delegators should not assume principal is risk-free: token price, validator commission, liquid-staking contracts, custody, and unlocks can outweigh the nominal yield.

Delegated SUI is locked during the epoch and can be withdrawn or moved when epoch rules permit. This differs from liquid-staking tokens, which add separate smart-contract, pricing, and redemption risks. Learn how delegated systems compare with other Proof-of-Stake models before comparing advertised yields.

Gas, Address Balances, and the Storage Fund

Sui transactions pay computation and storage charges. Validators agree on a reference gas price for each epoch, while users can bid above it for priority. A sponsor can pay gas on another user’s behalf, allowing applications to hide some wallet friction.

The storage fund addresses the cost of retaining old state. New data pays a storage deposit into the fund. Deleting eligible data returns a rebate, less a non-refundable portion; immutable data cannot be deleted for a refund. The fund’s stake helps shift rewards toward future validators who must continue storing historical state.

Release 1.72 introduced address balances in May 2026. Users can hold and spend a balance without managing many separate coin objects, while existing object-based coins remain supported. The same release enabled gasless peer-to-peer transfers for supported stablecoins, so a recipient does not always need a separate SUI balance for a basic transfer.

Gasless transfers improve payment usability but complicate value capture. SUI remains necessary at the protocol level, yet an application or sponsored flow may abstract it away from the end user.

SUI Supply and Unlocks

SUI has a maximum supply of 10 billion tokens. Only about 5% was circulating near Mainnet launch, with the rest assigned to the community reserve, early contributors, Mysten Labs, investors, stake subsidies, and community-access programs.

More than half of the total supply was allocated to the Community Reserve initially managed by the Sui Foundation. It supports grants, delegations, research, and ecosystem programs. The Foundation can stake reserve tokens and redirect earned rewards, while published circulation APIs and schedules track intended releases.

A capped supply does not prevent dilution of existing liquid holders. Unlocks move previously unavailable tokens into circulation, and staking subsidies distribute allocated supply. Investors should monitor the live circulation API, vesting events, Foundation delegations, treasury transfers, and how much voting power is concentrated in related entities.

Storage deposits and non-refundable fees can remove some SUI from liquid circulation or permanently consume it. That effect should be measured against unlocks and subsidies rather than marketed as automatic net deflation.

Sui’s Application and Liquidity Stack

DeepBook v3 is an on-chain central limit order book used as shared liquidity infrastructure by Sui applications. It launched in October 2024 with its own DEEP token. DeepBook may drive Sui activity, but DEEP and SUI have different supply, utility, and governance rights.

The broader Sui Stack includes Walrus decentralized storage, Seal access control, and Nautilus off-chain data and computation components. These systems launched during 2025 and integrate with Sui, but they should not all be treated as features of the SUI token or the base-layer consensus protocol.

Sui also supports native and third-party bridges, stablecoins, decentralized exchanges, lending markets, games, and consumer applications (dApps). Cross-chain assets inherit bridge or issuer risk in addition to Sui’s network risk.

Security Incidents and Governance Intervention

The Cetus decentralized exchange was exploited in May 2025. Sui validators froze attacker-controlled funds, and a stake-weighted community process approved a narrowly scoped protocol upgrade that moved the frozen assets without the attacker’s signature into a recovery multisig.

The intervention helped recover funds but established an important governance precedent. Validators demonstrated that they could coordinate censorship and a state-changing upgrade after an application exploit. Investors may view that as pragmatic incident response or as evidence that transaction neutrality depends on a relatively concentrated validator set.

Sui’s base layer also suffered a prolonged consensus stall on January 14, 2026. On May 28–29, 2026, Mainnet experienced three further halts following the 1.72 upgrade: two involved gas-charging crash bugs and one involved randomness state that was not persisted correctly across validator restarts. Published postmortems state that committed transactions were not rolled back and user funds were not lost, but the incidents materially weaken any claim of uninterrupted availability.

The fixes addressed the identified bugs. They do not remove the broader risk created by frequent releases, complex consensus software, and coordinated validator upgrades.

Why Investors Consider SUI

  • Object-centric architecture: Explicit ownership and parallel execution can support responsive asset-heavy applications.
  • Move resource safety: The language is designed to make unauthorized duplication or accidental destruction of assets harder.
  • Low-latency consensus: Mysticeti v2 reduces network and signature overhead for both owned and shared-object transactions.
  • Integrated user experience: Programmable transactions, sponsored gas, zkLogin, and address balances can reduce wallet complexity.
  • Growing financial stack: DeepBook, stablecoins, bridges, and DeFi protocols give applications shared liquidity infrastructure.
  • Fixed maximum supply: The protocol caps total SUI at 10 billion tokens.

Technical capability does not guarantee token appreciation. Adoption must create durable demand that exceeds unlocks, staking subsidies, and competition from stablecoins or application-specific assets.

Risks of Investing in SUI

  • Operational reliability: Four documented Mainnet disruptions in early 2026 show that consensus and release bugs can halt transaction finality.
  • Supply overhang: A large share of the 10 billion cap began outside circulation and can unlock or be distributed over time.
  • Stake concentration: Foundation delegations, large custodians, and early allocations can influence validator economics and governance.
  • Governance intervention: The Cetus recovery showed that validators can coordinate freezes and exceptional state changes.
  • Application risk: Move contracts, upgrade keys, oracles, bridges, and liquidity protocols can fail even when the base chain operates normally.
  • Complex architecture: Objects, consensus paths, randomness, address balances, and frequent upgrades create a broad implementation surface.
  • Value-capture risk: Sponsored and gasless flows improve usability but can reduce direct user demand for SUI, while low fees require high sustained activity.
  • Competition: Solana (SOL ), Aptos (APT ), Ethereum rollups, and other high-performance networks compete for developers, stablecoins, games, and liquidity.

What to Monitor Before Investing

Track active addresses, retained applications, fees, stablecoin supply, DeepBook volume, bridge flows, and DeFi liquidity. Separate genuine users from sponsored or automated activity, and distinguish Mainnet performance from benchmark figures.

For token economics, monitor monthly circulating-supply updates, Foundation and investor unlocks, validator stake concentration, staking subsidies, and the storage fund. For security, watch validator-client releases, postmortems, audit results, uptime, and time-to-recovery after incidents.

Future features should be counted only when live. Roadmaps around institutional settlement, Bitcoin (BTC ) -connected finance, or new Sui Stack components may be valuable, but testnet schedules and partner announcements are not Mainnet adoption.

Sui (SUI) Price

SUI Price Chart

How to Buy Sui (SUI)

Currently, Sui (SUI) is available for purchase on the following exchanges.

Uphold – This is one of the top exchanges for United States residents that offers a wide range of cryptocurrencies. Germany & Netherlands are prohibited.

Uphold Disclaimer: Terms Apply. Cryptoassets are highly volatile. Your capital is at risk. Don’t invest unless you’re prepared to lose all the money you invest. This is a high-risk investment, and you should not expect to be protected if something goes wrong.

Coinbase – A publicly traded exchange listed on the NASDAQ. Coinbase accepts residents from 100+ countries, including Australia, Canada, France, Germany, Netherlands, Singapore, the United Kingdom, and the United States (excluding Hawaii).

Kraken – Founded in 2011, Kraken is one of the most trusted names in the industry.  The exchange offers trading access to over 190 countries, including Australia, Canada, and Europe.  While Kraken accepts residents of the United States (Excluding Maine, New York & Washington State), access to Sui (SUI) is restricted.

Final Thoughts

Sui combines a distinctive object model, Move smart contracts, parallel execution, and low-latency Mysticeti v2 consensus. It has also built a credible application stack around liquidity, stablecoins, storage, and consumer onboarding.

The 2026 disruptions and the Cetus intervention make the risks unusually concrete. A balanced SUI thesis must account for software reliability, validator concentration, exceptional governance powers, and a long unlock schedule alongside the network’s performance. Investors should follow production metrics and token flows rather than extrapolating from speed claims alone.

David Hamilton is a full-time journalist and a long-time bitcoinist. He specializes in writing articles on the blockchain. His articles have been published in multiple bitcoin publications including Bitcoinlightning.com