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

# Summary

The **Summary** page is the default view when opening a validator. It shows the top-level status of the validator and the readiness state of each of its components.

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

***

### Status Cards

Three summary cards are displayed at the top of the page:

| Card        | Description                                                                                                                                                                            |
| ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Status**  | The overall readiness status of the validator (e.g. `Ready`), with a percentage health indicator. A validator is considered fully ready only when all components are in a Ready state. |
| **Network** | The Canton Network this validator is connected to (e.g. `DevNet`).                                                                                                                     |
| **Balance** | The Canton Coin balance held by this validator's main party.                                                                                                                           |

***

### Component Table

Below the status cards, a table lists each application component deployed as part of this validator:

| Column          | Description                                                                         |
| --------------- | ----------------------------------------------------------------------------------- |
| **Component**   | The name of the component (e.g. CNS UI, Participant, Validator backend, Wallet UI). |
| **Application** |                                                                                     |
| **Ready**       | Whether the component is currently ready.                                           |
| **Since**       | The timestamp of the most recent transition to Ready.                               |


---

# 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/summary.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.
