Strategy Invest
This flow moves idle assets from the vault into an external yield-bearing strategy.
- The Keeper calls
Controller.fundInvest(vault, strategy, amount). - The Controller increases the active book value.
- The Controller calls
vault.pushFundOnlyForController(strategy, amount). - The Vault transfers idle assets to the strategy.
- The Controller calls
strategy.invest(amount).