# Balance Breakdown

* You can view your Bold Vault balance breakdown by hovering over the Vault balance section.

<figure><img src="/files/D4KgIbzebfGlf3eskob1" alt="" width="291"><figcaption></figcaption></figure>

<table><thead><tr><th width="140.11328125" align="center">Balance Type</th><th align="center">How It Is Calculated</th></tr></thead><tbody><tr><td align="center">Confirmed balance</td><td align="center">Bitcoin in your Vault that has been verified on the bitcoin network.</td></tr><tr><td align="center">Pending withdrawals</td><td align="center">The sum of any pending outgoing payments from your Vault. </td></tr><tr><td align="center">Available</td><td align="center"><code>Total</code> bitcoin in your Vault minus any <code>Pending withdrawals</code>.</td></tr><tr><td align="center">Pending deposits</td><td align="center">The sum of all bitcoin in your Vault currently in the process of being confirmed by the bitcoin network.</td></tr><tr><td align="center">Total</td><td align="center">The sum of your <code>Confirmed balance</code> and <code>Pending deposits</code> minus any <code>Pending withdrawals</code>.</td></tr></tbody></table>


---

# Agent Instructions: 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.getbold.io/bold-vault/balance-breakdown.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.
