> For the complete documentation index, see [llms.txt](https://faq.rollercoin.com/rollercoin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.rollercoin.com/rollercoin/f.a.q./wallet/4.-why-didnt-my-deposit-arrive.md).

# 4. Why didn't my deposit arrive?

Deposits usually arrive at your RollerCoin deposit wallet within 24 hours. The specific arrival time depends on the blockchain and how busy the website is at the moment.

* First and foremost, check that the funds have been sent to the correct RollerCoin deposit address for this specific currency.
* Another reason a deposit might be missing is that the network used for the transfer is not supported for certain currencies. We kindly advise you to double-check the network when making a deposit, which you can see just beneath the currency you'd like to transfer.

To find a supported network, go to the [<mark style="color:green;">wallet</mark>](https://rollercoin.com/wallet/btc/deposit) page and select the currency that you’d like to transfer. The correct network will be visible just in the <mark style="color:yellow;">IMPORTANT!</mark> note.

<figure><img src="/files/0HXXzg8tMy57CQuDEHbA" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**Please be very aware that if a transaction has been sent to an incorrect address or via network not supported on our site for selected currency — there’s nothing we are able to do to recover or refund it.**
{% endhint %}

If you have not received your deposit within 24 hours, please reach out to our support team at [<mark style="color:green;">support@rollercoin.com</mark>](mailto:support@rollercoin.com). Kindly provide them with the transaction ID, exact amount, currency, and the network used for the deposit.

**Our support team will be happy to help you with your deposit!**


---

# 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://faq.rollercoin.com/rollercoin/f.a.q./wallet/4.-why-didnt-my-deposit-arrive.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.
