# Balance Breakdown

* Access your Bold Wallet balance breakdown by hovering over the bitcoin balance section.

<figure><img src="/files/vtzVGC7dBzw3UeaOWTNn" alt="" width="284"><figcaption></figcaption></figure>

* Click the `More detail` button to bring up more information.

<figure><img src="/files/lqJxqKqzavNODkqi2RsY" alt="" width="375"><figcaption></figcaption></figure>

<table><thead><tr><th width="154.53515625" align="center">Balance Type</th><th align="center">How It Is Calculated</th></tr></thead><tbody><tr><td align="center">Cleared BTC</td><td align="center">Bitcoin in your account that has passed the hold criteria</td></tr><tr><td align="center">Pending debits from cleared BTC</td><td align="center">Any pending payments or sell orders from your Bold wallet  </td></tr><tr><td align="center">Available to Withdraw</td><td align="center"><code>Cleared BTC</code> minus <code>Pending debits</code> from cleared BTC</td></tr><tr><td align="center">BTC on hold</td><td align="center">The <code>Sum</code> of all bitcoin in your account currently under a hold period</td></tr><tr><td align="center">Pending debits from BTC on hold</td><td align="center">Any pending payments or sell orders with your BTC on hold</td></tr><tr><td align="center">Available to trade</td><td align="center"><code>Available to withdraw bitcoin</code> and <code>BTC on hold</code> minus any <code>Pending debits</code> from BTC on hold.</td></tr><tr><td align="center">pending credits</td><td align="center">Any credited Bitcoin to your account that has not fully settled into your account.</td></tr><tr><td align="center">Total</td><td align="center">The sum of your <code>Available to trade</code> and <code>Pending credits</code> (this covers the total bitcoin in your account minus any outstanding debits)</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-wallet/interactive-blocks.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.
