get_rebalance_plan
Computes USD deltas and exchange orders to rebalance a crypto portfolio to target BTC/ETH/CASH splits. Use current allocation, target allocation, and NAV.
Instructions
USD deltas and exchange-style move lines to reach a target BTC/ETH/CASH split. Requires allocation_pct, target_pct, and nav_usd. Optional band returns a band_check block alongside the plan. exchange=kraken|coinbase adjusts move wording.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| allocation_pct | Yes | ||
| target_pct | Yes | ||
| nav_usd | Yes | ||
| exchange | No | kraken | |
| band | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||