> 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/10.-how-much-time-does-it-take-for-withdrawal-to-be-processed.md).

# 10. How much time does it take for withdrawal to be processed?

Usually it takes up to ten (10) **business** days (two weeks) in order for withdrawal requests to be processed and released from the platform to the wallet that you have stated upon submitting a request.

Circumstances that might affect the time period that it takes for the withdrawal to be processed and sent to your wallet or reflect at the stated destination might include:

1. Investigation of suspicious activity that has been noticed in your account might affect the time frame of withdrawal request.
2. Technical issues connected to the amount of requests that we receive might cause a slight delay in the time frame that it takes for the requests to be processed.
3. Internal or external issues connected to the blockchain and wallet compatibility and its relevance to our site might also affect the time frame of the withdrawal process.

You may always contact [<mark style="color:green;">support@rollercoin.com</mark>](mailto:support@rollercoin.com) for more specific information or any other issues. Be sure to provide your registration email address, in-game username, date of registration, and details regarding the withdrawal so that our support team can assist you as quickly as possible!


---

# 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/10.-how-much-time-does-it-take-for-withdrawal-to-be-processed.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.
