> 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/infrastructure-risk.md).

# Infrastructure Risk

hBTC relies on multiple underlying blockchain and protocol infrastructures, including **Bitcoin**, **Stacks**, **Clarity-based smart contracts**, and the **sBTC decentralized bridge**. The proper functioning of these systems is critical to protocol operation.

Key infrastructure risks include:

* **Blockchain liveness and availability:** Disruptions to Bitcoin or Stacks block production, finality, or network availability could delay deposits, withdrawals, reward processing, or other protocol operations.
* **Network congestion:** Periods of elevated transaction volume on Bitcoin or Stacks may result in increased confirmation times and higher transaction costs, affecting settlement timelines and user experience.
* **Consensus failures:** Failures or instability in underlying consensus mechanisms (e.g., Bitcoin consensus or Stacks’ Proof-of-Transfer) could impact transaction ordering, finality, or contract execution.
* **Bridge and cross-chain infrastructure risk:** hBTC depends on the sBTC decentralized bridge to move Bitcoin between Bitcoin L1 and Stacks. Failures, delays, or security incidents affecting the bridge or its signer network could impair minting, redemption, or asset availability.

While these infrastructures are designed for robustness and decentralization, they are external dependencies and may experience outages, performance degradation, or unforeseen failure modes beyond the control of the hBTC protocol.


---

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