File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,19 @@ This file tracks release notes for the loop client.
14
14
15
15
## Next release
16
16
17
- #### NewFeatures
17
+ #### New Features
18
+
19
+ ##### Autoloop Swap Size
20
+ * Autoloop can now be configured with custom swap size limits. Previously,
21
+ autoloop would use the minimum/maximum swap amount set by the server (exposed
22
+ by the ` loop terms ` command) to decide on swap size.
23
+ * Setting a custom minimum swap amount is particularly useful for clients that
24
+ would like to perform fewer, larger swaps to save on fees. The trade-off when
25
+ setting a large minimum amount is that autoloop will wait until your channel is
26
+ at least the minimum amount below its incoming threshold amount before executing
27
+ a swap, which may result in channels staying under the threshold for longer.
28
+ * These values can be set using the following command: ` loop setparams --minamt={minimum in sats} --maxamt={maximum in sats} ` .
29
+ * The values set must fall within the limits set by the loop server.
18
30
19
31
#### Breaking Changes
20
32
You can’t perform that action at this time.
0 commit comments