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

# Validator Management

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>External &#x26; Multi-Host Parties</strong></td><td>Parties whose keys live outside the participant, and parties hosted across several participants.</td><td><a href="/pages/Rv7ESflF3JDlSKmxVVTb">/pages/Rv7ESflF3JDlSKmxVVTb</a></td></tr><tr><td><strong>Users &#x26; Rights</strong></td><td>The three kinds of user, and how ledger rights work.</td><td><a href="/pages/FVgzppweJgEd3ruSzrxP">/pages/FVgzppweJgEd3ruSzrxP</a></td></tr><tr><td><strong>Identity &#x26; Backups</strong></td><td>Identity dumps, database backups, and recovery.</td><td><a href="/pages/4Vp5wBZHMYe8FUBMgATd">/pages/4Vp5wBZHMYe8FUBMgATd</a></td></tr><tr><td><strong>Key Management Service (KMS)</strong></td><td>Hold Canton node keys in an external KMS.</td><td><a href="/pages/FvWradXScIAZ65HGd3tI">/pages/FvWradXScIAZ65HGd3tI</a></td></tr><tr><td><strong>Participant Query Store</strong></td><td>A queryable projection of the ledger.</td><td><a href="/pages/O9uburaPxGa0schXETwM">/pages/O9uburaPxGa0schXETwM</a></td></tr><tr><td><strong>Wallet Gateway</strong></td><td>Delegate party signing to an external custody provider.</td><td><a href="/pages/GWT4PZXewLfdY0WDM6UM">/pages/GWT4PZXewLfdY0WDM6UM</a></td></tr><tr><td><strong>Upgrades</strong></td><td>Upgrading the platform and validator components.</td><td><a href="/pages/qUfg16XRLly8BlzLYGYS">/pages/qUfg16XRLly8BlzLYGYS</a></td></tr></tbody></table>

***

## How change reaches a validator

Worth internalising before you operate one, because it determines where you go to change things.

<table><thead><tr><th width="270">To change...</th><th>Do this</th></tr></thead><tbody><tr><td>Component versions, resources, database, authentication, optional components, KMS</td><td>Edit the <code>Validator</code> resource and re-apply. The operator reconciles the change.</td></tr><tr><td>Parties, ledger users, wallet users, DAR packages</td><td>Use the console, or the REST API. These are ledger operations, not configuration.</td></tr><tr><td>Platform-wide settings — hostnames, TLS, the identity provider the console uses, Grafana links</td><td>Change the Helm values and upgrade the release.</td></tr><tr><td>Anything Canton supports that CatalyX does not surface</td><td>Use the <a href="/pages/4sw3WOFYdGLA1D8aMaY7">Canton console</a>.</td></tr></tbody></table>

{% hint style="info" %}
Editing a `Validator` is a normal Kubernetes update — `kubectl apply`, `kubectl edit`, or a GitOps commit. Watch the **Observed Generation** on the validator's [Status](/catalyx-blockchain-manager/canton-network/version-2.0/console-guide-canton/validators/status-and-specification.md) tab to confirm your change was picked up.
{% endhint %}


---

# 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/validator-management.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.
