> For the complete documentation index, see [llms.txt](https://docs.bitsafe.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bitsafe.finance/faqs/security-and-audits.md).

# Security and Audits

### What this page is for

This page covers the most common security questions at a high level and points to the canonical pages for details.

### How is CBTC secured?

CBTC uses threshold signing with FROST to secure Bitcoin reserves. For the detailed security explanation, see:

* <https://docs.bitsafe.finance/developers/security-deep-dive>

### Is CBTC audited?

See the audit reports here:

* <https://docs.bitsafe.finance/product-suite/cbtc/audit-reports> You can also view the public audit report here:
* <https://certificate.quantstamp.com/full/cbtc/5d0d805e-8cf0-4a39-bf1a-0e94899b3c1c/index.html>

### Where can I learn more about the security model?

* <https://docs.bitsafe.finance/product-suite/cbtc/security-model>

### What are the main things to double-check before production use?

* Use the Developers docs as the source of truth for integration steps.
* Treat API behavior as subject to change unless explicitly labeled otherwise.
* Validate assumptions against the changelog for recent updates: <https://docs.bitsafe.finance/developers/changelog>


---

# 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.bitsafe.finance/faqs/security-and-audits.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.
