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

# Node operators

**Use this path if you operate Canton infrastructure and will host Decentralization Manager.** This page is a role-specific checklist; the linked guides own configuration and procedures.

### What you own

* One independently operated Decentralization Manager instance.
* Authenticated access to the Canton Admin and Ledger APIs.
* Operator identity, local credentials, persistent state, and backups.
* A verified peer-communication endpoint and trusted peer records.
* Monitoring, incident response, and coordinated upgrades.

### Operator path

<table data-search="false"><thead><tr><th>Goal</th><th>Canonical guide</th></tr></thead><tbody><tr><td>Evaluate in a controlled environment</td><td><a href="/decentralization-manager/get-started/run-with-docker.md">Run Decentralization Manager with Docker</a></td></tr><tr><td>Deploy for production</td><td><a href="/decentralization-manager/get-started/production-deployment.md">Decentralization Manager production deployment</a></td></tr><tr><td>Configure access</td><td><a href="/decentralization-manager/operations-and-reference/authentication-and-operator-roles.md">Decentralization Manager authentication and operator roles</a></td></tr><tr><td>Connect independent operators</td><td><a href="/decentralization-manager/get-started/connect-peers.md">Connect Decentralization Manager peers</a></td></tr><tr><td>Join the BitSafe Node Operator Network</td><td><a href="/decentralization-manager/get-started/join-the-bitsafe-node-operator-network.md">Join the BitSafe Node Operator Network: Onboarding Guide</a></td></tr><tr><td>Operate packages and contracts</td><td><a href="/decentralization-manager/operations-and-reference/package-and-contract-operations.md">Decentralization Manager package and contract operations</a></td></tr><tr><td>Recover or upgrade</td><td><a href="/decentralization-manager/operations-and-reference/backup-recovery-and-upgrades.md">Decentralization Manager backup, recovery, and mesh upgrades</a></td></tr><tr><td>Review trust boundaries</td><td><a href="/decentralization-manager/operations-and-reference/security-architecture.md">Decentralization Manager security architecture</a></td></tr></tbody></table>

### Join the BitSafe Node Operator Network

Operators who want to be considered for Canton applications that need independent hosts can follow [Join the BitSafe Node Operator Network: Onboarding Guide](/decentralization-manager/get-started/join-the-bitsafe-node-operator-network.md).

The onboarding path covers:

1. Deploy Decentralization Manager on an existing Canton node.
2. Exchange peer and party details with BitSafe through an approved secure channel.
3. Validate the TestNet connection and basic operational readiness.
4. Repeat the approved peer exchange on MainNet.
5. Complete registry activation and become eligible for application matching.

Commercial terms are agreed between each application and its participating operators. BitSafe may coordinate the operator group or act as application administrator. Operator earnings are not guaranteed.

### Want to join the operator network?

<a href="https://bitsafe.typeform.com/to/oU6g8loF" class="button primary">Apply to join the BitSafe Node Operator Network</a>

### Production readiness

* [ ] Pin an approved release and immutable image digest.
* [ ] Disable insecure mode and enforce operator roles.
* [ ] Restrict Canton and peer network paths.
* [ ] Preserve and protect the Noise identity, database, credentials, and DARs.
* [ ] Verify peer records through an authenticated channel.
* [ ] Test backup, restore, monitoring, incident response, and mesh upgrades.
* [ ] Complete one low-risk workflow and verify the resulting Canton state.

### Scope boundary

**Attestor** is a CBTC-specific role. This page covers Decentralization Manager instances, peers, packages, governance, and recovery.

### Ready to apply?

<a href="https://bitsafe.typeform.com/to/oU6g8loF" class="button primary">Apply to join the BitSafe Node Operator Network</a>

### Next step

👉 **Prepare the production environment:** [Decentralization Manager production deployment ](/decentralization-manager/get-started/production-deployment.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/node-operators.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.
