What Is Sui?
Built by the engineers Meta hired to make a global currency and then disbanded. Its one real idea is that most transactions have nothing to do with each other, so they should not queue.

TL;DR
- Sui's mainnet launched on 3 May 2023, built by Mysten Labs, founded by engineers from Meta's abandoned Diem currency project.
- It treats everything as an object rather than as balances in a ledger, which is what lets unrelated transactions run at the same time.
- Sending a coin to a friend touches nothing anyone else is using, so it skips full consensus entirely and settles almost immediately.
- It is young and its ecosystem is small: roughly 552 million dollars of value in its DeFi applications as of May 2026.
In 2019 Facebook announced it was launching a global currency. Finance ministers responded within days, central bankers within weeks, and by 2022 the project, renamed Diem, had been sold off for parts without ever going live. It remains the most comprehensively killed product in modern technology.
The engineers who built the technology walked out with something nobody could confiscate, which was the knowledge of how to build it. Several founded Mysten Labs, and launched Sui's mainnet on 3 May 2023.
That lineage matters, because Sui is what those engineers built when the constraint was no longer keeping a payments regulator happy. Educational guide, not financial advice.
The idea it is built around
Most blockchains process transactions one after another, in a strict order everybody agrees on. That ordering is the expensive part, and it is where congestion comes from.
Sui's observation is that for the large majority of transactions, perhaps 90% of ordinary activity, that ordering is unnecessary. If you send a coin to a friend while somebody on the other side of the world mints a picture, those two events touch nothing in common, and forcing them to queue is pure waste.
So Sui models everything as an object with an owner, rather than as balances in one shared ledger. Before doing anything it can see exactly which objects a transaction touches. Where two transactions touch nothing in common, they run at the same time, and where a transaction only involves objects you alone own, it does not need full network consensus at all, and it settles almost immediately.
The result is that ordinary transfers, which are most transactions, take a fast path. Only genuinely contested things, like everybody trading against the same pool, need the slow one.
Move, and why the language is the point
Sui uses Sui Move, developed from the Move language Meta created for Diem, and this is not incidental.
In most smart contract languages an asset is a number in a table, and mistakes in the code let that number be duplicated or destroyed. Move treats assets as first-class things the language itself protects: they can be moved and held but not silently copied or lost.
A large share of the industry's most expensive failures have been variations on assets being created out of nothing. A language that makes the mistake harder to write is a meaningful defence, though it is not a promise of correctness. Developers can still write bad logic, they just cannot as easily write that particular bad logic.
Where it actually stands
Be realistic about scale: Sui held about 552 million dollars of value across its decentralised finance applications in May 2026. That is a genuine ecosystem and a small one, some way behind the established chains.
It is also barely 3 years old, which in this industry means it has survived one cycle but not yet the test of several. The technology is well regarded and the design is more than a rebrand of somebody else's, which is more than can be said for a lot of chains launched in the same period.
Practical notes if you hold any
Its own address format: Sui addresses are not Ethereum addresses, so the network selector matters when you withdraw, and the rule is the same as everywhere, match the network at both ends.
Its own wallets: the object model means Ethereum wallets do not work, so you will use a wallet built for Sui.
Availability varies: not every platform lists it, and what you can buy depends on where you live.
Honest assessment
Sui has a real technical idea rather than a marketing one, executed by people with a serious pedigree, and parallel execution is a genuine answer to a genuine bottleneck.
Against that: several chains now make credible speed claims, and speed has not historically been what decides which chains people use. Ethereum is not the largest smart contract platform because it is fast. The open question for Sui is not whether the engineering is good, because it is, but whether being better engineered wins in a market where network effects usually decide. Capital at risk.
Frequently Asked Questions
Mysten Labs, founded by engineers who had worked on Diem, the global currency project Meta abandoned after regulatory opposition. The mainnet launched on 3 May 2023, and the technical ideas carry over from that work even though the product goals are completely different.
It treats everything as an object with an owner rather than as balances in one ledger, so it can see exactly what a transaction touches. Transactions touching nothing in common run at the same time, and transactions involving only your own objects skip full consensus and settle almost immediately.
A programming language originally created at Meta for Diem, adapted by Sui. Its distinguishing feature is that assets are protected by the language itself and cannot be silently copied or destroyed, which removes a category of bug behind many of crypto's most expensive failures.
No. Sui uses a different account and address format and a different data model, so you need a wallet built for it. This also means the network selector matters when withdrawing from an exchange, since sending to the wrong network is not recoverable in the ordinary way.
Young and modest in scale. Its decentralised finance applications held around 552 million dollars of value in May 2026, a real ecosystem but well behind the established chains. It launched in May 2023, so it has survived one cycle rather than several.
