A Limitlessly Scalable Transaction System

Max Mathys,Roland Schmid,Jakub Sliwinski,Roger Wattenhofer
DOI: https://doi.org/10.48550/arXiv.2108.05236
2021-08-11
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.
Distributed, Parallel, and Cluster Computing
What problem does this paper attempt to address?