> 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/11.-why-was-my-withdrawal-cancelled.md).

# 11. Why was my withdrawal cancelled?

The most common reason for a withdrawal to be canceled is that the confirmation code has expired, as it is only valid for 30 minutes. If this is the case, you can submit a withdrawal request again and confirm it using the email you will receive from [<mark style="color:green;">noreply@rollercoin.com</mark>](mailto:noreply@rollercoin.com).

If you cannot find the withdrawal confirmation email, kindly check your **SPAM** folder.

In other cases, withdrawals might be cancelled due to suspicious activity on your account or for any other reason specified in the withdrawal request.

You can contact [<mark style="color:green;">support@rollercoin.com</mark>](mailto:support@rollercoin.com) for more details regarding your withdrawal request. 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/11.-why-was-my-withdrawal-cancelled.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.
