CompactChain:An Efficient Stateless Chain for UTXO-model Blockchain
B Swaroopa Reddy, and T Uday Kiran Reddy

TL;DR
CompactChain introduces a stateless UTXO blockchain using RSA accumulators to efficiently update and verify transaction states, reducing witness size and propagation latency while maintaining high throughput.
Contribution
The paper presents a novel stateless blockchain design called CompactChain that uses RSA accumulators to compactly represent UTXO states and improve performance.
Findings
Reduces commitment update complexity
Lowers transaction witness size
Maintains high system throughput
Abstract
In this work, we propose a stateless blockchain called CompactChain, which compacts the entire state of the UTXO (Unspent Transaction Output) based blockchain systems into two RSA accumulators. The first accumulator is called Transaction Output (TXO) commitment which represents the TXO set. The second one is called Spent Transaction Output (STXO) commitment which represents the STXO set. In this work, we discuss three algorithms - (i) To update the TXO and STXO commitments by the miner. The miner also provides the proofs for the correctness of the updated commitments; (ii) To prove the transaction's validity by providing a membership witness in TXO commitment and non-membership witness against STXO commitment for a coin being spent by a user; (iii) To update the witness for the coin that is not yet spent; The experimental results evaluate the performance of the CompactChain in terms of…
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
TopicsCloud Computing and Resource Management · Blockchain Technology Applications and Security · Caching and Content Delivery
