Rebalance Window & Cooldown
The Node implements a time-based control system that determines when rebalancing operations can occur:
Purpose
Enables Node owners to optimize transaction costs by batching investment and withdrawal transactions
Window provides predictable timeframe for operations
Rebalancer has discretion on when to start new window
Owner can adjust periods based on strategy needs
Permissions
The Node Owner has exclusive permission to set rebalance cooldown & duration
Whitelisted Rebalancers have exclusive rights to call
startRebalance()
Configuration
Timing Rules
Must wait
rebalanceCooldown
between rebalance windowsRebalancing actions only valid for
rebalanceWindow
durationWindow starts when rebalancer calls
startRebalance()
Modifiers
Last updated