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

# Home

### Build and operate decentralized infrastructure on Canton Network

BitSafe documentation helps institutions, developers, and node operators evaluate and integrate CBTC and Decentralization Manager.

### Explore products

#### CBTC

Bitcoin on Canton with FROST threshold custody, private Canton workflows, minting, redemption, and transfers.

* [CBTC overview](/cbtc-1/overview.md)
* [How CBTC works](/cbtc-1/how-cbtc-works.md)

#### Decentralization Manager

Open-source infrastructure for creating and operating Decentralized Parties and governed applications across independent Canton nodes.

* [Decentralization Manager overview](/decentralization-manager/overview.md)
* [Decentralization Manager architecture overview](/decentralization-manager/concepts-and-development/architecture-overview.md)

### Trust and support

* [Security and trust index](https://docs.bitsafe.finance/security-and-trust/)
* [BitSafe documentation glossary](https://docs.bitsafe.finance/glossary/)
* [Support and developer resources](https://docs.bitsafe.finance/support-and-developer-resources/)

### Start here

**Choose by role or task:** [Start here: choose a product or task](/start-here.md).


---

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