> ## Documentation Index
> Fetch the complete documentation index at: https://docs.theblockchainlibrary.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Sui: A Next-Generation Smart Contract Platform

> The Sui whitepaper outlines a blockchain platform designed to solve the bottlenecks of traditional account-based models by leveraging object-centric state manag

# Sui: A Next-Generation Smart Contract Platform

The Sui whitepaper outlines a blockchain platform designed to solve the bottlenecks of traditional account-based models by leveraging object-centric state manag

## Abstract

The Sui whitepaper outlines a blockchain platform designed to solve the bottlenecks of traditional account-based models by leveraging object-centric state management. Unlike conventional blockchains that process transactions sequentially, Sui allows for independent transaction parallelization, distinguishing between transactions that touch unique, non-shared objects and those that require global ordering. The platform utilizes the Move language, ensuring memory-safe smart contract execution. By treating assets as distinct objects, Sui effectively reduces latency and allows for massive horizontal scaling. The paper describes a system architecture that handles simple transactions using a light-weight consensus protocol, while more complex transactions are routed through a robust BFT protocol. This design enables high performance for gaming and digital asset management, where frequent state changes are common. The methodology provides a robust answer to the challenge of blockchain throughput in high-frequency application environments.

**Authors:** George Danezis, Lefteris Kokoris-Kogias, Alberto Sonnino, Alexander Spiegelman

**Publication:** Project Whitepaper

**Publication date:** 2022-01-01

## Key findings

* Implements an object-centric model for improved state management.
* Enables parallel execution for independent transactions.
* Utilizes the Move language for secure, flexible asset representation.
* Optimizes consensus pathing based on transaction complexity.

## Citation

George Danezis, Lefteris Kokoris-Kogias, Alberto Sonnino, Alexander Spiegelman (2022). Sui: A Next-Generation Smart Contract Platform. Project Whitepaper. [https://docs.sui.io/paper/sui.pdf](https://docs.sui.io/paper/sui.pdf)

## Related knowledge

* [Decentralized Social Media: Will Web3 Platforms Overtake X and Meta?](/generated/v2/topics/decentralized-social-media-will-web3-platforms-overtake-x-and-meta) — article
* [Decentralized Social Media: Will Web3 Platforms Overtake X and Meta?](/generated/v2/topics/decentralized-social-media-will-web3-platforms-overtake-x-and-meta) — related-article
* [From Throughput to Reliability: The New Metrics That Matter](/generated/v2/topics/from-throughput-to-reliability-the-new-metrics-that-matter) — article
* [From Throughput to Reliability: The New Metrics That Matter](/generated/v2/topics/from-throughput-to-reliability-the-new-metrics-that-matter) — related-article
* [How Blockchain Architecture Is Quietly Solving Real Business Problems](/generated/v2/topics/how-blockchain-architecture-is-quietly-solving-real-business-problems) — article
* [How Blockchain Architecture Is Quietly Solving Real Business Problems](/generated/v2/topics/how-blockchain-architecture-is-quietly-solving-real-business-problems) — related-article
* [Mint](/generated/v2/glossary/mint) — glossary
* [Mint](/generated/v2/glossary/mint) — related-glossary
* [New Book The Dark Side of Web3 Explores How Crypto Scams Work—and How to Avoid Them](/generated/v2/topics/new-book-the-dark-side-of-web3-explores-how-crypto-scams-work-and-how-to-avoid-them) — article
* [New Book The Dark Side of Web3 Explores How Crypto Scams Work—and How to Avoid Them](/generated/v2/topics/new-book-the-dark-side-of-web3-explores-how-crypto-scams-work-and-how-to-avoid-them) — related-article
* [The Impact of AI on Blockchain Development: Smarter Smart Contracts?](/generated/v2/topics/the-impact-of-ai-on-blockchain-development-smarter-smart-contracts) — article
* [The Impact of AI on Blockchain Development: Smarter Smart Contracts?](/generated/v2/topics/the-impact-of-ai-on-blockchain-development-smarter-smart-contracts) — related-article

***

**Canonical knowledge ID:** `research:sui-a-next-generation-smart-contract-platform`
