What’s Sui Network?

 

Intro to Sui

Sui is a permissionless layer 1 blockchain designed to be both developer and user-friendly. It can support a wide range of application development with unrivaled speed at low cost.

The name Sui, pronounced swē in English, is derived from a Japanese word for the element of water. You can see this influence in the name of the blockchain, its native token elements (SUI and MIST), and the imagery used in its branding.

The History of SUI Blockchain

Sui launched its incentivized testnet in August 2022. Then the mainnet went live on May 3, 2023.

The blockchain is developed by Mysten Labs, which is led by several former senior executives for Meta’s (previously Facebook) now-defunct digital wallet program, Novi. 

Mysten Labs raised a $300 million investment in a Series B funding round in September 2022 for the development of the blockchain. The company has the backing of popular venture capitalists, including Circle, Binance Labs, Lightspeed Venture Partners, a16z, and NCSoft.

Meanwhile, the Sui Foundation is an independent organization supporting the community and its projects. Its mission is to onboard the next billion users to web3 by advancing the global adoption of the Sui blockchain.

At the launch, the Sui Foundation partnered with centralized exchanges (CEXs) such as Kucoin, OKX, and Bybit to sell tokens to their Discord community and exchange users. Binance users staked over $4 billion worth of crypto tokens to farm SUI coins.

SUI tokens

The native token for Sui is SUI. Whenever the documentation mentions SUI (all uppercase letters), it's referring to this token. Transaction blocks on Sui often deal with small fractions of the value of one SUI. To make these transaction blocks easier to work with, Sui provides MIST. It takes one billion MIST to equal one SUI.

There is a cost associated with everything, and blockchain transactions are no exception. It costs money to provide computational power to process transaction blocks and store their results. The term for the cost of processing transaction blocks is "gas". You pay for gas and the cost of storing data with a blockchain's native tokens, in this case, SUI (or MIST).

To learn more about the tokenomics of Sui, see the following topics:

 

Delegated proof-of-stake consensus

Sui uses a delegated proof-of-stake (DPoS) consensus mechanism to validate on-chain transaction blocks. This means that validators on the Sui network must have a certain amount of SUI secured on Sui Mainnet, either with their own funds or in partnership with Sui Foundation, to prove their interest in the security of the blockchain. This approach aligns the interest of all validators with that of Sui users (an efficient, secure blockchain), without the high energy-resource demands of earlier blockchains.

To learn more about consensus on Sui, see the following guides and topics:

 

Sui networks

Sui has several networks available, each serving a different purpose.

  • Mainnet: The network that processes production transaction blocks. When you trade SUI or NFTs that are ultimately based on fiat currency, you are doing so on the Mainnet network of Sui.
  • Testnet: Staging network to provide quality assurance that any planned changes to Sui do not adversely impact performance. Developers can use this network to test their code before placing it in production.
  • Devnet: A more unstable network that is used to develop new features. Developers can leverage this network to code against the latest planned features of Sui.
  • Localnet: You can run a Sui network on your local computer. Developing on a local network provides an optimized workflow in an environment you control.

To learn more about these networks and how to interact with them, see the following guides:

 

Move

The Move language provides the logic for all activity on Sui, like trading NFTs, playing Sui-integrated games (dApps), and all other transaction-based events. The Sui platform uses a concept novel to earlier blockchains, where blocks on the chain are actually objects that define assets rather than simple key-value stores that define addresses. The increased programmability inherent with objects required a more robust logic engine to maximize the benefits of this new approach to blockchain technology.

To learn more about Move, see Move Concepts.