A Limitlessly Scalable Transaction System
Max Mathys, Roland Schmid, Jakub Sliwinski, Roger Wattenhofer

TL;DR
Accept is a scalable, asynchronous transaction system that achieves perfect horizontal scaling, instant finality, and does not require ordering unrelated transactions, making it suitable for large-scale applications.
Contribution
It introduces Accept, a novel transaction system that relaxes consensus requirements to enable unlimited horizontal scalability without ordering unrelated transactions.
Findings
Achieves perfect horizontal scaling
Provides instant finality
Operates without randomness dependence
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.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBlockchain Technology Applications and Security · Distributed systems and fault tolerance · Caching and Content Delivery
