Difference between revisions of "Loop"

From PlebNet Wiki
Jump to navigation Jump to search
(Prepared the page for translation)
Line 1: Line 1:
<languages/>
<translate>
Loop is a service that enables lightning node operators to convert their on-chain BTC into Lightning BTC, and vice versa.  
Loop is a service that enables lightning node operators to convert their on-chain BTC into Lightning BTC, and vice versa.  


== "Looping in" ==
== "Looping in" ==
Line 7: Line 10:
- it increases a node's lightning inbound liquidity
- it increases a node's lightning inbound liquidity
- it sends the liquidity into the channels that are in most need of inbound liquidity, so they end up in a balanced state
- it sends the liquidity into the channels that are in most need of inbound liquidity, so they end up in a balanced state


== "Looping out" ==
== "Looping out" ==


"Looping out" is primarily used to transfer lightning funds back to on-chain.
"Looping out" is primarily used to transfer lightning funds back to on-chain.


== Installing Loop ==
== Installing Loop ==
Line 27: Line 32:


Lit needs to be configured with a variation of the lnd.conf file, and the lnd process needs to first be shut down before lit can be launched.
Lit needs to be configured with a variation of the lnd.conf file, and the lnd process needs to first be shut down before lit can be launched.
</translate>

Revision as of 19:37, 2 October 2021

Other languages:
English

Loop is a service that enables lightning node operators to convert their on-chain BTC into Lightning BTC, and vice versa.


"Looping in"

"Looping in" serves multiple purposes:

- it increases a node's lightning inbound liquidity - it sends the liquidity into the channels that are in most need of inbound liquidity, so they end up in a balanced state


"Looping out"

"Looping out" is primarily used to transfer lightning funds back to on-chain.


Installing Loop

Installing loop requires installing lit 'the lightning terminal'.

Lit is composed of multiple binaries, which can either be run on the node directly, or externally to the node by setting up proper access.

Lit binaries are

  • frcli
  • litd
  • lncli
  • loop
  • pool

Lit needs to be configured with a variation of the lnd.conf file, and the lnd process needs to first be shut down before lit can be launched.