LND Go Libraries LND ecosystem provides several Go modules. GitHub: and . lnrpc (LND gRPC client) Subservers - — wallet ops. - — payments. - — chain notifications. - — message signing, scripts. - — invoice subscriptions. - — watchtower client. neutrino BIP157/158 light client: chantools CLI for LND channel recovery: loop / pool clients For Lightning Loop and Pool: Use cases - Backend services that integrate with LND. - Custom monitoring / analytics tooling. - Light-client-based apps (Neutrino). See also - ../../lightning/lnd/SKILL.md - ../../lightning/loop-pool-lit/SKILL.md - btcd/SKILL.md -…