1
0
Fork 0

Flatten the rebalance curve

When Flexpool pays you out, the spread function considers the payment as
balance earnings. Using non_negative_derivative instead to flatten the curve.

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2021-02-08 08:58:31 +01:00
parent 6fac493ba8
commit 9437cb47b5
No known key found for this signature in database
GPG key ID: FF42D23B580C89F7

View file

@ -53,7 +53,7 @@
"gnetId": null,
"graphTooltip": 0,
"id": null,
"iteration": 1612714194726,
"iteration": 1612770291267,
"links": [],
"panels": [
{
@ -589,7 +589,13 @@
},
{
"params": [],
"type": "spread"
"type": "mean"
},
{
"params": [
"1d"
],
"type": "non_negative_derivative"
},
{
"params": [
@ -723,7 +729,13 @@
},
{
"params": [],
"type": "spread"
"type": "mean"
},
{
"params": [
"1d"
],
"type": "non_negative_derivative"
},
{
"params": [
@ -857,7 +869,13 @@
},
{
"params": [],
"type": "spread"
"type": "mean"
},
{
"params": [
"31d"
],
"type": "non_negative_derivative"
},
{
"params": [
@ -992,7 +1010,13 @@
},
{
"params": [],
"type": "spread"
"type": "mean"
},
{
"params": [
"31d"
],
"type": "non_negative_derivative"
},
{
"params": [
@ -3449,5 +3473,5 @@
"timezone": "",
"title": "Flexpool overview",
"uid": "Q3JPASkgz",
"version": 6
"version": 8
}