# Withdrawal Flow

Depositors can withdraw funds by submitting withdrawal requests through the dApp. Depending on the Strategy, there may be a cutoff time at which withdrawal requests need to be made to be eligible for processing before the start of the next epoch. All withdrawal requests made within the cutoff time window will be processed and Senior Depositors will receive their funds back in the wallet they originally deposited from.&#x20;

Note: if there are any capital losses from the Strategy, Lead Strategists take the first capital loss and withdrawals to Depositors are still processed. If losses ever exceed Lead Strategists’ balance contributions, then funds deployment will be halted to ensure Depositors can recover their principal as best as possible.


---

# 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.coolwater.xyz/functional-overview/withdrawal-flow.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.
