Operations, what happens after you go live
Keeper cadence
Vaults do not “magically donate yield”, profits are realized when report() is called. That can be manual or automated, but it needs to be owned operationally.
Donation address changes, cooling off for depositors
Changing the donation address is intentionally not instantaneous. TokenizedStrategy uses a two-step change flow with a 14-day cooldown before the new address can be finalized, giving users time to withdraw if they disagree with the change.
Emergency response
Emergency admin can shut down the strategy, stopping new deposits while still allowing withdrawals, then unwind positions via emergency withdraw functions, depending on strategy implementation.