CRDCMay 6, 2021

A DLT-based Smart Contract Architecture for Atomic and Scalable Trading

arXiv:2105.02937v1Has Code
Originality Incremental advance
AI Analysis

This addresses scalability and atomicity issues for DLT applications like smart grid marketplaces, though it appears incremental as it builds on existing state channel solutions.

The paper tackles the limited transaction throughput and high collateral requirements in Distributed Ledger Technology (DLT) systems by proposing a smart contract-based Credit-Note System (CNS) that enables secure, dynamic updates with enhanced flexibility and efficiency, formalized using the Universal Composability framework.

Distributed Ledger Technology (DLT) has an enormous potential but also downsides. One downside of many DLT systems, such as blockchain, is their limited transaction throughput that hinders their adoption in many use cases (e.g., real-time payments). State channels have emerged as a potential solution to enhance throughput by allowing transactions to process off-chain. While current proposals can increase scalability, they require high collateral and lack support for dynamic systems that require asynchronous state transitions. Additionally, the latency of channel initialisations can cause issues especially if fast interactions are required. In this paper, we propose an atomic, scalable and privacy-preserving protocol that enables secure and dynamic updates. We develop a smart contract-based Credit-Note System (CNS) that allows participants to lock funds before a state channel initialisation, which enhances flexibility and efficiency. We formalise our model using the Universal Composability (UC) framework and demonstrate that it achieves the stated design goals of privacy, scalability, and atomicity. Moreover, we implement a dispute process in the state channel to counter availability attacks. Finally, we analyse the protocol in the context of an asynchronous smart grid-based marketplace.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes