# Withdrawals

1. When a user (investor, player, or developer) wishes to withdraw funds (fiat, stablecoins, or accumulated Nudix tokens), they submit a withdrawal request.
2. The platform (centralized accounting system) verifies the accuracy, performs KYC/AML checks (if necessary), and may apply a delay (2–3 days).
3. After the delay, the funds are either retained in crypto and sent to the specified wallet or converted into fiat currency via a partnered payment service.


---

# 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://whitepaper.nudix.io/token-flow-scheme/detailed-process-flow-for-platform-users/withdrawals.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.
