How fast is Quilibrium?
The Quilibrium network has been tested to handle up to 100 million messages per second (MPS), demonstrating its capability to support highly demanding applications such as social networks and financial services for processing payments or trades.
While MPS is not exactly the same as transactions per second (TPS), they are closely related. The actual TPS depends on the number of nodes available to handle the load. Initial estimates, based on previous node count statistics, suggest a realistic upper bound of 1.5-2.5 million TPS.
The network's performance scales with the number of shards, with each shard capable of processing approximately 6,000 TPS. The Quilibrium network is designed with a minimum of 256 global shards, and core shards can further divide if needed. Under optimal conditions, these numbers represent the upper bounds for a 256-shard configuration.
It's important to note that while these figures may seem far-fetched compared to other blockchain networks, the difference lies in Quilibrium's unique approach. Unlike networks that use Merkle trees and require strict linearized processing, Quilibrium employs a different method for handling transactions within a shard's frame.
The network doesn't use Merkle trees for transactions in a given shard's frame. Instead, it processes conflict-free transactions in parallel, allowing for significantly higher throughput. This innovative approach enables Quilibrium to achieve its impressive performance metrics.
As the network develops and more shards are implemented, the potential for even higher transaction speeds increases. The Quilibrium network is designed to self-organize into optimal conditions, potentially pushing the boundaries of blockchain performance and scalability.
Transaction Finalization Speed on Quilibrium
Quilibrium (Q) delivers rapid transaction confirmations by leveraging its innovative RPM mixnet, a live transaction inclusion system that bypasses the mempool delays typical of many blockchains.
When the node tasked with publishing a transaction’s frame shows it’s active, confirmation is assured as soon as the transaction send completes. What makes this reliable is the parallel processing: even if the primary node drops, multiple others handle the same transactions simultaneously, ensuring uninterrupted inclusion through the mixnet’s design.
This contrasts with traditional networks where transactions linger in a mempool awaiting block publication—on Quilibrium, the client stays connected until inclusion is confirmed, offering immediate feedback.
The time to finalize a transaction on Quilibrium varies based on factors like transaction complexity, the hardware speed of nodes in a shard, network latency, and connection reliability.
Available data highlights:
Lower Bound: 200 milliseconds (0.2 seconds)
Upper Bound: 10 seconds (per continuation, if relevant)
Simple transactions on optimized hardware with a strong network can hit that lightning-fast 200 ms mark, while more intricate operations or suboptimal conditions may push times toward the 10-second ceiling.
Comparison with Other Blockchains
Here’s how Quilibrium stacks up against Ethereum, Solana, and Kaspa:
Ethereum
12-14 minutes (base)
Proof of Stake
Solana
~12.8 s (full finality)
Proof of History + PoS
Kaspa
1-10 s
BlockDAG + Proof of Work
Quilibrium
200 ms - 10 s
RPM Mixnet + Parallel Nodes
Ethereum: After its 2022 Proof of Stake shift, base-layer finality takes 12-14 minutes (6 blocks at 12-14 seconds each). Users often treat 1-2 minutes as “confirmed,” but full security lags. It’s built for robustness, not speed.
Solana: With 400 ms block times and a Proof of History twist, Solana hits full finality in ~12.8 seconds (31 confirmations). Practical confirmations often register in 1-2 seconds, making it a speed leader among high-throughput chains.
Kaspa: Using a blockDAG, Kaspa achieves 1-second block times, with finality typically between 1-10 seconds. Its design supports massive potential TPS, though its ecosystem is still growing.
Last updated