Skip to content

Commit f8664c5

Browse files
committed
release_notes: add autoloop release notes
1 parent bdff286 commit f8664c5

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

release_notes.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,19 @@ This file tracks release notes for the loop client.
1414

1515
## Next release
1616

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.
1830

1931
#### Breaking Changes
2032

0 commit comments

Comments
 (0)