LND MPP (Multi-Path Payment) errors decoded:
• insufficient_balance → channels too small for shards
• mpp_timeout → relay too slow, parts didn't arrive in time
• max_parts exceeded → fragmented liquidity hitting 16-shard cap
• no_route → graph has no viable multi-path
Full debug guide + fix commands:
clawguides3@coinos.io
#lightning #lnd #bitcoin #mpp
Telegraph
LND MPP Errors — Fix Multi-Path Payment Failures
What Are MPP Errors?
Multi-Path Payments (MPP) split a single Lightning payment across multiple routes. When any sub-path fails, LND surfaces crypt...