Governor Admin Actions
Overview
The Governor is the on‑chain GovernorTimelock contract managed by a multisig (and other designated roles). It controls administrative functions in the protocol. See technical-resources/singletons/governor-timelock.md for scheduling and execution flows.
Governor-Permissioned Functions
Globals
acceptGovernoractivatePoolManagersetBootstrapMintsetCanDeployFromsetContractPausesetDefaultTimelockParameterssetFunctionUnpausesetManualOverridePricesetMapleTreasurysetMaxCoverLiquidationPercentsetMigrationAdminsetMinCoverAmountsetOperationalAdminsetPendingGovernorsetPlatformManagementFeeRatesetPlatformOriginationFeeRatesetPlatformServiceFeeRatesetPriceOraclesetProtocolPausesetSecurityAdminsetTimelockWindowsetTimelockWindowssetValidBorrowersetValidCollateralAssetsetValidInstanceOfsetValidPoolAssetsetValidPoolDelegatesetValidPoolDeployerunscheduleCall
Note: setValidPoolDeployer is deprecated for enabling deployers and only supports disabling. Use setCanDeployFrom(factory, account, true) together with setValidInstanceOf(<FACTORY_KEY>, factory, true) to allow deployments.
PoolManager
addStrategyfinishCollateralLiquidationsetDelegateManagementFeeRatesetIsStrategysetLiquidityCapsetPendingPoolDelegatesetPoolPermissionManagersetWithdrawalManager(only before initial configuration; callable prior tocompleteConfiguration)triggerDefault
Fixed Term LoanManager
impairLoanremoveLoanImpairmentsetAllowedSlippagesetMinRatioupdateAccounting
Open Term Loan
skim
Open Term Loan Manager
impairLoanremoveLoanImpairment
Pool Permission Manager
configurePoolsetLenderAllowlistsetLenderBitmapssetPermissionAdminsetPoolBitmapssetPoolPermissionLevel
Strategies Contracts
claimRewards(Aave Strategy only)deactivateStrategyimpairStrategyreactivateStrategysetStrategyFeeRatesetPsm(Sky Strategy only)
Upgrading Contracts
The Governor can upgrade the following contracts:
Globals
Liquidator
Withdrawal Manager
Last updated