🎉 The #CandyDrop Futures Challenge is live — join now to share a 6 BTC prize pool!
📢 Post your futures trading experience on Gate Square with the event hashtag — $25 × 20 rewards are waiting!
🎁 $500 in futures trial vouchers up for grabs — 20 standout posts will win!
📅 Event Period: August 1, 2025, 15:00 – August 15, 2025, 19:00 (UTC+8)
👉 Event Link: https://www.gate.com/candy-drop/detail/BTC-98
Dare to trade. Dare to win.
Sui Lutris: Analysis of the core protocol that enhances Sui public chain performance to 140,000 TPS.
Sui Lutris: Analysis of the Core Distributed System Protocol of the Sui Public Chain
Recently, Mysten Labs released a technical report on Sui Lutris, a distributed system that supports Sui. This system allows Sui to maintain low latency under conditions of high throughput and long-term stability.
After months of testing, Mysten Labs updated the Sui Lutris white paper on August 18, confirming the following key points:
By using parallel transaction blocks (PTBs) and a configuration of 5000 TPS, Sui can process 140,000 to 150,000 operations per second, which far exceeds its mainnet peak performance (approximately 700 TPS).
Even in the case where some verification nodes stop operating, Sui's final confirmation delay can still be maintained below 0.5 seconds.
The white paper also details the operational mechanism of Sui and provides security proofs along with guidance on how external testers can reproduce relevant data in their own verification tests.
Since the advent of Bitcoin, blockchain technology has made significant progress, with emerging applications such as games and NFTs constantly emerging. The blockchain community continues to explore ways to improve efficiency, with a particular focus on high-load processing and real-time latency optimization.
Currently, L1 blockchains face two main challenges: achieving high throughput while maintaining low latency, and ensuring the long-term stability of the consensus protocol. These challenges can be addressed through the dynamic participation and configuration of validating nodes.
An effective way to achieve high throughput is to adopt DAG-based consensus protocols, such as Narwhal/Bullshark used by Sui. These protocols can execute a large number of transactions simultaneously, making them very suitable for application scenarios such as games and NFTs. However, DAG-based protocols often lead to a delay of several seconds, which can significantly impact certain common operations.
On the other hand, non-consensus protocols demonstrate great potential in reducing latency and scaling, as shown by the previously studied FastPay prototype. These protocols achieve fast transaction processing by eliminating the consensus step. However, they are only applicable to a limited category of simple blockchain operations, which restricts the expressiveness of smart contracts, and they face challenges in dynamically adjusting the set of validating nodes.
Sui Lutris, as the core protocol of the Sui network, innovatively combines DAG-based consensus and consensus-less methods, achieving the advantages of both: sub-second latency and a sustained throughput of thousands of transactions per second. At the same time, Sui retains the ability to execute complex contracts on shared objects, generate checkpoints, and reconfigure the set of validating nodes across cycles.
The innovative approach of Sui Lutris
Sui Lutris adopts a unique hybrid approach. For operations on single-owner assets (unique objects), the system uses a consistent broadcasting protocol among verification nodes to achieve latency below consensus. For complex smart contracts on shared objects, Sui Lutris relies solely on the consensus mechanism. Additionally, it supports network maintenance operations such as defining checkpoints and reconfiguring verification nodes. This innovative strategy provides a balanced transaction processing solution in complex Byzantine environments.
The transaction lifecycle of Sui Lutris includes the following steps:
In addition to the main trading process, Sui Lutris also provides multiple support features:
As the infrastructure of Sui, the complete technical report of Sui Lutris provides more details about the security and activity protocol, as well as the security proofs in the standard distributed system model.