-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
79 lines (79 loc) · 3.27 KB
/
config.json
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
{"N": 1096,
"market_start_date": "2020-02-01",
"mc_mode": "future",
"mc_future_mode_past_LS_count": "LS_past_days.csv",
"mc_future_mode_past_LP_count": "LP_past_days.csv",
"new_LS_opened_type": "function",
"new_LS_opened_daily_count": "LS_tf_normal.csv",
"new_LP_opened_daily_count":"LP_tf_normal.csv",
"Active_Assets": ["usd-coin","tether", "wrapped-bitcoin", "weth", "binancecoin", "avalanche-2", "cosmos", "injective-protocol", "band-protocol","kava", "juno-network","osmosis","secret","akash-network","crypto-com-chain","stargaze","sentinel"],
"Active_Assets_Distribution": [0,0,0.25, 0.15, 0.1, 0.06, 0.05, 0.05, 0.05, 0.04, 0.04, 0.04, 0.04, 0.04, 0.03, 0.03, 0.03],
"Pool_Assets": ["usd-coin","tether"],
"seed": 1144,
"LS_loan_amnt_asset_stable_df_num": 10,
"LS_loan_amnt_asset_stable_df_den": 20,
"LS_loan_amnt_stable_low_liquidity_cap": 50,
"LS_loan_amnt_asset_stable_min": 100,
"LS_loan_amnt_asset_stable_max": 15000,
"LS_loan_amnt_asset_stable_multiplyer": 5000,
"LS_cltr_amnt_asset_df_num": 10,
"LS_cltr_amnt_asset_df_den": 20,
"LS_cltr_amnt_asset_min": 0.67,
"LS_cltr_amnt_asset_max": 5,
"LS_TP_min": 1,
"LS_TP_max": 441,
"LS_TP_min_lvl": 0.05,
"LS_TP_max_lvl": 1,
"LS_TP_speed_param_1": 8,
"LS_TP_speed_param_2": 14,
"SYS_LS_expected_penalty_df_num": 1,
"SYS_LS_expected_penalty_df_den": 1,
"SYS_LS_expected_payment_min": 1,
"SYS_LS_expected_payment_max": 12,
"SYS_LS_expected_payment_extremum": 4,
"SYS_LS_expected_penalty_min": 0,
"SYS_LS_expected_penalty_max": 12,
"id_generator": "series",
"method": "large_sample",
"symbol_digit":
{"symbol": {"0": "wrapped-bitcoin", "1": "weth", "2": "binancecoin", "3": "avalanche-2", "4": "cosmos", "5": "injective-protocol", "6": "band-protocol", "7": "usd-coin", "8": "tether", "9": "kava", "10": "juno-network","11": "osmosis","12": "secret","13": "akash-network","14": "crypto-com-chain","15": "stargaze","16": "sentinel"},
"digit": {"0": 14, "1": 14, "2": 12, "3": 11, "4": 12, "5": 12, "6": 12, "7": 12, "8": 10, "9": 12, "10": 10, "11": 10,"12": 10,"13": 10,"14": 10,"15": 10,"16": 10}},
"currency_stable": "usd-coin",
"Open_Daily_Count_dict": {"0": 0, "30":10,"50": 12,"55":12.2,"60": 12.4,"70": 12.6,"80": 12.8,"90": 13,"110": 13,"120": 12.8,"180": 10,"730": 20},
"LP_amnt_stable_df_num": 10,
"LP_amnt_stable_df_den": 20,
"LP_amnt_stable_min": 1000,
"LP_amnt_stable_max": 50000,
"LP_multiplyer": 20000,
"base_interest": 12,
"startup_pool_value": 0,
"optimal_util": 70,
"slope1": 4.9,
"slope2": 10,
"treasury_interest": 4,
"LS_interest_cap": 18,
"max_pool_util":90,
"LS_swap_prc": 0.9,
"LS_tr_per_month": 1,
"LP_tr_per_month": 1,
"tr_price": 0.1,
"contract_weight": 1,
"nolus_token_symbol": "nls",
"nolus_token_price_ini": 0.025,
"nolus_token_count_ini": 120000000,
"nolus_price_market_weight": 0.7,
"tvl_rewards_csv":"tvl_rewards.csv",
"healthy_cltr_percent": 83,
"max_cltr_percent": 90,
"LS_demand_prc_int_max": 30,
"LS_demand_prc_int_min": 100,
"LP_demand_prc_int_max": 30,
"LP_demand_prc_int_min": 100,
"nls_all_tokens": 1000000000,
"nls_file_name": "MP_Asset_nolus.csv",
"future_volatility": 0.4,
"future_percent_growth": 100,
"future_interval": 90,
"plot_interval": 150,
"platform_nolus_token_count": 0,
"MC_runs":1}