The leverage drift problem
The reverse also matters: if an LP deposits 1.5M but the same $400K position now represents only 0.27× — the new LP is under-invested versus what they expected. Solution: positions rebalance atomically with capital changes.Rebalancing modes
The manager picks the mode at vault creation:| Mode | Behavior | Best for |
|---|---|---|
| Auto-immediate (default) | Rebalance instantly on every LP entry/exit | Tight risk control, short-horizon strategies |
| Scheduled 4h | Aggregate deposits/withdrawals; rebalance every 4 hours | Swing strategies, reduced execution friction |
| Scheduled 24h | Rebalance daily at a fixed time | Long-horizon, low-frequency strategies |
Technical requirements
Atomic
Either all positions rescale or none — no partial rebalance.
Audited on-chain
Full audit log with timestamp, pre/post sizing, and NAV reference.
Failsafe. If rebalancing fails (illiquid market, exchange downtime, partial fill), the vault pauses new deposits, the manager is alerted, and manual review is required before resuming.
LP deposits & withdrawals
How capital enters and exits, with rebalancing in context.