# Why are my funds not appearing?

Your wallet must be fully synchronized before it displays the correct balance. You should see a `SYNCHRONIZED` label in the rounded bar at the top of your screen.

![Synchronized](/files/9a876e7184e87eef5c6c936bd9813da0de67abbc)

If you see "XXXX blocks remaining" this means that your wallet is still synchronizing. Please wait until it is fully synchronized. If your wallet already displays `SYNCHRONIZED`, you can try [rescanning](https://docs.cakewallet.com/features/advanced/rescan-wallet/) by opening the menu at the top-right, tapping `Rescan`, and setting a date from about a week before the wallet's first transaction.

{% hint style="warning" %}
[Rescanning](https://docs.cakewallet.com/features/advanced/rescan-wallet/) will remove any saved transaction keys and destination addresses, which may be useful for proving payments.
{% endhint %}

![Syncing](/files/aef1f768c1ba8f0e9093a1a04d775765695bf56e)

If the wallet says `SYNCHRONIZED` at the top and you don't see your transactions, first try force closing and re-opening your wallet, which forces a rescan.

<details>

<summary>I did not receive funds from an exchange</summary>

If you created an exchange using the built-in exchange within the Cake Wallet app and are not seeing your expected balance, go to the Trade Details screen and check the status of the exchange. If your status is `Waiting` or `Fetching`, this means that your trade is processing. Please wait a few more minutes.

If the status is `Finished`, and your wallet is synchronized but you do not see an incoming transaction, please contact our support team at <support@cakewallet.com>.

</details>

<details>

<summary>I did not receive funds from another wallet</summary>

If you see an incoming transaction and your `Available Balance` and `Full Balance` differ, please wait for up to \~20 minutes while your transaction is confirmed on the Monero blockchain or 3 confirmations on the Bitcoin blockchain. If your wallet is synchronized, and the incoming transaction is not displaying, please contact our support team at <support@cakewallet.com>.

</details>

<details>

<summary>How can I speed up Monero syncing?</summary>

Follow [this tutorial on how to sync a Monero wallet faster](https://guides.monero.com/docs/tutorials/sync-faster/).

</details>


---

# 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/funds-not-appearing.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.
