📝V2 Config
Example config:
{
"meta": {
"price_fetch_delay": 0,
"after_order_delay": 0,
"simulate": false,
"jito_tip_percent": 50,
"max_jito_tip_lamports": 5000000,
"slippage": {
"mode": "exact",
"bps": 2500,
"inner_bps": 500
},
"wrap_mode": "all"
},
"tokens": [
{
"mint": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"name": "USDC",
"send_mode": "both",
"decimals": 6,
"max_accounts": 25,
"sizes": [
{
"min_amt": 400,
"max_amt": 400,
"trade_size_decimals": 0,
"min_profit_onchain": 0,
"min_profit_to_send": 3
}
],
"prio_fee": 30000,
"cu_limit": 250000
}
],
"mids": {
"top_amt": 0 ,
"prune_percentage": -50,
"prune_readd_amt": 2,
"custom": [
{
"mint": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"name": "USDC",
"decimals": 6
},
{
"mint": "Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB",
"name": "USDT",
"decimals": 6
},
{
"mint": "3psH1Mj1f7yUfaD5gh6Zj7epE8hhrMkMETgv5TshQA4o",
"name": "boden",
"decimals": 9
}
]
}
}Fields
Last updated