English

An Analysis of the Correctness and Computational Complexity of Path Planning in Payment Channel Networks

Discrete Mathematics 2025-01-22 v1 Computational Engineering, Finance, and Science

Abstract

Payment Channel Networks (PCNs) are a method for improving the scaling and latency of cryptocurrency transactions. For a payment to be made between two peers in a PCN, a feasible low-fee path in the network must be planned. Many PCN path planning algorithms use a search algorithm that is a variant of Dijkstra's algorithm. In this article, we prove the correctness and computational complexity of this algorithm. Specifically, we show that, if the PCN satisfies a consistency property relating to the fees charged by payment channels, the algorithm is correct and has polynomial computational complexity. However, in the general case, the algorithm is not correct and the path planning problem is NP-hard. These newly developed results can be used to inform the development of new or existing PCNs amenable to path planning. For example, we show that the Lightning Network, which is the most widely used PCN and is built on the Bitcoin cryptocurrency, currently satisfies the above consistency property. As a second contribution, we demonstrate that a small modification to the above path planning algorithm which, although having the same asymptotic computational complexity, empirically shows better performance. This modification involves the use of a bidirectional search and is empirically evaluated by simulating transactions on the Lightning Network.

Keywords

Cite

@article{arxiv.2501.11419,
  title  = {An Analysis of the Correctness and Computational Complexity of Path Planning in Payment Channel Networks},
  author = {Padraig Corcoran and Rhyd Lewis},
  journal= {arXiv preprint arXiv:2501.11419},
  year   = {2025}
}