An Analysis of the Correctness and Computational Complexity of Path Planning in Payment Channel Networks
Padraig Corcoran, Rhyd Lewis
TL;DR
This work analyzes path planning in payment channel networks, focusing on a Dijkstra-like algorithm whose correctness and complexity hinge on a consistency property of the fee function. It proves that when the fee map is consistent, the problem is solvable in polynomial time, and verifies that the Lightning Network satisfies this condition; without consistency, the problem becomes NP-hard. A bidirectional variant is proposed, maintaining asymptotic efficiency while delivering empirical performance gains on LN-like topologies. Experiments on a Lightning Network snapshot demonstrate substantial reductions in explored nodes and wall-clock time for the bidirectional approach, supporting its practical value. The results inform the design of PCN routing and fee structures, while acknowledging remaining challenges in privacy, security, and network topology.
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.
