From 841094affdbcf07a10d1910645ab551f42fb81d4 Mon Sep 17 00:00:00 2001 From: Validragon4 Date: Sat, 22 Aug 2026 01:25:26 +0200 Subject: [PATCH] docs: add LND routing-profit audit Signed-off-by: Validragon4 <305893865+Validragon4@users.noreply.github.com> --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e7715c4..a865679 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,10 @@ See the a list of recommendations [CreateOutboundLiquidity.md](createoutboundliq The channels are best to be balanced with funds on each side to maximize the ability to route payments \(allows bidirectional traffic\). +### [LND routing-profit audit](https://github.com/Validragon4/ln-routing-profit-audit) + +A dependency-free, offline, and read-only analyzer for LND `ForwardingHistory` exports. It ranks settled outgoing-channel and channel-pair traffic, accounts for stated period costs, and calculates evidence-gated rebalance-fee ceilings without requiring a macaroon or network access. + ### [Balance of Satoshis](https://github.com/alexbosworth/balanceofsatoshis) A feature rich tool to work with LND balances. Has an experimental feature to connect to a personal Telegram bot and notify about the node activity.