| # | Coin | Ticker | Price | 24h % | Market Cap | Volume (24h) |
|---|---|---|---|---|---|---|
Twin-Turbo Consensus is the consensus mechanism developed for the Sei blockchain, combining two optimistic processing techniques to achieve high throughput and low latency. The first component, optimistic block processing, allows validators to begin processing a proposed block before it has received two-thirds of prevotes, on the assumption that the block will likely be accepted. If the block is indeed finalized, the processing work is already done, saving time. The second component, intelligent block propagation, has the block proposer send the block to all validators simultaneously rather than relying on gossip propagation, and uses a scheme where only transaction hashes are initially broadcast, with full transaction data only sent to validators that don't already have the transactions in their mempool.
Twin-Turbo Consensus reduces block finality time compared to standard Tendermint-based consensus by overlapping block propagation, validation, and consensus voting phases. When both optimistic techniques are applied, the protocol can achieve sub-second finality. The protocol maintains the standard BFT safety guarantees — if the optimistic assumptions are violated (e.g., a block is rejected after processing has begun), the wasted work is simply discarded and consensus proceeds normally. This means Twin-Turbo adds performance benefits in the common case without sacrificing safety in adversarial conditions. The intelligent propagation technique also reduces bandwidth usage since validators already have most transactions in their mempools from earlier gossip rounds.
Twin-Turbo Consensus has been running on the Sei mainnet, which launched in August 2023. Sei positions itself as the fastest Layer 1 blockchain optimized for trading and DeFi applications. The blockchain is built on the Cosmos SDK and uses a modified version of Tendermint BFT as its base consensus, with the Twin-Turbo optimizations layered on top. Sei was founded by Jeffrey Feng and Jayendra Jog, and has attracted a growing ecosystem of trading-focused decentralized applications. The Sei v2 upgrade introduced parallel EVM execution alongside the Cosmos-native execution environment, further leveraging the fast consensus to support high-frequency trading use cases.
Advertise
Are you looking to advertise? We offer press release publications, display banners, featured listings and more.
Contact us for questions, submit a PR or request our media kit.