> For the complete documentation index, see [llms.txt](https://docs.xyb.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xyb.co/xyb-platform-1/xyb-ledger/ledger-operation-in-xyb-console/postings-and-balances-in-xyb-console/navigating-wallet-balances-and-postings-in-console.md).

# Navigating Wallet Balances and Postings in Console

The Console UI provides a structured and layered view into your ledger's financial data, starting from charts, down to accounts, wallets, and individual postings. Find out how to access and interpret wallet balances and the related transaction history.

#### 1. Start from the Ledger Balances Page

Go to **Ledger > Balances** to access an overview of all configured charts.

* Each row shows:
  * **Chart name**
  * **Number of accounts**
  * **Creation date**
* Click the **arrow icon (→)** next to a chart to view its accounts.

Use filters (top-right) to narrow by creation date, chart/group type, or to search by wallet/account. Alternatively, you can also switch to Group view to view the same details for Groups.

<figure><img src="https://2842134550-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FakJn6TxWIBAbZwLlYoVP%2Fuploads%2Fn1PxyjJDW5OrAII81YGT%2Fimage.png?alt=media&amp;token=6c806b64-798a-4787-b288-cf3b3f00970f" alt=""><figcaption></figcaption></figure>

#### 2. View Accounts Within a Chart

Once inside a chart, you’ll see a list of all **accounts** under that chart.<br>

<figure><img src="https://2842134550-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FakJn6TxWIBAbZwLlYoVP%2Fuploads%2FtiJM5dJBfbUDBrhw246o%2Fimage.png?alt=media&amp;token=2b02689c-7d3b-46cf-b542-619b5ca8f1af" alt=""><figcaption></figcaption></figure>

Each account row shows:

* **Account name**
* **Tags**
* **Number of wallets**
* **Creation date**
* **Status** (e.g., Open)

Click the **arrow icon (→)** next to an account to view the wallets and view aggregated balances.<br>

3. **Account Balance Summary**

On the account view, you'll find a breakdown of balances by currency:

* **Total committed**: Settled value across all wallets in this account
* Shows totals per currency (e.g., GBP, EUR, USD)
* Based on the **as-of** timestamp in the top-right

<figure><img src="https://2842134550-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FakJn6TxWIBAbZwLlYoVP%2Fuploads%2FV1JYSzXXBncb7bMYKBjw%2Fimage.png?alt=media&amp;token=d5b36192-7d32-4c41-a917-bfc230c1c5d8" alt=""><figcaption></figcaption></figure>

A table lists all **wallets under the account**, with details:

| Field             | Description                        |
| ----------------- | ---------------------------------- |
| Wallet name       | Unique name of the wallet          |
| Type              | Accounting type (Asset, Expense…)  |
| Committed balance | Total settled funds in that wallet |
| Res. debit/credit | Reserved amounts (pending out/in)  |
| Currency          | Wallet's fixed currency            |

Click any wallet to open the detailed balance and transaction view.

4. **Review Wallet Level Details**

In the wallet view, you’ll see:

* **Reserved debit**: Future outgoing funds
* **Reserved credit**: Future incoming funds
* **Total committed**: Settled and posted funds currently on the wallet

**Recent Postings**

A list of recent transactions involving this wallet, with:

| Field      | Description                            |
| ---------- | -------------------------------------- |
| Posting ID | Clickable ID of the transaction        |
| From / To  | Wallet addresses                       |
| Side       | Debit or credit                        |
| Amount     | Transaction amount                     |
| Currency   | Transaction currency                   |
| Value date | When the transaction impacted balances |
| Status     | e.g., `Posted`                         |

Click **View all** or any Posting ID to drill into full transaction details.<br>

5. **View Posting Details**

When viewing a posting, you’ll see:

* **Amount, From, To** wallets
* **Created time** and **value date**
* **Related postings** (e.g., the credit side of a debit)

This lets you trace both sides of the transaction.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.xyb.co/xyb-platform-1/xyb-ledger/ledger-operation-in-xyb-console/postings-and-balances-in-xyb-console/navigating-wallet-balances-and-postings-in-console.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
