The USM integrates with the ORBT governance system for secure rate management.
Governance interface that is implemented for executing each action respectively:
interface IGovernedContract {
function executeGovernanceAction(bytes32 actionType, bytes calldata payload) external returns (bool);
}