Difference between revisions of "Getting Inbound Liquidity"

From PlebNet Wiki
Jump to navigation Jump to search
(first commit of inbound liquidity page)
 
(added lnrouter liquidity ad marketplace)
Line 43: Line 43:
** Public lend/rent markets
** Public lend/rent markets
*** '''Lightning Pool''' (lnd) - https://lightning.engineering/pool/ (in https://getumbrel.com/, [https://github.com/lightninglabs/lightning-terminal Lightning Terminal], [https://voltage.cloud/flow Voltage Flow], …)
*** '''Lightning Pool''' (lnd) - https://lightning.engineering/pool/ (in https://getumbrel.com/, [https://github.com/lightninglabs/lightning-terminal Lightning Terminal], [https://voltage.cloud/flow Voltage Flow], …)
*** '''Liquidity ads''' (c-lightning) - https://medium.com/blockstream/setting-up-liquidity-ads-in-c-lightning-54e4c59c091d
*** '''Liquidity Ads''' (c-lightning, [https://medium.com/blockstream/setting-up-liquidity-ads-in-c-lightning-54e4c59c091d explainer]) - https://lnrouter.app/liquidity-ads
*** '''PeerSwap''' (work in progress) - https://www.peerswap.dev/
*** '''PeerSwap''' (work in progress) - https://www.peerswap.dev/
** Open source Liquidity Service Provider servers
** Open source Liquidity Service Provider servers

Revision as of 06:59, 27 January 2022

Intro

Your lightning network (LN) channels have sats (i.e. satoshi, 1×10-8 Bitcoins) on your local side or the remote side of the channel.

LN sats on local side of channel are referred to as "outbound liquidity" - these are sats you control and can send. LN Sats on remote side of channel are referred to as "inbound liquidity" - these are sats your peer controls and via which you can receive to your side of channel.

Opening a typical simple channel has all the sats on local side of whoever opens at start.

In order to receive satoshi over lightning you need to have some satoshi on a remote side of some channel, otherwise called "inbound liquidity".

There are many ways to increase inbound liquidity which include:

  • having or paying for someone else to open a channel to you so the sats are on the remote to you side of channel
  • opening a balanced channel so sats are on both sides of channel
  • sending LN local sats to another self-custodial wallet you control (some of which can let you send sats back to your on-chain address)
  • sending LN local sats to a submarine/atomic swap provider where revealing a secret number results in them getting your LN sats and you getting on-chain sats in trust-minimized manner.
  • sending LN local sats to another wallet you do not control (e.g. exchange, hosted wallet) that lets you withdraw to on-chain address
  • someone can pay you by opening a new channel where some fraction of the sats from very start are already pushed onto your side of the channel

Is needing inbound liquidity a risk for LN adoption?

Before the tools and methods to acquire inbound liquidity were readily available, it got a reputation for being challenging to acquire.

Now there are many tools to do this, which are continuously improving, and many of which can be and are often automated.

In fact, it can be said inbound liquidity is easier to get than outbound liquidity as inbound liquidity are the remote sats others provide. Outbound liquidity is limited to local sats you have. Every time a user purchases something by spending their local sats, they automatically acquire that amount of inbound liquidity.

Resources for Getting Inbound Liquidity

This information can change and each method and service should be always be carefully reviewed before use.