> For the complete documentation index, see [llms.txt](https://docs.kujira.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kujira.app/dapps-and-infrastructure/finder/product-guides/how-to-view-the-balance-of-a-wallet.md).

# How to View a Wallet's Balance

* Navigate to [finder.kujira.app](https://finder.kujira.app/)

<figure><img src="https://lh6.googleusercontent.com/muLAnmfcU0Po0lCkmNEEYgfITuovRJQ8khvSgVVrXAhOYLmvf26OGv_0lDaQ9EHOeKHCto1OLU-ckh2OSYO5pqVfWHRG5RgSpw0XqM8u32q03KkBp4nUdePhMdpWCp8vjbViLdBquDpm0e7jjHpb8xU" alt=""><figcaption></figcaption></figure>

* Enter the public address of the Kujira wallet that you are curious about

<figure><img src="https://lh6.googleusercontent.com/SWpKwhJxtAeqN1y0qfOP9Nu_xwF7k3y3KwI_4C9yz8mW_Bbfe0EjFBVyz_9ZpXGUF4ZnLaLLHGPi2g8fXEg25FIXJ-lCJv7qZcFcnAofTbxzDh8CskNfm8IxrkozRCjGx4pjFYQepVXeKvAdG2emH9U" alt=""><figcaption></figcaption></figure>

* Press the blue ‘Search’ button

<figure><img src="https://lh6.googleusercontent.com/qlFQFr6NlcIBsnZ6MR8LILb0oeG0WphgroLQyiB-gkFThrIejJTkm_xFF6KsxkpB_NLKyv9Ja32bgHEyXvk_YD3xFHtz7NuGx4WBAfILAKhA06taph6eo6GLf3sOB5B1aHusZaN9YJucRaQ4piV_kKA" alt=""><figcaption></figcaption></figure>

* On the left side you will see KUJI balances, and validators KUJI is staked with. On the right side you will see the wallet token balances. On the bottom you will see past wallet transactions. Page through older transactions by clicking on the ‘2’ or the ‘...’ at the bottom


---

# 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.kujira.app/dapps-and-infrastructure/finder/product-guides/how-to-view-the-balance-of-a-wallet.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.
