Sui blockchain is a Layer 1 blockchain, and SUI is the native token of that network. In simple terms, Sui refers to the blockchain itself, while SUI refers to the coin used on it for network activity such as fees. A common point of confusion is that SUI is not on Ethereum by default, so it should not be treated as a standard ERC-20 token unless a separate wrapped version is being used elsewhere.
This guide explains what Sui blockchain is, how the Sui network works at a high level, what makes its object-centric design different, and what the SUI token is used for. It also covers the practical checks users should make before sending or storing SUI so they do not mix up the token, the network, and wallet compatibility.

Sui vs SUI: the blockchain, the network, and the token
The names are similar, but they do not mean the same thing. Sui is the blockchain network. SUI is the native token that operates on that network. When people say they "hold Sui," they often mean they hold SUI tokens, but technically the blockchain and the token are different things.
| Term | Meaning | Why it matters |
|---|---|---|
| Sui | The Layer 1 blockchain network | This is the network you are interacting with |
| SUI | The native token of Sui | This is the asset used for fees and other on-network activity |
| Sui network | The blockchain environment where native SUI exists | You must choose this network when supported by a wallet or platform |
| Sui wallet | A wallet that supports the Sui network and native SUI | Not every crypto wallet can store or send native SUI |
This distinction matters most when sending, receiving, or storing funds. If a wallet or exchange does not support the Sui network, native SUI may not arrive correctly or may not be usable there.
What network is SUI on?
SUI is on the Sui network. Sui is its own Layer 1 blockchain, so native SUI belongs to that chain rather than to Ethereum by default. That means users should not assume SUI works like an ERC-20 token unless they are dealing with a specifically wrapped version on another network.
In practice, this affects wallet choice and transfer safety. To use native SUI correctly, you need a wallet, exchange, or destination that supports the Sui network. If you are unsure what to confirm before a transfer, this Sui network address check guide can help with the basics.
How does Sui blockchain work?
At a high level, Sui uses a validator-based network to process transactions and update blockchain state. Users interact with assets and application data on the network, and validators confirm the resulting state changes. The network uses proof-of-stake principles, with validators participating in transaction processing and token holders able to delegate stake.
A useful way to think about Sui is that many forms of onchain state are treated as individual objects rather than only as balances inside accounts. Those objects can represent assets, items, records, or shared application state. Depending on how those objects are owned and whether different transactions touch the same objects, the network can process some activity more directly than others.
The transaction flow is simple at a high level:
- A user controls one or more onchain objects or assets
- A transaction updates the state of those objects
- Validators confirm and record the change
- The updated object state becomes the current result on the chain
That is the core idea behind how Sui works, even though the full implementation is more technical underneath.
What is the Sui object model?
Sui is known for an object-based model. On many account-based chains, state is usually organized around accounts and contract storage. On Sui, many assets and pieces of application state are represented as separate objects with their own ownership rules and properties.
That means a game item, collectible, membership pass, or application resource can exist as its own onchain object rather than only as an entry inside a broader contract balance system. Some objects can be owned by one address, some can be shared, and some can be immutable.
For developers, this changes how apps are designed. For users, the technical detail is often mostly invisible, but it can affect how ownership and transfers are represented inside apps. It also helps explain why Sui is often described differently from more familiar account-based systems.
| Concept | Sui object model | Account-based model |
|---|---|---|
| Basic unit of state | Objects | Accounts and contract storage |
| Ownership logic | Individual objects can have defined owners or shared access | State is usually managed through accounts and contracts |
| Transaction dependency | Separate objects may allow more independence between transactions | Transactions often need broader ordering because state may overlap |
| User takeaway | Assets can feel more natively represented onchain | Assets are often managed through contract balances and records |
Why is Sui blockchain considered fast?
Sui is often described as fast because some transactions can be processed without the network treating all activity as one long queue of state changes. If two transactions involve separate objects and do not depend on the same state, the network may be able to process them in parallel rather than strictly one after another.
This is one of the main reasons Sui gets attention in discussions about throughput and efficiency. The architecture is designed to recognize when transactions are independent, which can reduce unnecessary coordination for certain kinds of activity.
At the same time, it helps to keep the claim in context. Not every transaction behaves the same way. Transactions involving shared objects or more complex app logic may require broader consensus steps. Real-world performance also depends on application design, validator behavior, wallet tooling, and network conditions. So the clearest version of the claim is not that Sui is always fast in every situation, but that its design can improve efficiency for some transaction types.
What is the SUI token used for?
The SUI token is the native asset of the Sui network. Its main uses are paying network fees, supporting staking activity, and serving as the base token for interactions across the ecosystem. Gas fees on Sui are paid in SUI, so users generally need to keep some SUI available when they want to send assets or interact with apps on the network.
It is helpful to separate the network from the coin. Sui is the blockchain infrastructure. SUI is the token used within that infrastructure. If you want a deeper look at supply and distribution rather than utility, the SUI tokenomics guide is the better place for that topic.
Before you use SUI: 4 checks that matter
Before using native SUI, there are four simple checks worth making. First, confirm that your wallet or exchange supports the Sui network. Second, make sure the receiving network is actually Sui, not another chain with a similarly named asset or wrapped token. Third, verify the recipient address carefully before sending. Fourth, keep some SUI in the wallet for gas fees so you can complete transfers or app interactions.
These checks sound basic, but they address the most common beginner confusion around native assets. A transfer can fail in practice not because the token is complicated, but because the wallet, destination, or network selection was wrong.