(Advertisement)

top ad mobile advertisement
news1h ago

Sui skips consensus entirely for transactions that only one person can touch

Sui Network's object model routes transactions differently based on ownership type, allowing single-owner transactions to bypass consensus entirely for faster, lower-cost finality.

Sui skips consensus entirely for transactions that only one person can touch

(Advertisement)

native ad1 mobile advertisement

How Sui's Object Model Changes the Transaction Pipeline

Most blockchains put every transaction through the same pipeline: validators agree on a global ordering first, then execute. @SuiNetwork takes a different approach. Sui, built by Mysten Labs and launched on mainnet in May 2023, treats every asset, from a coin to an NFT to a smart contract package, as a distinct object with its own unique ID. Objects can be owned by one address, shared among multiple users, or marked immutable so no one can change them again. That ownership label is not just a metadata tag. Sui categorizes every object by who can modify it, and that classification directly determines how the transaction gets processed.

Transactions that touch only address-owned or immutable objects bypass consensus entirely. The object owner signs the transaction, validators verify the signature and object versions, and finality is near-instant. That fast path averages around 400 milliseconds, with no global consensus required. The practical implication is straightforward: if only you can touch a given object, there is nothing to race against, so the ordering step is skipped.

Where Consensus Still Applies

Not every transaction can take that fast path. Shared objects, such as a DEX liquidity pool that multiple users interact with concurrently, require consensus ordering through Sui's Mysticeti protocol. Finality is still fast, around 480ms, but these transactions are serialized. A heavily used pool effectively becomes a queue, with the network ordering competing requests before executing them in sequence. If two users submit a swap on the same pool at the exact same time, the network orders both transactions, executes the first, recalculates the pool state, then executes the second against the updated state. Ordering is guaranteed and conflicts are impossible.

Unlike traditional blockchains that enforce total transaction ordering, Sui introduces a causal-ordering model. Validators can independently process unrelated transactions, and the network scales linearly with additional computing resources. This is further strengthened by Sui's dual-consensus architecture, using Byzantine Consistent Broadcast for simple transactions and Mysticeti, a BFT protocol, for complex shared-object interactions.

In general, a smart contract developer should prefer owned objects to shared ones whenever reasonable: transactions involving only owned objects may bypass consensus on ordering entirely, while those operating on shared objects require sequencing and lead to a throughput bottleneck. Sui's guidance runs accordingly: single-writer, latency-sensitive designs lean on owned objects, while anything multi-party pays the sequencing cost.

Sources:
Sui Blog: All About Transaction Processing
Sui Documentation: Object Model
Decrypt: Sui Sets The Standard for Blockchain Speed with New Mainnet Consensus Mechanism

Latest News

Read More...

Author

Crypto Rich profile photoCrypto Rich

Rich has been researching cryptocurrency and blockchain technology for eight years and has served as a senior analyst at BSCN since its founding in 2020. He focuses on fundamental analysis of early-stage crypto projects and tokens and has published in-depth research reports on over 200 emerging protocols. Rich also writes about broader technology and scientific trends and maintains active involvement in the crypto community through X/Twitter Spaces, and leading industry events.

Join our newsletter

Sign up for the very best tutorials and the latest Web3 news.

Subscribe Here!
BSCN

BSCN

BSCN RSS Feed

BSCN is your destination for all things crypto and blockchain. Discover the latest cryptocurrency news, market analysis, and research covering Bitcoin, Ethereum, altcoins, memecoins and everything in between.

Sui skips consensus entirely for transactions that only one person can touch | BSCN Breaking News