> 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/overview/specification.md).

# Specification

The **Specification** page displays the configuration that was used to create and deploy this validator. It is a read-only view of the Validator Custom Resource (CR) spec as stored in Kubernetes.

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

{% hint style="info" %}
This view is read-only. Configuration changes cannot be made directly through the console.

\
TO DO: define how to change validator configuration.
{% endhint %}

***

### Identity

The **Identity** section contains the Kubernetes metadata for this Validator resource:

| Field                | Description                                                                  |
| -------------------- | ---------------------------------------------------------------------------- |
| **Namespace**        | The Kubernetes namespace in which the validator is deployed.                 |
| **UID**              | The unique identifier assigned to this Kubernetes resource.                  |
| **Resource version** | The current resource version, used for optimistic concurrency in Kubernetes. |
| **Created**          | The timestamp when the Validator CR was first created.                       |

***

### Network

The **Network** section contains the Canton Network configuration for this validator:

| Field                | Description                                                                         |
| -------------------- | ----------------------------------------------------------------------------------- |
| **Party hint**       | The human-readable identifier used as the basis for this validator's primary party. |
| **Migration ID**     | The Canton Network migration identifier this validator is associated with.          |
| **Contact point**    | The contact email address registered for this validator on the network.             |
| **Scan address**     | The URL of the Canton Scan API endpoint this validator uses.                        |
| **Sponsor SV URL**   | The URL of the Super Validator sponsoring this validator's onboarding.              |
| **Synchronizer URL** | The URL of the Canton Synchronizer (sequencer) this validator connects to.          |

***

### Participant

The **Participant** section contains the participant node configuration:

| Field               | Description                                                            |
| ------------------- | ---------------------------------------------------------------------- |
| **Node identifier** | The unique identifier for this participant node on the Canton Network. |
| **Version**         | The deployed version of the participant software.                      |

***

### UI

The **UI** section shows the configuration of the web interfaces deployed alongside this validator:

| Field      | Description                                                     |
| ---------- | --------------------------------------------------------------- |
| **CNS**    | Whether the Canton Name Service UI is enabled, and its version. |
| **Wallet** | Whether the Wallet UI is enabled, and its version.              |

Copy icons next to each field allow copying values to the clipboard.


---

# 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/overview/specification.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.
