Skip to content

Commit

Permalink
feat: update linkusdt config
Browse files Browse the repository at this point in the history
  • Loading branch information
cdummett committed Aug 21, 2023
1 parent 4401747 commit d7a888f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions mainnet-mirror/research-bots-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,25 +118,25 @@ passphrase_file = "./assets/passphrase.txt"
mdp = 4
pdp = 0
[scenario.linkusdt_230930.market_maker_args]
market_kappa = 30000
market_order_arrival_rate = 100
order_kappa = 0.15
market_kappa = 1000
market_order_arrival_rate = 5000
order_kappa = 500
order_size = 1
order_levels = 25
order_spacing = 0.001
order_clipping = 10000
inventory_lower_boundary = -3
inventory_upper_boundary = 3
order_spacing = 0.0002
order_clipping = 20000
inventory_lower_boundary = -5000
inventory_upper_boundary = 5000
fee_amount = 0.0001
commitment_amount = 400000
initial_mint = 200000
[scenario.linkusdt_230930.auction_trader_args]
initial_volume = 0.001
initial_volume = 1
initial_mint = 10000
[scenario.linkusdt_230930.random_trader_args]
order_intensity = [5, 5, 5]
order_volume = [0.001, 0.01, 0.1]
step_bias = [0.333, 0.012, 0.003]
order_intensity = [100, 100, 100]
order_volume = [0.01, 0.01, 0.01]
step_bias = [0.8, 0.6, 0.4]
initial_mint = 1000000
[scenario.linkusdt_230930.sensitive_trader_args]
scale = [10, 10, 10]
Expand Down

0 comments on commit d7a888f

Please sign in to comment.