English

A Limitlessly Scalable Transaction System

Distributed, Parallel, and Cluster Computing 2021-08-12 v1

Abstract

We present Accept, a simple, asynchronous transaction system that achieves perfect horizontal scaling. Usual blockchain-based transaction systems come with a fundamental throughput limitation as they require that all (potentially unrelated) transactions must be totally ordered. Such solutions thus require serious compromises or are outright unsuitable for large-scale applications, such as global retail payments. Accept provides efficient horizontal scaling without any limitation. To that end, Accept satisfies a relaxed form of consensus and does not establish an ordering of unrelated transactions. Furthermore, Accept achieves instant finality and does not depend on a source of randomness.

Keywords

Cite

@article{arxiv.2108.05236,
  title  = {A Limitlessly Scalable Transaction System},
  author = {Max Mathys and Roland Schmid and Jakub Sliwinski and Roger Wattenhofer},
  journal= {arXiv preprint arXiv:2108.05236},
  year   = {2021}
}

Comments

11 pages, 3 figures

R2 v1 2026-06-24T05:01:55.522Z