The reviewed record of science sign in
Pith

arxiv: 2407.07916 · v1 · pith:E65DSF2C · submitted 2024-07-05 · cs.CR · cs.LG

Benchmarking GNNs Using Lightning Network Data

Reviewed by Pithpith:E65DSF2Copen to challenge →

classification cs.CR cs.LG
keywords channelsnetworktransactionsbitcoingnnsgraphlightningnodes
0
0 comments X
read the original abstract

The Bitcoin Lightning Network is a layer 2 protocol designed to facilitate fast and inexpensive Bitcoin transactions. It operates by establishing channels between users, where Bitcoin is locked and transactions are conducted off-chain until the channels are closed, with only the initial and final transactions recorded on the blockchain. Routing transactions through intermediary nodes is crucial for users without direct channels, allowing these routing nodes to collect fees for their services. Nodes announce their channels to the network, forming a graph with channels as edges. In this paper, we analyze the graph structure of the Lightning Network and investigate the statistical relationships between node properties using machine learning, particularly Graph Neural Networks (GNNs). We formulate a series of tasks to explore these relationships and provide benchmarks for GNN architectures, demonstrating how topological and neighbor information enhances performance. Our evaluation of several models reveals the effectiveness of GNNs in these tasks and highlights the insights gained from their application.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Predicting Channel Closures in the Lightning Network with Machine Learning

    cs.LG 2026-05 unverdicted novelty 6.0

    Simple MLPs using temporal and behavioral features from gossip data predict Lightning Network channel closure types better than temporal graph neural networks.