# Why is my Available Balance 0?

Your 'Full' and 'Available' Balances are a part of how the Monero network operates. Your "Full Balance" is the total XMR in your wallet, including transactions that are not fully confirmed, and your "Available Balance" is the total amount of XMR in your wallet that can be sent immediately.

After you send an outgoing transaction, you have to wait 10 blocks before your transaction will appear in your "Available Balance". Similarly, when you initially receive an incoming XMR transaction, you'd need to wait 10 blocks before the incoming XMR transaction will be reflected in your "Available Balance". This is not something that Cake Wallet can change or update in a future version, as this is enforced by the Monero blockchain itself.

<div align="left"><img src="/files/86db64530e06492210d0921a7706e87eda09a2fb" alt="Balance" width="375"></div>


---

# 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.cakewallet.com/faq/zero-balance.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.
