No description
Find a file
Boris Nagaev 0ee07198f6
build: update lndclient (btcd v2)
Include https://github.com/lightninglabs/lndclient/pull/280
multi: migrate to btcd v2 modules + add WalletKit.SubmitPackage

Migrate Loop imports and update Aperture and Taproot Assets to compatible
revisions so this commit remains green on its own.
2026-08-11 13:36:02 -05:00
.gemini github: enable gemini code review 2025-07-09 15:53:36 +02:00
.github docs: document no-changelog release note opt-out 2026-08-04 11:02:33 +02:00
assets build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
cmd build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
docs loopd: account for channel reserves in loop out validation 2026-08-10 18:48:56 -05:00
fsm staticaddr: generate FSM diagrams 2026-07-20 12:07:26 -03:00
instantout build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
labels multi: update linter, fix issues 2025-03-10 22:59:50 +01:00
liquidity build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
loopd build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
loopdb build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
looprpc Merge pull request #1165 from GustavoStingelin/feat/monitor-static-address 2026-07-24 15:19:11 +02:00
notifications notifications: persist static loop-in risk decisions 2026-07-12 09:14:33 +02:00
regtest cmd/loop: drop misleading static loop-in fee warning 2026-04-23 19:21:49 +02:00
scripts build: add commit message tooling 2026-07-22 14:27:25 +02:00
staticaddr build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
swap build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
swapserverrpc Merge pull request #1185 from lightninglabs/dependabot/go_modules/swapserverrpc/google.golang.org/grpc-1.82.1 2026-07-24 10:57:12 +02:00
sweep build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
sweepbatcher build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
test build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
tools build: replace disappeared Go vanity modules 2026-07-08 10:42:19 +02:00
utils build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
.gitignore makefile+travis: add install and build commands 2020-04-15 09:19:06 +02:00
.golangci.yml build: increase lint timeout 2026-07-08 09:02:12 +02:00
AGENTS.md docs: document no-changelog release note opt-out 2026-08-04 11:02:33 +02:00
client.go build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
client_test.go build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
config.go loopd: move asset client to config 2025-03-25 15:27:53 +01:00
cost_migration.go build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
cost_migration_test.go build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
Dockerfile looprpc: prepare for lnrpc usage 2026-02-26 09:35:59 +01:00
executor.go lint: fix linter issues 2026-03-09 14:39:45 +01:00
go.mod build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
go.sum build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
interface.go build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
LICENSE Update LICENSE 2022-01-30 12:07:04 +00:00
log.go multi: update lnd compile-time dependency to v0.19.0 2025-03-10 22:59:49 +01:00
loopin.go build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
loopin_test.go build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
loopin_testcontext_test.go build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
loopout.go build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
loopout_feerate.go build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
loopout_feerate_test.go build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
loopout_test.go build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
Makefile build: add commit message tooling 2026-07-22 14:27:25 +02:00
README.md docs: complete historical release notes 2026-07-27 11:54:05 +02:00
release.Dockerfile release: use Go 1.26.0 2026-03-02 15:08:11 -05:00
release.sh release: use Go 1.26.0 2026-03-02 15:08:11 -05:00
routing_plugin.go build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
routing_plugin_test.go build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
sample-loopd.conf conf: add signet in sample conf 2024-11-21 13:47:24 +01:00
SECURITY.md add SECURITY policy file 2026-04-06 00:07:25 -05:00
server_mock_test.go build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
sqlc.yaml tools: add sqlc generation tools 2023-06-20 14:19:31 +02:00
swap.go multi: inject clocks into swap lifecycle and update tests 2026-03-13 08:58:56 +01:00
swap_server_client.go build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
swap_server_client_test.go client: reject malformed server public keys 2026-05-29 11:53:33 +02:00
testcontext_test.go build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
updates.go multi: consume and log sever state updates 2020-07-16 21:02:06 +02:00
utils.go build: update lndclient (btcd v2) 2026-08-11 13:36:02 -05:00
version.go docs: complete historical release notes 2026-07-27 11:54:05 +02:00

Lightning Loop

Lightning Loop is a non-custodial service offered by Lightning Labs that makes it easy to move bitcoin into and out of the Lightning Network.

Features

  • Automated channel balancing
  • Privacy-forward non-custodial swaps
  • Opportunistic transaction batching to save on fees
  • Instant Loop-Outs for faster off-chain to on-chain swaps
  • Static, reusable addresses for Loop-Ins
  • Progress monitoring of in-flight swaps

Use Cases

  • Automate channel balancing with AutoLoop (Learn more)
  • Deposit to a Bitcoin address without closing channels with Loop In
  • Convert outbound liquidity into inbound liquidity with Loop Out
  • Refill depleted Lightning channels with Loop In

Installation

Download the latest binaries from the releases page.

Execution

The Loop client needs its own short-lived daemon to facilitate swaps. To start loopd:

loopd

To use Loop in testnet, simply pass the network flag:

loopd --network=testnet

By default loopd attempts to connect to the lnd instance running on localhost:10009 and reads the macaroon and tls certificate from ~/.lnd. This can be altered using command line flags. See loopd --help.

Usage

AutoLoop

AutoLoop makes it easy to keep your channels balanced. Checkout our autoloop documentation for details.

Loop Out

Use Loop Out to move bitcoins on Lightning into an on-chain Bitcoin address.

To execute a Loop Out:

loop out <amt_in_satoshis>

Other notable options:

  • Use the --fast flag to swap immediately (Note: This opts-out of fee savings made possible by transaction batching)
  • Use the --channel flag to loop out on specific channels
  • Use the --addr flag to specify the address the looped out funds should be sent to (Note: By default funds are sent to the lnd wallet)

Run loop monitor to monitor the status of a swap.

Loop In

Use Loop In to convert on-chain bitcoin into spendable Lightning funds.

To execute a Loop In:

loop in <amt_in_satoshis>

More info

Development

Regtest

To get started with local development against a stripped down dummy Loop server running in a local regtest Bitcoin network, take a look at the regtest server environment example documentation.

Testnet

To use Loop in testnet, simply pass the network flag:

loopd --network=testnet

Submit feature requests

The GitHub issue tracker can be used to request specific improvements or report bugs. Do not use public issues for security disclosures. Follow the instructions in SECURITY.md.

Join us on Slack

Join us on the LND Slack and join the #loop channel to ask questions and interact with the community.

LND

Note that Loop requires lnd to be built with all of its subservers. Download the latest official release binary or build lnd from source by following the installation instructions. If you choose to build lnd from source, use the following command to enable all the relevant subservers:

make install tags="signrpc walletrpc chainrpc invoicesrpc"

API

The Loop daemon exposes a gRPC API (defaults to port 11010) and a REST API (defaults to port 8081).

The gRPC and REST connections of loopd are encrypted with TLS and secured with macaroon authentication the same way lnd is.

If no custom loop directory is set then the TLS certificate is stored in ~/.loop/<network>/tls.cert and the base macaroon in ~/.loop/<network>/loop.macaroon.

The loop command will pick up these file automatically on mainnet if no custom loop directory is used. For other networks it should be sufficient to add the --network flag to tell the CLI in what sub directory to look for the files.

For more information on macaroons, see the macaroon documentation of lnd.

NOTE: Loop's macaroons are independent from lnd's. The same macaroon cannot be used for both loopd and lnd.

Build from source

If youd prefer to build from source:

git clone https://github.com/lightninglabs/loop.git
cd loop/cmd
go install ./...

Reproducible builds

If you want to build release files yourself, follow the guide.