File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,24 @@ following command:
99loop setparams --autoloop=true
1010```
1111
12+ ## Easy Autoloop
13+
14+ If you don't want to bother with setting up specific rules for each of your
15+ channels and peers you can use easy autoloop. This mode of autoloop requires
16+ for you to set only the overall channel balance that you don't wish to exceed
17+ on your lightning node. For example, if you want to keep your node's total
18+ channel balance below 1 million satoshis you can set the following
19+ ```
20+ loop setparams --autoloop=true --easyautoloop=true --localbalancesat=1000000
21+ ```
22+
23+ This will automatically start dispatching loop-outs whenever you exceed total
24+ channel balance of 1M sats. Keep in mind that on first time use this will use
25+ the default budget parameters. If you wish to configure a custom budget you can
26+ find more info in the [ Budget] ( #budget ) section.
27+
28+ ## Liquidity Rules
29+
1230At present, autoloop can be configured to either acquire incoming liquidity
1331using loop out, or acquire outgoing liquidity using loop in. It cannot support
1432automated swaps in both directions. To set the type of swaps you would like
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ This file tracks release notes for the loop client.
1515## Next release
1616
1717#### New Features
18+ - Easy Autoloop: a new mode for autoloop which requires the user to only set a
19+ single target balance. Autoloop will start dispatching loop outs
20+ whenever the total channel balance of the node exceeds that target.
1821
1922#### Breaking Changes
2023
You can’t perform that action at this time.
0 commit comments