# 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](https://docs.bitsafe.finance/developers/cbtc-overview) - Architecture and core concepts
* [CBTC Quick Start](https://docs.bitsafe.finance/developers/cbtc-quick-start) - Mint your first CBTC in 15 minutes
* [SDK Setup and Installation](https://docs.bitsafe.finance/developers/sdk-setup-and-installation) - Install cbtc-lib and configure your environment
* [CBTC Testnet Guide](https://docs.bitsafe.finance/developers/cbtc-testnet-guide) - Test on Canton testnet before going live

## Core Operations

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

## Advanced

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

## Reference

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


---

# Agent Instructions: 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.bitsafe.finance/developers.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.
