# Governance & Operational Control

Fusion enables a clear **Separation of Duties** through a hierarchical [Role-Based Access Control](https://app.gitbook.com/s/oaErR6oxxmjeJRJYOuXH/atomists/vault-configuration-step-by-step/access-management) (RBAC) system. This ensures that strategy execution remains bounded by administrative guardrails.

## **Operational Roles**

* **Portfolio Manager/Vault Curator (“**[**Atomist**](https://app.gitbook.com/s/oaErR6oxxmjeJRJYOuXH/architecture-overview/quickstart)**”):** Acts as the primary strategy or mandate architect, defining the "Walled Garden" environment. They select the approved assets, Execution Adapters (Fuses), and risk bounds.
* **Strategy Executor (“**[**Alpha**](https://app.gitbook.com/s/oaErR6oxxmjeJRJYOuXH/architecture-overview/publish-your-docs)**”):** Operates like a trader with **limited API keys**. They are free to execute active strategies and rebalance positions, but only within the pre-defined execution envelope. They cannot exfiltrate funds or interact with unauthorized protocols.
* **Risk Manager:** Monitors exposure in real-time and adjusts safety parameters as market conditions evolve. This role can be integrated with professional external risk providers to provide continuous parameter optimization, market stress testing, and quantitative risk modeling.
* **Emergency Controller (“Guardian”):** A specialized responder role capable of pausing operations or cancelling scheduled transactions with zero delay during market anomalies or security events. This role is designed to be integrated with real-time monitoring solutions to enable automated responses to detected threats.

## 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.

## **Institutional Tooling & Automation**

To support programmatic strategy execution, Fusion provides a comprehensive [**Python SDK**](https://app.gitbook.com/s/oaErR6oxxmjeJRJYOuXH/alpha/sdk). This allows Portfolio Managers to implement complex logic and automate rebalancing workflows without writing Solidity code, maintaining operational efficiency while staying strictly within the vault's secure execution envelope.

## **Transparency & Auditability**

Every governance action, parameter change, and strategy interaction is recorded as a discrete onchain event. This provides a permanent, **event-level audit trail** for compliance officers, risk ratings agencies, insurers, and external regulators.

####
