- UI
- SDK
- CLI
Configure via manage.kamino.com
Add a reserve
Select market and reserve
The reserve picker shows market name and TVL, reserve type (floating or fixed-rate), supply APY, reserve TVL, and utilization. A market may contain multiple reserves for the same token (e.g. USDC floating, USDC 5% 3M, USDC 6% 6M).
Set parameters
| Parameter | Notes |
|---|---|
| Allocation Weight | Relative integer; ignored for Conditional allocations |
| Allocation Cap | Hard ceiling in tokens; binding limit for Conditional |
| Conditional Allocation toggle | Off = Standard (immediate deployment); On = Conditional (deploy on demand) |
| Allocation Priority | Default 0; raise to protect this Standard allocation from being a source for Conditional fills |
Edit an existing allocation
Open the allocation entry on the Allocations tab. Adjust weight, cap, type toggle, or priority. Submit.Batch edit weights
To change weights across multiple reserves in a single transaction, use the batch-edit view. The UI shows real-time percentage recalculation and projected vault APY impact, including unallocated funds.Remove an allocation
Either set the weight (Standard) or cap (Conditional) to0, or remove the entry entirely. The removed reserve’s share is redistributed to the remaining allocations per their weights.Sync after changes
Allocations are targets. After updating an allocation, the vault doesn’t immediately rebalance — a permissionless sync brings actual allocation toward target. The sync bot runs every ~15 minutes; you can also trigger it manually via the UI’s “Sync Allocations” action or the SDK’sinvestAllReservesIxs / investSingleReserveIxs methods.
Sync may not reach the exact target if a source reserve has insufficient available liquidity to deallocate from. In that case, the deallocation routes through the withdrawal queue.
What’s next
Allocations (concept)
The model behind weights, caps, types, and priority.
Configure fixed-rate allocations
The focused step-by-step for adding an FR allocation, with FR-specific parameter choices.