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

# Participant

The **Participant** page displays live status information for this validator's Canton participant node.

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

***

### Status Cards

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

| Card        | Description                                                                                       |
| ----------- | ------------------------------------------------------------------------------------------------- |
| **State**   | The current state of the participant node (e.g. `Active`).                                        |
| **Version** | The full version string of the running participant software, including snapshot build identifier. |
| **Uptime**  | How long the participant node has been running since its last restart.                            |

***

### Identity

The **Identity** section shows the participant's network identity and connection details:

| Field                 | Description                                                                         |
| --------------------- | ----------------------------------------------------------------------------------- |
| **UID**               | The unique identifier for this participant on the Canton Network (party ID format). |
| **Endpoint**          | The internal Kubernetes service endpoint for the participant node.                  |
| **ledger port**       | The port number for the Ledger API (gRPC).                                          |
| **admin port**        | The port number for the Admin API (gRPC).                                           |
| **json port**         | The port number for the JSON API.                                                   |
| **Protocol versions** | The Canton protocol version(s) supported by this participant node.                  |

***

### Components

The **Components** section lists the internal sub-components of the participant node and their current state.

***

### Connected synchronizers

The **Connected synchronizers** section displays the synchronizers the participant node is connected to.

***


---

# 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/ledger/participant.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.
