📢 Gate Square Exclusive: #WXTM Creative Contest# Is Now Live!
Celebrate CandyDrop Round 59 featuring MinoTari (WXTM) — compete for a 70,000 WXTM prize pool!
🎯 About MinoTari (WXTM)
Tari is a Rust-based blockchain protocol centered around digital assets.
It empowers creators to build new types of digital experiences and narratives.
With Tari, digitally scarce assets—like collectibles or in-game items—unlock new business opportunities for creators.
🎨 Event Period:
Aug 7, 2025, 09:00 – Aug 12, 2025, 16:00 (UTC)
📌 How to Participate:
Post original content on Gate Square related to WXTM or its
Sui public chain Lutris protocol: Achieving high throughput and smart contracts expression with sub-second latency
Analysis of the Core Distributed System Protocol of the Sui Public Chain
Mysten Labs updated the Sui Lutris white paper on August 18, confirming the following key performance indicators after several months of testing:
The white paper details the operational mechanism of Sui, its security proofs, and how external testers can reproduce the relevant data in their own verification tests.
After the launch of the Sui mainnet, applications such as games and NFTs quickly went on-chain. The Sui Lutris technical report recently released by Mysten Labs introduces the distributed system that supports Sui, enabling it to maintain low latency under conditions of high throughput and long-term stability.
Since the birth of Bitcoin, blockchain technology has made significant progress, with emerging applications continuously appearing. The industry is constantly exploring ways to enhance blockchain efficiency, with particular attention to high-load processing and real-time latency optimization.
Currently, L1 blockchains face two major challenges: achieving high throughput while maintaining low latency, and ensuring long-term stability of the consensus protocol. These challenges can be addressed through the dynamic participation and configuration of validating nodes.
One effective way to achieve high throughput is to adopt DAG-based consensus protocols, such as Narwhal/Bullshark used by Sui. These types of protocols support a large number of transactions executed in parallel, making them very suitable for application scenarios like games and NFTs. However, DAG-based protocols may lead to delays of several seconds, which can significantly impact certain operations.
On the other hand, non-consensus protocols show great potential in reducing latency and enhancing scalability, such as the early prototype FastPay. These protocols achieve rapid transaction processing by eliminating the consensus step. However, they are only suitable for a limited category of simple blockchain operations, which restricts the expressiveness of smart contracts and makes it difficult to cope with the dynamic changes of the validating node set.
Although both protocols have their advantages, they have not yet been widely adopted in product-level blockchains. Sui Lutris, as the core protocol supporting the Sui network, innovatively combines DAG-based consensus and non-consensus methods, achieving sub-second latency and sustained throughput of thousands of transactions per second, while retaining the ability to express complex contracts, generate checkpoints, and validate node sets across cycles.
Sui Lutris adopts a unique hybrid approach: for operations on assets with a single owner (unique objects), the system uses a consistent broadcasting protocol among validation nodes to achieve consensus-lower latency; for complex smart contracts on shared objects, consensus processing is relied upon. In addition, Sui Lutris also supports network maintenance operations, such as defining checkpoints and reconfiguring validation nodes.
The transaction lifecycle of Sui Lutris includes the following steps:
In addition to the main trading process, Sui Lutris also offers multiple features to support product-level blockchain operations, including checkpoint protocol, periodic reconfiguration support, and a secure "unlock" mechanism for mistakenly locked assets.
As the infrastructure of Sui, Sui Lutris provides detailed descriptions and proofs of the security and liveness protocols in the standard distributed system model. The complete technical report offers more details that help to gain a deeper understanding of how this innovative system works.