> For the complete documentation index, see [llms.txt](https://docs.catalyx.solutions/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.catalyx.solutions/catalyx-blockchain-manager/canton-network/version-2.0/getting-started.md).

# Getting Started

This section covers how to get started with CatalyX Blockchain Manager (CAT-BM) 2.0 for the Canton Network.

<div data-with-frame="true"><figure><img src="https://2680825251-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsUGPGTcyMu8FXsdY8XQY%2Fuploads%2Fgit-blob-dc46fa989b106363d8213245bcb84eb22290f5ab%2Fimage%20(152).png?alt=media" alt=""><figcaption></figcaption></figure></div>

CatalyX Blockchain Manager (CAT-BM) 2.0 is a Kubernetes-native platform for deploying and operating Canton Network validator nodes, with GitOps-driven operations and full lifecycle automation for Canton Network components.

{% hint style="info" %}
CAT-BM 2.0 is a complete rewrite succeeding the 1.x line: a new operator, a new REST API, and a rebuilt web platform. You declare a validator as a single Kubernetes custom resource, and the platform provisions the entire stack (i.e. the Canton participant node, the validator app, the Wallet and CNS UIs, and the authentication behind them). It then gives you a management plane and an API to operate it without direct cluster access.
{% endhint %}

## Documentation Overview

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><i class="fa-hexagon-nodes">:hexagon-nodes:</i></td><td><strong>Introduction to Canton Network</strong></td><td>Learn more about Canton Network.</td><td><a href="/catalyx-blockchain-manager/canton-network/version-2.0/introduction-to-canton-network.md">Introduction to Canton Network</a></td></tr><tr><td><i class="fa-gear-complex-code">:gear-complex-code:</i></td><td><strong>Technical Architecture</strong></td><td>System design, topology, and infrastructure.</td><td><a href="/catalyx-blockchain-manager/canton-network/version-2.0/architecture.md">Technical Architecture</a></td></tr><tr><td><i class="fa-circle-arrow-down">:circle-arrow-down:</i></td><td><strong>Installation Instructions</strong></td><td>Prerequisites and platform install.</td><td><a href="/catalyx-blockchain-manager/canton-network/version-2.0/installation-instructions-canton.md">Installation Instructions</a></td></tr><tr><td><i class="fa-book-atlas">:book-atlas:</i></td><td><strong>Validator CRD Reference</strong></td><td>Validator CRD fields walkthrough.</td><td><a href="/catalyx-blockchain-manager/canton-network/version-2.0/validator-crd.md">Validator CRD Reference</a></td></tr><tr><td><i class="fa-desktop-arrow-down">:desktop-arrow-down:</i></td><td><strong>User Guide</strong></td><td>Walkthrough of the CatalyX platform.</td><td><a href="/catalyx-blockchain-manager/canton-network/version-2.0/console-guide-canton.md">User Guide</a></td></tr><tr><td><i class="fa-tachograph-digital">:tachograph-digital:</i></td><td><strong>Validator Management</strong></td><td>Core functionality and validator operations.</td><td><a href="/catalyx-blockchain-manager/canton-network/version-2.0/validator-management.md">Validator Management</a></td></tr><tr><td><i class="fa-memo">:memo:</i></td><td><strong>Release Notes</strong></td><td>Latest product updates and release notes.</td><td><a href="/catalyx-blockchain-manager/canton-network/version-2.0/release-notes.md">Release Notes</a></td></tr><tr><td><i class="fa-square-info">:square-info:</i></td><td><strong>Support &#x26; Resources</strong></td><td>Additional support and resources.</td><td><a href="/catalyx-blockchain-manager/canton-network/version-2.0/support-and-resources.md">Support &amp; Resources</a></td></tr></tbody></table>

***

## Where to start

{% stepper %}
{% step %}
**Understand the shape of the system**

Read [Architecture](/catalyx-blockchain-manager/canton-network/version-2.0/architecture.md) to see how the operator, API, UI, and Canton nodes fit together.
{% endstep %}

{% step %}
**Install the platform**

Follow [Installation Instructions](/catalyx-blockchain-manager/canton-network/version-2.0/installation-instructions-canton.md) to check prerequisites and install the Helm chart into your cluster.

{% hint style="warning" %}
2.0 is **not an in-place upgrade** from 1.10 or 1.11. It installs fresh alongside or in place of an existing deployment. Contact IntellectEU support before planning a migration.
{% endhint %}
{% endstep %}

{% step %}
**Create your first validator**

Apply a `Validator` resource as described in [Create a Validator](/catalyx-blockchain-manager/canton-network/version-2.0/validator-management/create-a-validator.md).
{% endstep %}

{% step %}
**Operate it from the platform**

Open the [User Guide](/catalyx-blockchain-manager/canton-network/version-2.0/console-guide-canton.md) to learn what each screen shows and which operations it supports.
{% endstep %}
{% endstepper %}


---

# 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.catalyx.solutions/catalyx-blockchain-manager/canton-network/version-2.0/getting-started.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.
