Updating an Allocator later
Governance can amend parameters safely via the same action machinery:
Pause/disable an allocator:
ACT_SET_ALLOCATORwithop = UPDATE_ALLOWEDandallowed = false.Resize credit line:
op = UPDATE_LINEwith new ceiling / dailyCap. (Ceiling cannot be set below current effective debt; the call reverts if so.)Adjust borrow fee:
op = UPDATE_BORROW_FEEwith new borrowFeeBps.Rotate referral code:
op = UPDATE_REFERRAL_CODEtriggers regeneration and mapping of a new code (old mapping cleared).Pocket changes:
op = UPDATE_POCKETor the single-assetACT_SET_ALLOCATOR_POCKETS.
Each update must be signed, queued, and timelocked before execution, just like onboarding.
Last updated