> For the complete documentation index, see [llms.txt](https://vincechain.gitbook.io/vince-chain-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vincechain.gitbook.io/vince-chain-documentation/vince-chain-x-users/connecting-wallet/view-balances.md).

# View Balances

Asides from viewing your balance on your wallet, you can view asset balances (in USD) directly on Vince Chain. This Vince Chain functionality encourages excellent user experience, especially when navigating and using Vince Chain products and services, including those of third-party patrons or developers.

The $VCE coin is the primary coin on Vince Chain and can be used to navigate Vince Chain and perform transactions easily, including providing liquidity, staking, and governance. With more integrations and innovation on Vince Chain, we could see more use cases for $VCE.

Like many other crypto assets, you can view your $VCE balances in your local currency; primarily, they are displayed in the United States Dollars (USD). Also, the value of the $VCE is dependent on the demand and supply of the coin in the exchange market. Vince Chain does not involve malicious price inflations to keep VCE relevant; the VCE community is responsible for governance and maintaining the integrity of the token.

It is also important to note that assets whitelisted on Vince Chain could have different token standards, eg., ERC20, IBC, ERC721, BEP20, etc. Although there are protocols in place that trivialize concerns regarding misconceptions, users have to cross-check transactions before approving them.

\</ Image on asset balances comes here>


---

# 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://vincechain.gitbook.io/vince-chain-documentation/vince-chain-x-users/connecting-wallet/view-balances.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.
