Governance and Segregation of Duties

A cornerstone of institutional finance is the Segregation of Duties. Fusion’s Role-Based Access Control (RBAC) maps directly to this requirement through three distinct pillars:

The Atomist (Curator / Institutional Oversight / Strategy)

The Atomist defines the "playing field." This role is typically held by a compliance or risk committee.

  • Capabilities: Configure whitelisted protocols (Fuses), approve specific assets and markets (Substrates), and set hard risk limits, providing a 24/7 on-chain safety mechanism.

  • Role in Segregation: The Atomist cannot execute trades but dictates the rules under which trades occur, ensuring compliance-first management.

The Alpha (Professional Execution / Active Management)

The Alpha is the active manager.

  • Capabilities: Execute multi-protocol strategies via the execute() function within the guardrails set by the Atomist.

  • Constraint: The Alpha can only interact with assets and protocols previously approved by the Atomist.

The Guardian (Risk Circuit Breaker)

The Guardian is an emergency role designed for rapid intervention.

  • Capabilities: Instantaneously pause vault operations or cancel pending transactions if market conditions deteriorate or suspicious activity is detected.

Execution Control & Delay Management

Fusion provides granular control over how and when governance actions are finalized:

  • Flexible Timelocks: Different accounts assigned to the same role can have different execution delays. A cold-storage Multisig can be configured with zero delay for emergency responses, while an operational EOA (Externally Owned Account) could be subject to a mandatory 24-hour timelock for the same role.

  • Global Safety Margins: The Owner can enforce global minimum execution delays per role. This ensures that sensitive changes (e.g., modifying fee structures or adding new fuses) always provide a predictable audit window for stakeholders before completion.

Last updated