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

# Developers

### Choose a product

Use this page as a developer route selector. Setup steps, commands, API schemas, and troubleshooting remain in the linked product pages.

### Build with CBTC

1. [CBTC environments and prerequisites](/cbtc/get-started/environments-and-prerequisites.md).
2. [CBTC developer Quick Start](broken://spaces/79EUanrlgfSZCzUCp3mB/pages/wBdBCTvsocqHW1vcrfJ8).
3. Choose mint, redeem, transfer, or API work from [Choose a CBTC path](/cbtc/choose-a-cbtc-path.md).

### Build with Decentralization Manager

1. [Decentralization Manager prerequisites](/decentralization-manager/get-started/prerequisites.md).
2. [Run Decentralization Manager locally](/decentralization-manager/get-started/run-locally.md).
3. Continue to [Create a Decentralized Party](/decentralization-manager/get-started/create-a-decentralized-party.md), [Decentralization Manager module selection and custom Daml](/decentralization-manager/concepts-and-development/module-selection-and-custom-daml.md), or [Decentralization Manager API and workflow reference](/decentralization-manager/operations-and-reference/api-and-workflow-reference.md).

### Source repositories

* [CBTC library](https://github.com/DLC-link/cbtc-lib)
* [Shared Canton library](https://github.com/DLC-link/canton-lib)
* [Decentralization Manager](https://github.com/DLC-link/decentralization-manager)

Use approved immutable tags or commits. Do not build production instructions from a mutable branch.

### Need institutional integration support?

<a href="https://bitsafe.typeform.com/helloBitSafe" class="button primary">Talk to BitSafe</a>

### Next step

👉 **Pick the first build:** [CBTC developer Quick Start](/developers/cbtc-quick-start.md) or [Decentralization Manager prerequisites](/decentralization-manager/get-started/prerequisites.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/start-here/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.
