# Withdraw

You can withdraw funds from a pool at any time after a cooldown period has passed since your last deposit (usually a few hours).&#x20;

1. Click on Withdraw then enter an amount to withdraw from the pool.

   ![](/files/icpzwBleTW0AdyzYPK9m)

A 0.3%-3% fee is retained on withdrawals to prevent liquidity locusts. This fee is distributed to the other LPs in the pool as a reward.

### Utilization

A pool's utilization is equal to the current open interest (sum of all open positions) × a utilization multiplier (around 1%, set by governance).

![](/files/mRu7Uh27ltjBMRcTPct6)&#x20;

The amount available to withdraw at any time is equal to the pool's free balance (total balance minus utilized balance).


---

# 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.cap.finance/pool/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.
