> 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/console-guide-canton/validators.md).

# Validators

### Validator Overview

Each validator node managed in the current environment is displayed as a row with some key details and indicators.

<div data-with-frame="true"><figure><img src="/files/MVmZ7bWnYOfXgxdATsmO" alt=""><figcaption></figcaption></figure></div>

| Column           | Description                                                                                          |
| ---------------- | ---------------------------------------------------------------------------------------------------- |
| **Name**         | The name of the validator node.                                                                      |
| **Status**       | Current readiness status of the validator components.                                                |
| **Applications** | Number of applications ready out of the total deployed on this validator (e.g. `4 / 4 ready`).       |
| **Network**      | The Canton Network environment this validator is connected to (e.g. `DevNet`). Displayed as a badge. |
| **Party Hint**   | The human-readable party identifier for this validator. A copy icon allows copying the value.        |
| **Version**      | The deployed version of the validator software (e.g. `v0.5.18`).                                     |

{% hint style="info" %}
At the top of the validator table, a summary bar shows aggregate counts for the current environment:

* total: total number of validators configured.
* ready: number of validators with a Ready status.
* issues: number of validators with a non-Ready status requiring attention.
  {% endhint %}

{% hint style="info" %}
\[TODO: document status values and what they indicate — e.g. In Progress, Failing, or any other states visible in production environments]
{% endhint %}

Click the **>** arrow at the right of any row, or click the row itself, to open the **validator detail/ management** view.

***

### Validator Details

Clicking on any validator from the Validators list opens the **validator detail view**. This view has its own secondary navigation panel with sections grouped into four categories.

<div data-with-frame="true"><figure><img src="/files/Acvvb9IdRhEgfHfjpgnZ" alt=""><figcaption></figcaption></figure></div>

<details>

<summary><strong>Overview</strong> - High-level status and configuration of the validator as a Kubernetes resource</summary>

| Page          | Description                                                   |
| ------------- | ------------------------------------------------------------- |
| Summary       | Component readiness and overall validator status at a glance. |
| Status        | Condition stream from the validator controller.               |
| Specification | Read-only view of the Validator CR spec.                      |

</details>

<details>

<summary><strong>Network</strong> — Canton Network participation metrics sourced from the Scan API.</summary>

| Page     | Description                                                |
| -------- | ---------------------------------------------------------- |
| Balances | Canton Coin holdings for this validator's owner party.     |
| Traffic  | Synchronizer traffic counters reported by the participant. |
| Faucets  | Coin drops collected by this validator.                    |

</details>

<details>

<summary><strong>Ledger</strong> — Parties, DAR, and participant management.</summary>

| Page        | Description                                                 |
| ----------- | ----------------------------------------------------------- |
| Parties     | Look up parties by ID prefix or allocate a new one.         |
| DARs        | DAR packages known to the participant; upload new packages. |
| Participant | Live participant node status from the gRPC admin API.       |

</details>

<details>

<summary><strong>Access</strong> — User, wallet, and identity management.</summary>

| Page         | Description                                                       |
| ------------ | ----------------------------------------------------------------- |
| Users        | Participant users provisioned on this validator.                  |
| Wallet Users | Users registered with the Wallet UI.                              |
| Identity     | Managed Keycloak realm and OIDC client configuration.             |
| Endpoints    | Network endpoints exposed by this validator and its applications. |

</details>

Each section is covered in detail in the following section of this guide.

***


---

# 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:

```
GET https://docs.catalyx.solutions/catalyx-blockchain-manager/canton-network/version-2.0/console-guide-canton/validators.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.
