Article · Wikipedia archive · Last revised Jul 5, 2026

Draft:Sui (blockchain platform)

Last revised
Jul 5, 2026
Read time
≈ 6 min
Length
1,311 w
Citations
24
Source
  • Comment: Most of these sources are not the independent secondary sources with in-depth coverage that we are looking for. Stuartyeates (talk) 04:03, 13 June 2026 (UTC)


Sui
Denominations
CodeSUI
Development
Original authors
  • Evan Cheng
  • Sam Blackshear
  • Adeniyi Abiodun
  • George Danezis
  • Kostas Chalkias
White paperdocs.sui.io/paper/sui.pdf
Initial releaseMay 3, 2023 (2023-05-03)
Code repositorygithub.com/MystenLabs/sui
Development statusActive
Written inRust, Move
DeveloperMysten Labs
Source modelOpen source
LicenseApache License 2.01
Ledger
Supply limit10,000,000,000
Website
Websitesui.io

Sui is a Layer 1 blockchain developed by Mysten Labs, a company founded in September 2021 by former engineers from Meta Platforms' Diem project.23 The network launched on mainnet on May 3, 2023, and is built around an object-centric data model and a variant of the Move programming language.3 Mysten Labs has described the architecture as designed for parallel transaction execution.3

Background and founding

Diem and Meta origins

Sui's technical foundations trace to Diem (originally called Libra), a digital payments project announced by Meta (then Facebook) in 2019. Diem's engineering team developed the Move programming language and an object-based data model intended for a payments network. After regulatory pressure from authorities in the United States and elsewhere, Meta wound down Diem in early 2022 and sold its assets to Silvergate Bank.4

Several members of the Diem project left Meta and founded Mysten Labs in September 2021, before the formal shutdown of the project, to build a new Layer 1 blockchain using technology developed at Meta.2

Mysten Labs

Mysten Labs is headquartered in Palo Alto, California. Its co-founders, all of whom previously worked on the Diem project or in Meta's blockchain division, are Evan Cheng (chief executive officer), Sam Blackshear (chief technology officer and creator of the Move programming language), Adeniyi Abiodun (chief product officer), George Danezis (chief scientist, formerly of Microsoft Research and University College London), and Kostas Chalkias (cryptographer).23

Development and launch

Mysten Labs announced Sui publicly in March 2022, opened a public devnet in August 2022, and launched the mainnet on May 3, 2023.3

Technology

Move programming language

Sui uses a dialect of Move, a programming language originally created for the Diem project by Sam Blackshear. Move enforces resource semantics at the compiler level, so that digital assets cannot be copied or implicitly discarded. According to Mysten Labs, the language was designed to prevent certain classes of smart-contract vulnerabilities associated with Solidity, the dominant language on Ethereum.235

Object model

Most blockchains, including Ethereum, use an account-based model in which each address holds a balance. Sui uses an object-centric model in which on-chain assets are represented as distinct, uniquely identified objects. Mysten Labs has stated that this design lets the network identify transactions that operate on independent objects and execute them in parallel rather than in a strict sequence.3

Consensus

Sui uses a Byzantine fault-tolerant consensus protocol named Mysticeti, based on a directed acyclic graph structure. The protocol can bypass full consensus ordering for transactions involving objects with a single owner, such as simple token transfers, while transactions involving shared objects are ordered through the consensus layer.6

SUI token

SUI is the native cryptocurrency of the Sui blockchain. It is used to pay transaction fees, to stake with validators, and to participate in on-chain governance. The token launched with the mainnet in May 2023 and has a fixed maximum supply of 10 billion units.37

Ecosystem

According to data from the analytics site DeFiLlama, the total value locked (TVL) in decentralized finance applications on Sui grew from a low level at the May 2023 mainnet launch to more than $2 billion by 2025, reaching a recorded high of approximately $2.6 billion in late 2025.8 In June 2026, the business magazine Fortune included Sui in its Fortune Crypto 100, ranking it ninth in the "Blockchains and Protocols" category of the list.9

Ethereum is the largest Layer 1 blockchain by total value locked. Its account-based model requires transactions to be ordered sequentially, and its base layer processes a limited number of transactions per second without separate scaling layers.10 Sui differs from Ethereum in its data model and in its use of Move rather than Solidity.3

Solana (blockchain platform) is frequently compared to Sui on the basis of throughput and latency. The two differ in data model, consensus mechanism, and programming language, with Solana using Rust.3

Aptos is a Layer 1 blockchain that shares the Move-language heritage of Sui and was also founded by former Meta and Diem engineers. The principal architectural difference is that Aptos uses an account-based model while Sui uses an object-centric model.3

Name

The name "Sui" derives from the Japanese and classical Chinese character for water (水, sui). Mysten Labs has said the name alludes to the adaptability of water.3

References

References

  1. "sui/LICENSE". Mysten Labs. Retrieved 2026-06-11.
  2. "Ex-Facebook crypto engineers raise $36 million from Andreessen Horowitz for Mysten Labs". CNBC. 2021-12-06.
  3. "Mysten Labs and the case for a brand-new blockchain". Fortune. 2022-10-03.
  4. "Facebook's Cryptocurrency Project Is Shutting Down". The New York Times. 2022-01-27.
  5. Ehrlich, Steven (2023-07-18). "Making A Move On Ethereum". Forbes.
  6. "Consensus". Sui Documentation. Mysten Labs. Retrieved 2026-06-01.
  7. "SUI Token". Sui. Sui Foundation. Retrieved 2026-06-01.
  8. "Sui – DeFi TVL". DefiLlama. Retrieved 2026-05-12.
  9. "Fortune Crypto 100". Fortune. 2026-06-11. Retrieved 2026-06-11.
  10. "Scaling". ethereum.org. Ethereum Foundation. Retrieved 2026-06-01.
External links

Category:Blockchain platforms Category:Cryptocurrencies Category:2023 software