Tools · Bridges & conversion

Loop

Lightning Labs' non-custodial liquidity bridge — Loop Out and Loop In move balance between Lightning and on-chain via submarine swaps.

software Lightning Labs v0.33.1-beta · 2026-05-26 Links verified 2026-06-02

What it is

Loop is Lightning Labs’ non-custodial liquidity tool for LND nodes. Loop Out moves Lightning balance to on-chain (the canonical way to sweep an operational balance back to L1 cold-storage reserves); Loop In does the reverse. Both use submarine swaps, so they’re atomic and non-custodial. It’s the standard mechanism behind the hot/cold treasury sweep the Stack describes — making it a practical bridge between the payment layer and the settlement layer.

A Border Zone tool: the swap mechanics that move value between layers live at the boundary. See The Border Zone.

When to use it

Quick start

Run Loop against an LND node — repo at github.com/lightninglabs/loop, product page at lightning.engineering/loop/. Recent releases can even open Lightning channels directly from static-address deposits (loop openchannel).

Gotchas