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

# Balances

The **Balances** page displays the Canton Coin balance for this validator's owner party.

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

***

### Balance Cards

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

| Card               | Description                                                                              |
| ------------------ | ---------------------------------------------------------------------------------------- |
| **Total holdings** | The total Canton Coin balance held by this validator's owner party.                      |
| **Unlocked**       | The portion of holdings that is currently unlocked and available for use.                |
| **Locked**         | The portion of holdings that is currently locked (e.g. in escrow or pending operations). |

***

### Snapshot

The **Snapshot** section provides details about when and how the balance was computed:

| Field                    | Description                                                              |
| ------------------------ | ------------------------------------------------------------------------ |
| **Owner party**          | The full party ID of the validator's owner, used to look up the balance. |
| **Record time**          | The ledger time at which the snapshot was taken.                         |
| **Migration ID**         | The Canton Network migration this snapshot corresponds to.               |
| **Computed as of round** | The Canton Network round number at which the balance was computed.       |
| **Available coin**       | The amount of coin available at the time of the snapshot.                |

{% hint style="info" %}
Balance data is sourced from the Canton Scan API. The snapshot may not reflect transactions that occurred after the **Record time** shown.
{% endhint %}


---

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