Search papers, labs, and topics across Lattice.
The paper introduces Boltzmann Draw, a probabilistic coin selection algorithm for token-based payment systems inspired by statistical physics, to improve upon the Random Draw method. It addresses the problem of selecting tokens for transactions in systems like cryptocurrencies and CBDCs, aiming to minimize the number of selected tokens, reduce dust generation, and limit token pool size. Numerical results demonstrate that Boltzmann Draw outperforms the standard Random Draw and Greedy algorithms in achieving these objectives while also offering efficient implementation and privacy preservation.
Boltzmann Draw offers a statistically-grounded coin selection algorithm that reduces dust and wallet size compared to existing methods, making it a promising alternative for token-based payment systems.
Coin selection refers to the problem of choosing a set of tokens to fund a transaction in token-based payment systems such as, e.g., cryptocurrencies or central bank digital currencies (CBDCs). In this paper, we propose the Boltzmann Draw that is a probabilistic algorithm inspired by the principles of statistical physics. The algorithm relies on drawing tokens according to the Boltzmann distribution, serving as an extension and improvement of the Random Draw method. Numerical results demonstrate the effectiveness of our method in bounding the number of selected input tokens as well as reducing dust generation and limiting the token pool size in the wallet. Moreover, the probabilistic algorithm can be implemented efficiently, improves performance and respects privacy requirements - properties of significant relevance for current token-based technologies. We compare the Boltzmann draw to both the standard Random Draw and the Greedy algorithm. We argue that the former is superior to the latter in the sense of the above objectives. Our findings are relevant for token-based technologies, and are also of interest for CBDCs, which as a legal tender possibly needs to handle large transaction volumes at a high frequency.