# Withdraw

Investment Pool withdrawals are handled in the Pool chosen Base Currency. Withdrawals are by default permissionless and the Pool Administrator can configure the following restrictions:

* Minimum and maximum withdrawal limits
* Investor Whitelist

If you qualify to withdraw from the Pool, you will be able to click on the "Withdraw" Button at the bottom right of the [Pool Page.](/investor-portal/the-pool-page.md)

## Withdrawal Workflow

### Approval

The First Step is to approve the Investment Pool withdrawal smart contract for the Investment Pool token.

<figure><img src="/files/hhgN7lH9MHGGZcXqPWe7" alt=""><figcaption><p>Withdrawal: Approval</p></figcaption></figure>

There are two options:

* **Approve Exact**: Approve the contract for the exact amount you intend to withdraw.
* **Approve Max**: Approve the contract for any withdrawal amount. By selecting this option you will be able to withdraw in the future in one step instead of two, hence saving on gas costs.

### Withdrawal

Once the contract has been approved you will be able to withdraw the intended amount.

<figure><img src="/files/avl2YdaoSmdCl65q0szs" alt=""><figcaption><p>Withdrawal</p></figcaption></figure>

After depositing your Investment Pool tokens into the smart contract, you will be queued with other withdrawers into the redemption smart contract. Your withdrawal will only effectively be converted into Base Currency tokens upon the Administrator's order, during **batch-settlement**.

While your withdrawal is in queue, you will see an amount under the *Processing Withdrawal* section of the [Pool Page](/investor-portal/the-pool-page.md) Wallet Panel.

### Cancelling a Withdrawal

You may cancel an in-process withdrawal by clicking on the "Cancel Withdrawal" button at the bottom right of the [Pool Page](/investor-portal/the-pool-page.md).

**Note:** The Administrator may configure a *Withdrawal Cooldown* period, which is a minimum waiting time after which a withdrawal may be cancelled.

### Collecting your tokens

Once the withdrawal is processed, you can collect your tokens by using the dedicated button at the bottom right of the [Pool Page](/investor-portal/the-pool-page.md).


---

# 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.cadmos.finance/investor-portal/withdraw.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.
