MPFlow:基于深度图强化学习实现闪电网络预算上限最大流优化 / MPFlow: Learning Budgeted Max-Flow Optimization on the Lightning Network with Deep Graph Reinforcement Learning
1️⃣ 一句话总结
本文提出了一种基于图强化学习的智能方法,在固定预算下自动选择最优通道为比特币闪电网络节点提升路由能力,并通过模拟训练和实际部署验证了其优于传统启发式策略。
We address liquidity placement in the Bitcoin Lightning Network (LN): given a fixed budget, which channels should a node open to maximize its routing capacity? We cast this as a budget-constrained combinatorial optimization problem on graphs, selecting $k$ edge additions that maximize $s$--$t$ max-flow, a theory-grounded measure of routing capacity, and solve it with graph reinforcement learning. Our lightweight agent combines a message-passing policy network with proximal policy optimization (PPO) and action masking, and is trained under a hub-exclusion curriculum: the network's top hubs are removed from training subgraphs, forcing the policy to learn capacity-aware placement rather than hub attachment. In extensive experiments on real Lightning Network snapshots, our method consistently outperforms strong heuristic baselines on the max-flow objective across multiple seeds and unseen graphs. The agent has been deployed in production for peer recommendations, executing 4640 channel-open decisions that cumulatively allocate 267.3 BTC over $16 million across 30 managed nodes.
MPFlow:基于深度图强化学习实现闪电网络预算上限最大流优化 / MPFlow: Learning Budgeted Max-Flow Optimization on the Lightning Network with Deep Graph Reinforcement Learning
本文提出了一种基于图强化学习的智能方法,在固定预算下自动选择最优通道为比特币闪电网络节点提升路由能力,并通过模拟训练和实际部署验证了其优于传统启发式策略。
源自 arXiv: 2607.08703