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

# Counterparty Risk

hBTC relies on **external protocols and infrastructure outside the control of Hermetica**. These counterparties are critical to strategy execution and asset movement and introduce risks that may affect protocol performance or asset availability.

{% hint style="info" %}
While Hermetica conducts technical diligence and ongoing monitoring of counterparties, reliance on external protocols inherently exposes the system to risks beyond Hermetica’s direct control.
{% endhint %}

#### Zest Protocol

hBTC integrates with the **Zest Protocol** to access money market infrastructure for **collateralized lending against sBTC**.

Risks associated with reliance on Zest include:

* **Protocol risk:** Vulnerabilities, design flaws, or economic failures within Zest could result in loss of funds, impaired liquidity, or forced position unwinds.
* **Liquidation and oracle risk:** Adverse price movements, oracle failures, or parameter changes may increase liquidation risk or affect borrowing conditions.
* **Governance and upgrade risk:** Changes to Zest’s contracts, risk parameters, or governance decisions may impact hBTC strategy execution.
* **Operational dependency:** Downtime, degraded performance, or paused functionality could disrupt protocol operations.

The Zest Protocol is governed independently and introduces risks that are external to Hermetica.

Additional information on Zest is available at:

* **Website:** <https://zestprotocol.com>
* **Documentation:** <https://docs.zestprotocol.com>

#### sBTC Decentralized Bridge

hBTC also depends on the **sBTC decentralized bridge** to enable the movement of Bitcoin between Bitcoin L1 and the Stacks ecosystem.

Risks associated with the sBTC bridge include:

* **Bridge security risk:** Failures, vulnerabilities, or signer coordination issues could impair minting or redemption of sBTC.
* **Cross-chain dependency:** Delays or disruptions in Bitcoin or Stacks network operations may affect bridge functionality.
* **Governance and operational risk:** Changes to bridge parameters, signer sets, or operational processes may impact availability or performance.

The sBTC bridge is governed independently and introduces risks that are external to Hermetica.

Additional information on sBTC is available at:

* **Website:** [https://www.stacks.co/sbtc](https://www.stacks.co/sbtc?utm_source=chatgpt.com)
* **Documentation:** [https://docs.stacks.co/learn/sbtc](https://docs.stacks.co/learn/sbtc?utm_source=chatgpt.com)


---

# 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
