English

Reality-based UTXO Ledger

Distributed, Parallel, and Cluster Computing 2023-08-08 v2

Abstract

The Unspent Transaction Output (UTXO) model is commonly used in the field of Distributed Ledger Technology (DLT) to transfer value between participants. One of its advantages is that it allows parallel processing of transactions, as independent transactions can be added in any order. This property of order invariance and parallelisability has potential benefits in terms of scalability. However, since the UTXO Ledger is an append-only data structure, this advantage is compromised through the presence of conflicting transactions. We propose an extended UTXO Ledger model that optimistically updates the ledger and keeps track of the dependencies of the possible conflicts. In the presence of a conflict resolution mechanism, we propose a method to reduce the extended ledger back to a consistent UTXO Ledger.

Keywords

Cite

@article{arxiv.2205.01345,
  title  = {Reality-based UTXO Ledger},
  author = {Sebastian Müller and Andreas Penzkofer and Nikita Polyanskii and Jonas Theis and William Sanders and Hans Moog},
  journal= {arXiv preprint arXiv:2205.01345},
  year   = {2023}
}

Comments

revised version, accepted in ACM DLT

R2 v1 2026-06-24T11:05:36.382Z