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

# Traffic

Traffic represents the pre-purchased capacity that allows the validator's participant to submit transactions on the Canton synchronizer. Validators must have sufficient traffic to participate in Canton Network rounds.

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

***

### Traffic Cards

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

| Card                | Description                                                             |
| ------------------- | ----------------------------------------------------------------------- |
| **Total consumed**  | The total amount of traffic consumed by this validator's participant.   |
| **Total limit**     | The total traffic limit currently allocated to this validator.          |
| **Total purchased** | The total amount of traffic that has been purchased for this validator. |

{% hint style="info" %}
\[TODO: include more details about traffic and documentation to DA docs]
{% endhint %}

***

### Routing

The **Routing** section shows the synchronizer routing details used by this validator's participant:

| Field           | Description                                                  |
| --------------- | ------------------------------------------------------------ |
| **Domain**      | The Canton domain identifier this validator is connected to. |
| **Participant** | The participant party address used for synchronizer routing. |
| **Endpoint**    | The URL of the Scan API endpoint used for traffic reporting. |

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/network/traffic.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.
