⚡
Lightning Node Management
🇺🇸 English
🇺🇸 English
  • Contents
  • Lightning basics
  • Create inbound liquidity
  • Create outbound liquidity
  • Comparison table of software implementations
  • Comparison table of lightning channel markets
  • Node Types
    • Merchant
    • Spending
    • Routing
  • Advanced Tools
    • lnd.conf example
    • Advanced and automated fee settings
    • Set up an LND watchtower and connect a client
    • Methods to create a balanced channel with a trusted peer
    • Pool usage notes
    • Bos Score
  • Technicals
    • Connecting to a lightning node remotely
    • High onchain fee environment
    • Compact the LND database (channel.db)
    • Manage the LND onchain funds in Electrum Wallet
  • Recovery
    • Resources for LND
    • Resources for Core Lightning
  • Privacy
    • Resources on Lightning privacy
    • VPN tunnels
  • Hardware deployment
    • Hardware recommendations
    • RaspiBolt
    • RaspiBlitz
      • charge-lnd
      • Balance of Satoshis Telegram Bot
      • LND updates
      • Bitcoin Core updates
      • VPN and firewall setup
    • TrueNAS (FreeBSD) node
      • aliases
      • Balance of Satoshis
      • Lightning Terminal
      • Circuitbreaker
      • LNtop
      • LND notes
      • stream-lnd-htlcs
      • Suez
      • Tailscale
      • Connect Zeus
  • Donate
    • Donations
Powered by GitBook
On this page
  • Dual funded channels
  • Buy inbound channels
  • Ask for incoming channels
  • Swap out - trustless
  • Swap out - trusted
  • Send to a mobile wallet
  • More links

Was this helpful?

Edit on GitHub

Create inbound liquidity

PreviousLightning basicsNextCreate outbound liquidity

Last updated 1 year ago

Was this helpful?

To create inbound liquidity on an existing channel (to be able to receive payments) can simply pay a merchant accepting Lightning and receive the product or receive the sats back on-chain.

To pay for various gift cards with lightning check out .

Dual funded channels

Core Lightning dual funded channels on the protocol level

Manual coordination on LND with Balance of Satoshis

  • [Guide needed]

Buy inbound channels

Comparison table of lightning channel markets

  • lightning liquidity marketplace

Voltage Flow

  • Buy a sidecar channel through Voltage Flow from Lightning Pool

  • Pay for incoming channels.

  • Post an advert and pay satoshis for incoming channels.

  • Pay with Lightning for an inbound channel of up to 16 000 000 satoshis.

Ask for incoming channels

  • Claim your node on LN+ and join a channel swap for free

  • Opens a channel for free funded with 2 000 000 satoshis. Need to have 10 channels open already to use this service. Add their node as a peer if connecting from behind Tor: $ lncli connect 03bb88ccc444534da7b5b64b4f7b15e1eccb18e102db0e400d4b9cfe93763aa26d@138.68.14.104:9735

Join a community

Swap out - trustless

Pay with Lightning and receive onchain.

Lightning Loop is a non-custodial service offered by Lightning Labs to bridge on-chain and off-chain Bitcoin using submarine swaps.

In the current iteration of the Loop software, two swap types are supported:

  • Loop Out: off-chain to on-chain. The Loop client sends funds paid on Lightning to a Bitcoin address.

  • Loop In: on-chain to off-chain. The Loop client sends funds paid on-chain to a Lightning channel.

  • Max swap amount: 4 200 000 sats

  • Example usage for lowest cost (leads to longer confirmation time (estimation for 25 blocks) and higher failure rate (max routing fee 500 sats) - adjust the numbers accordingly): loop out --conf_target 25 --max_swap_routing_fee 500 4200000 [optional external address]

       loop out [command options] amt [addr]
    
      # --channel value               the 8-byte compact channel ID of the channel to loop out (default: 0)
      # --addr value                  the optional address that the looped out funds should be sent to, if let blank the funds will go to lnd's wallet
      # --amt value                   the amount in satoshis to loop out (default: 0)
      # --conf_target value           the number of blocks from the swap initiation height that the on-chain HTLC should be swept within (default: 6)
      # --max_swap_routing_fee value  the max off-chain swap routing fee in satoshis, if let blank a default max fee will be used (default: 0)
      # --fast                        Indicate you want to swap immediately, paying potentially a higher fee. If not set the swap server might choose to wait up to 30 minutes before publishing the swap HTLC on-chain, to save on chain fees. Not setting this flag might result in a lower swap fee.

Fee: 0.5% both ways

Swap out - trusted

Swap instantly to get inbound liquidity.

  • Get the terms for testnet:

    curl -X GET https://api-testnet.deezy.io/v1/swap/info -H "Accept: */*"
  • Pay the returned invoice to make a testnet swap:

    curl -X POST https://api-testnet.deezy.io/v1/swap -H "Accept: */*" -H "Content-Type: application/json" --data-binary @- <<DATA
    {
      "amount_sats": 100000,
      "on_chain_address": "tb1qr52ajdmyeakwmnelt2c8gg7k6e7v9d0km564n9",
      "on_chain_sats_per_vbyte": 2
    }
    DATA

Lightning cryptocurrency exchange Fee: 0.5 - 1% both ways

An exchange that accepts Lightning payments. Max 4M sats Commission ~ 2%

A Lightning to onchain swap market with batched transactions. Fee: 0.5%

Send to a mobile wallet

Most can send to an onchain address afterwards for a fee (swap out).

Self-custodial wallets

Run a separate LN node on your phone or desktop where you can move some funds, so remote balance/ inbound liquidity is created

  • A mobile wallet which creates a 1 million sats incoming channel automatically, so funds can be moved over in minutes after setting up.

  • Easy to use mobile wallet from Acinq.

  • A non-custodial open-source Lightning Wallet for Android and iOS with a focus on usability and user experience.

  • The Open Bitcoin Wallet (OBW) is an Android Bitcoin and Lightning wallet, a fork of Simple Bitcoin Wallet focused on providing a pleasant and simple experience with advanced features.

  • An easy-to-use cross platform ochain wallet capable of swapping in an out to lightning.

Custodial wallets

Pay yourself via LN and benefit from the inbound liquidity created.

The drawback is that you don't control the keys of your custodial wallet.

Examples:

More links

  • https://cointastical.medium.com/exchanges-with-support-for-bitcoin-lightning-network-payments-739829bcb7bc Exchanges with support for bitcoin Lightning network ⚡ payments

https://x.com/Synonym_to/status/1747615808010752199 can also works through Bitfinex, video

Buy incoming channels on a permissionless marketplace:

Usage notes:

Buy incoming channels from

Rings of Fire

API:

A non-KYC (if not used for fiat) exchange supporting Lightning deposits (free) and withdrawals (100 sats). Withdrawal onchain costs a fixed 40000 sats. Find it's nodes at

No longer available

Sending the funds out to a bitcoin address on-chain costs 0.5% with

List of exchange services to make coin swaps LN <-> onchain & more

Bitrefill (referral link)
Dual funded channels
Core Lightning dual funded channels on the protocol level
Manual coordination on LND with Balance of Satoshis
Buy inbound channels
Comparison table of lightning channel markets
Amboss Magma
Blocktank from Synonym
Voltage Flow
Lightning Pool
Microlancer.io
Sats4Likes
Thor: Lightning Channel-Opening Service by Bitrefill.com
LNBIG.com
Coincept.com
Yalls.org
lnd-routing
Ask for incoming channels
lightningnetwork.plus
LightningTo.me
Join a community
Swap out - trustless
Lightning Loop
Boltz.exchange
Swap out - trusted
deezy.io
Bitfinex
FixedFloat
ZigZag.io
No longer available ChainMarket
Send to a mobile wallet
Self-custodial wallets
Custodial wallets
More links
How to use on the RaspiBlitz
Open a dual funded channel
Set up liquidity ads
github.com/alexbosworth/balanceofsatoshis
channelmarkets.md
Amboss Magma
Blocktank from Synonym
here
blog.voltage.cloud/introducing-flow/
Lightning Pool
https://pool.lightning.engineering/
pool.md
Microlancer.io
Sats4Likes
Thor: Lightning Channel-Opening Service by Bitrefill.com
LNBIG.com
https://twitter.com/lnbig_com
Coincept.com
Yalls.org
lnd-routing
lightningnetwork.plus
LightningTo.me
PLEBNET - KYCjelly.com
plebnet.wiki/wiki/Welcome_to_Plebnet
How to join a ring
Lightning Loop
https://lightning.engineering/loopapi
Boltz.exchange
deezy.io
https://docs.deezy.io/
Bitfinex
https://ln.bitfinex.com/
FixedFloat
ZigZag.io
ChainMarket
Breez
Boltz
Phoenix
Blixt wallet
OBW -Open Bitcoin Wallet
Muun Wallet
Blink
Wallet of Satoshi
Alby
github.com/bitcoin-software/ln-liquidity