strategy_vault_create
Create a vault strategy -- a target-allocation basket held via rebalancing.
Shares the rebalance executor -- identical config/mechanics to
strategy_rebalance_create (target_allocation mint->weight,
drift_threshold_pct) -- framed as a passive basket rather than an active
rebalance loop. No external vault/LP deposit (hard rule 1): the
non-custodial swap pipeline only rotates spot holdings toward the target
weights.
Direction (optional, deterministic signal): direction_mode /
allow_short / regime_override -- see strategy_dca_create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| risk | No | ||
| allow_short | No | ||
| slippage_bps | No | ||
| direction_mode | No | ||
| wallet_address | Yes | ||
| regime_override | No | ||
| interval_seconds | No | ||
| target_allocation | Yes | ||
| drift_threshold_pct | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||