We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9060cdf commit 1f0aa56Copy full SHA for 1f0aa56
README.md
@@ -53,6 +53,11 @@ gaptop = 200
53
#Daily lend rate threshold after which we offer lends for 60 days as opposed to 2.
54
#If set to 0 all offers will be placed for a 2 day period
55
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"]
61
```
62
63
If `spreadlend = 1` and `gapbottom = 0`, it will behave as simple lending bot lending at lowest possible offer.
0 commit comments