Update the strategy
| Field | Required | Description |
|---|---|---|
requestId | Yes | UUID v4 idempotency key |
positions | Yes | New allocation. Weights must sum to 10,000 bps. |
What happens during a strategy update
Strategy updates are asynchronous. When you update the strategy:- The new target weights are saved immediately and reflected in the wallet response.
- The system plans a rebalance to move holdings toward the new targets (sells, buys, and bridges as needed).
- The rebalance executes over time. For positions with longer unwind windows (e.g.
rlpatPT24H), the full rebalance can take hours.
actualPositions in the wallet response will gradually converge toward the new targetPositions. You can monitor drift via driftBps on each position.
Strategy webhook
Strategy updates emitportfolio_wallet.strategy.status_changed events as the update is applied.
See Webhooks for registration and payload details.