strategy_perp_grid_create
Create a perp-grid strategy -- a ladder of perp LONGS accumulated on dips.
Routes through the multi-venue perps VENUE ADAPTER (hard rule 2; Jupiter
Perps primary). Around a rolling center price (SMA, or an explicit
center_price), each grid_spacing_pct move below center is one rung;
crossing a deeper rung opens a perp long sized usd_per_level at
leverage. PAUSES new rungs in a trending (bull/bear) regime and closes
the ladder in a bear (stop the bleed); tightens spacing in range, widens
when volatile. Only an asset with a mapped perp market (currently SOL) can
open -- see get_venue_status for routable markets. venue optional
(defaults to the configured primary); a Tier B (custodied) venue needs
acknowledge_tier_b=true after reviewing its custody_disclosure.
risk: see strategy_dca_create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| risk | No | ||
| venue | No | ||
| leverage | No | ||
| grid_levels | No | ||
| center_price | No | ||
| slippage_bps | No | ||
| target_token | Yes | ||
| center_period | No | ||
| range_tighten | No | ||
| usd_per_level | Yes | ||
| volatile_widen | No | ||
| wallet_address | Yes | ||
| grid_spacing_pct | No | ||
| interval_seconds | No | ||
| acknowledge_tier_b | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||