Comment on page
Create inbound liquidity
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.
- [Guide needed]
- lightning liquidity marketpalce
- The price for the channel depends on the size and can be calculated as:[size] * 0.005 - 2,000A 10M channel (0.1 BTC) would cost 48,000 sats.
- 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.
- 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 03bb88ccc444534da7b5b[email protected]:9735
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 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
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 https://ln.bitfinex.com/
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%
Most can send to an onchain address afterwards for a fee (swap out).
Run a separate LN node on your phone or desktop where you can move some funds, so remote balance/ inbound liquidity is created
- 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.
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:
- github.com/bitcoin-software/ln-liquidity List of exchange services to make coin swaps LN <-> onchain & more
- https://cointastical.medium.com/exchanges-with-support-for-bitcoin-lightning-network-payments-739829bcb7bc Exchanges with support for bitcoin Lightning network ⚡ payments
Last modified 14d ago