> For the complete documentation index, see [llms.txt](https://docs.hermetica.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hermetica.fi/hbtc/risk-disclosures/operational-risk.md).

# Operational Risk

hBTC relies on a combination of on-chain smart contracts and off-chain keeper systems to monitor risk parameters, execute rebalancing actions, and perform accounting functions. As a result, the protocol is exposed to **operational risks** that may affect performance or availability.

Key operational risks include:

* **Off-chain service dependency:** Certain risk controls and strategy operations rely on off-chain services (e.g., keepers) to monitor conditions and submit transactions. Failures, delays, or misconfigurations could impair timely execution.
* **Cloud infrastructure availability:** Off-chain services depend on third-party cloud infrastructure providers (e.g., AWS or similar). Outages, service degradation, or network disruptions affecting these providers could impact monitoring, execution, or responsiveness.
* **Key management risk:** Operational roles require private key management; compromise, loss, or misuse of keys could disrupt protocol operations or trigger emergency controls.
* **Human error:** Configuration mistakes, incorrect parameter updates, or operational oversights may result in unintended behavior or degraded performance.
* **Monitoring and alerting failures:** Breakdowns in monitoring, alerting, or response processes could delay detection of adverse conditions.

**Mitigation:**\
Operational roles are narrowly scoped, governed by explicit permissions, and subject to governance controls and timelocks. Automated monitoring, fallback mechanisms, and emergency controls (including protocol pause and unwind functionality) are in place to reduce the impact of operational failures.

{% hint style="info" %}
Despite these controls, operational risks cannot be fully eliminated, and adverse events may result in delayed actions, reduced performance, or temporary disruption of protocol activity.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hermetica.fi/hbtc/risk-disclosures/operational-risk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
