Sui is a blockchain smart contract platform designed for high throughput, low latency, and asset-oriented programming using the Move language.
Sui addresses the scalability and latency limitations of traditional blockchains by processing the vast majority of transactions in parallel rather than sequentially. The platform forgoes consensus mechanisms for common use cases like payments and asset transfers, instead using simpler, lower-latency primitives. This architectural choice enables unprecedented performance for latency-sensitive applications such as gaming and point-of-sale retail payments. Smart contracts are written in Move, a language designed for safely defining assets with custom rules for creation, transfer, and mutation. The system is maintained by a permissionless set of authorities that operate similarly to validators in other blockchain systems, with voting power determined by delegated stake in the native SUI token.
Developers should consider Sui if they are building applications that require low-latency transaction finality and high throughput, particularly those involving frequent asset transfers or real-time interactions. The asset-oriented programming model makes it well-suited for projects centered on digital ownership and composable on-chain assets. The Move language provides safety guarantees for asset handling, making it accessible to developers prioritizing correctness. Sui is positioned as an internet-scale platform capable of growing with web3 adoption while maintaining performance characteristics that established systems cannot match.
The project is implemented in Rust and is supported by peer-reviewed research. Development activity shows sustained engineering effort on core infrastructure, with ongoing work on the consensus and transaction processing systems that define the platform's performance characteristics.