What is Sui?
Sui is a Layer 1 blockchain built by Mysten Labs using the Move programming language, featuring an object-centric data model and parallel transaction execution for high throughput.
WHY IT MATTERS
Sui introduces novel blockchain design: an object-centric model where assets are first-class objects rather than entries in a global state tree. This enables parallel execution — transactions touching different objects process simultaneously.
The Move language (originally developed at Meta for Diem) provides safety guarantees: linear types prevent double-spending at the language level, and resource semantics make it impossible to accidentally destroy or duplicate assets.
Sui's throughput is designed for consumer-scale applications: gaming, social, and commerce where millions of transactions per second are needed.