Skip to content

Revoke Strategy

This flow disables and fully exits an active strategy, returning all capital back to the vault.

  1. The Developer calls Controller.strategyRevoke(vault, strategy, force).
  2. The Controller calls strategy.exit(force).
  3. The Strategy is removed from the registry by swapping it with the last element and popping the array.
  4. The Controller decreases the active book value by the total withdrawn amount.