English

Stingray: Fast Concurrent Transactions Without Consensus

Cryptography and Security 2025-01-14 v1 Distributed, Parallel, and Cluster Computing

Abstract

Recent advances have improved the throughput and latency of blockchains by processing transactions accessing different parts of the state concurrently. However, these systems are unable to concurrently process (a) transactions accessing the same state, even if they are (almost) commutative, e.g., payments much smaller than an account's balance, and (b) multi-party transactions, e.g., asset swaps. Moreover, they are slow to recover from contention, requiring once-in-a-day synchronization. We present Stingray, a novel blockchain architecture that addresses these limitations. The key conceptual contributions are a replicated bounded counter that processes (almost) commutative transactions concurrently, and a FastUnlock protocol that uses a fallback consensus protocol for fast contention recovery. We prove Stingray's security in an asynchronous network with Byzantine faults and demonstrate on a global testbed that Stingray achieves 10,000 times the throughput of prior systems for commutative workloads.

Keywords

Cite

@article{arxiv.2501.06531,
  title  = {Stingray: Fast Concurrent Transactions Without Consensus},
  author = {Srivatsan Sridhar and Alberto Sonnino and Lefteris Kokoris-Kogias},
  journal= {arXiv preprint arXiv:2501.06531},
  year   = {2025}
}
R2 v1 2026-06-28T21:03:27.613Z