strategy_market_make_create
Create a market-make strategy -- two-sided spread capture (APPROXIMATE).
No live order book -- SYNTHESISES a spread from realised volatility around a rolling mid: a "filled bid" (price a half-spread below mid) buys, a "filled ask" (above mid) sells (up to held inventory). Market-neutral: PAUSES in a trending (bull/bear) regime instead of adapting direction (a maker gets run over by a directional move) -- read directly inside the executor, so no direction params are exposed here.
risk: see strategy_dca_create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| risk | No | ||
| max_levels | No | ||
| mid_period | No | ||
| slippage_bps | No | ||
| source_token | No | USDC | |
| target_token | Yes | ||
| usd_per_quote | Yes | ||
| wallet_address | Yes | ||
| base_spread_pct | No | ||
| spread_lookback | No | ||
| vol_spread_mult | No | ||
| interval_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||