Skip to content

Commit 1f0aa56

Browse files
committed
Update README with new config settings
1 parent 9060cdf commit 1f0aa56

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ gaptop = 200
5353
#Daily lend rate threshold after which we offer lends for 60 days as opposed to 2.
5454
#If set to 0 all offers will be placed for a 2 day period
5555
sixtydaythreshold = 0.2
56+
57+
#custom config per coin, useful when closing positions etc.
58+
#syntax: ["COIN:mindailyrate:maxactiveamount",...]
59+
#if maxactive amount is 0 - stop lending this coin. in the future you'll be able to limit amount to be lent.
60+
#coinconfig = ["BTC:0.18:1","CLAM:0.6:1"]
5661
```
5762

5863
If `spreadlend = 1` and `gapbottom = 0`, it will behave as simple lending bot lending at lowest possible offer.

0 commit comments

Comments
 (0)