7.3 Parameter Adjustment

Change protocol settings like fee rates or slashing thresholds.

🧩 Mechanism

Proposals encode direct calls to configuration contracts:

function setOracleFeeBps(uint16 newRate) external onlyGovernance;

⏱ Timelock Guard

  • Delay between approval and execution (e.g., 24h)

  • Allows time for exits if needed

🛑 Emergency Controls

  • Multisig can pause staking/bridge in emergencies

  • Requires DAO approval after the fact

⚖️ Combines decentralization with operational safety.