mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
loop: update docs and release notes
This commit is contained in:
parent
9a9766775a
commit
5edc39dff3
2 changed files with 21 additions and 0 deletions
|
|
@ -9,6 +9,24 @@ following command:
|
|||
loop setparams --autoloop=true
|
||||
```
|
||||
|
||||
## Easy Autoloop
|
||||
|
||||
If you don't want to bother with setting up specific rules for each of your
|
||||
channels and peers you can use easy autoloop. This mode of autoloop requires
|
||||
for you to set only the overall channel balance that you don't wish to exceed
|
||||
on your lightning node. For example, if you want to keep your node's total
|
||||
channel balance below 1 million satoshis you can set the following
|
||||
```
|
||||
loop setparams --autoloop=true --easyautoloop=true --localbalancesat=1000000
|
||||
```
|
||||
|
||||
This will automatically start dispatching loop-outs whenever you exceed total
|
||||
channel balance of 1M sats. Keep in mind that on first time use this will use
|
||||
the default budget parameters. If you wish to configure a custom budget you can
|
||||
find more info in the [Budget](#budget) section.
|
||||
|
||||
## Liquidity Rules
|
||||
|
||||
At present, autoloop can be configured to either acquire incoming liquidity
|
||||
using loop out, or acquire outgoing liquidity using loop in. It cannot support
|
||||
automated swaps in both directions. To set the type of swaps you would like
|
||||
|
|
|
|||
|
|
@ -15,6 +15,9 @@ This file tracks release notes for the loop client.
|
|||
## Next release
|
||||
|
||||
#### New Features
|
||||
- Easy Autoloop: a new mode for autoloop which requires the user to only set a
|
||||
single target balance. Autoloop will start dispatching loop outs
|
||||
whenever the total channel balance of the node exceeds that target.
|
||||
|
||||
#### Breaking Changes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue