-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.yaml
88 lines (85 loc) · 1.84 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
analysis:
alpha: 0.99
n_simulations: 100_000
historical_sample_period: 365
thresholds:
periods:
liquidation: 21
premium_redeem: 14
safe_mint: 7
debt:
btc: "bitcoin"
usd: "dollar"
collateral:
polkadot:
ibtc:
name: "interlay-btc"
proxy:
btc: "bitcoin"
risk_adjustment:
liquidity_adjustment: 0.05
depeg_adjustment: 0
supply_cap: 30
dot:
name: "polkadot"
risk_adjustment:
liquidity_adjustment: 0
depeg_adjustment: 0
supply_cap: 2_450_000
usdt:
name: "tether"
risk_adjustment:
liquidity_adjustment:
depeg_adjustment: 0.08
supply_cap: 2_000_000
usdc:
name: "usd-coin"
risk_adjustment:
liquidity_adjustment:
depeg_adjustment: 0.13
supply_cap: 2_000_000
glmr:
name: "moonbeam"
risk_adjustment:
liquidity_adjustment:
depeg_adjustment:
supply_cap:
vdot:
name: "voucher-dot"
proxy:
dot: "polkadot"
risk_adjustment:
liquidity_adjustment: 0.02
depeg_adjustment:
supply_cap: 500_000
kusama:
kbtc:
name: "kintsugi-btc"
proxy:
btc: "bitcoin"
risk_adjustment:
liquidity_adjustment: 0.05
depeg_adjustment: 0
supply_cap: 20
ksm:
name: "kusama"
risk_adjustment:
liquidity_adjustment:
depeg_adjustment:
supply_cap: 100_000
vksm:
name: "bifrost-ksm"
proxy:
ksm: "kusama"
risk_adjustment:
liquidity_adjustment: 0.083
depeg_adjustment: 0.07 # depeg of lido ETH
supply_cap: 2_000
usdt:
name: "tether"
proxy:
usd: "dollar"
risk_adjustment:
liquidity_adjustment: 0.05
depeg_adjustment: 0.086
supply_cap: 800_000