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

# Developers

Build integrations, wallets, and DeFi protocols with CBTC on the Canton Network. This section covers everything you need to go from first API call to production deployment.

## Getting Started

* [CBTC Overview](/developers/cbtc-overview.md) - Architecture and core concepts
* [CBTC Quick Start](/developers/cbtc-quick-start.md) - Mint your first CBTC in 15 minutes
* [SDK Setup and Installation](/developers/sdk-setup-and-installation.md) - Install cbtc-lib and configure your environment
* [CBTC Testnet Guide](/developers/cbtc-testnet-guide.md) - Test on Canton testnet before going live

## Core Operations

* [CBTC Minting and Burning](/developers/cbtc-minting-and-burning.md) - Convert BTC to CBTC and back with code
* [CBTC Authentication](/developers/cbtc-authentication.md) - Authenticate with the Canton Ledger API
* [CBTC API Reference](/developers/cbtc-api-reference.md) - Full API endpoint documentation
* [Instrument ID Management](/developers/instrument-id-management.md) - Manage CBTC instrument identifiers

## Advanced

* [Integration Guides](/developers/integration-guides.md) - Integrate CBTC into your platform
* [Technical Reference](/developers/technical-reference.md) - Detailed technical specifications
* [Security Deep Dive](/developers/security-deep-dive.md) - Threat model, FROST signatures, and audit results

## Reference

* [Resources](/developers/resources.md) - Audit reports, whitepapers, and external links
* [Changelog](/developers/changelog.md) - Release notes and version history


---

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