# Deposit Flow

Depositors can deposit funds via the Coolwater dApp by connecting their Web3 Wallet, submitting address whitelisting requests, and initiating deposit transactions. Deposited funds are held in the Deposit vault and transferred to the Trading vault when the next epoch begins. Depositors can view their epoch deposit contributions and pending deposits in the dApp.

Coolwater bears no responsibility for deposits made outside the Coolwater interface (e.g., directly into the deposit wallet).


---

# 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/deposit-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.
