# Withdrawing Liquidity

Lenders may withdraw liquidity at any time, subject to availability. Pools with high utilization rates will have less available liquidity, but will pay higher interest rates, than pools with low utilization rates:

* Connect to the [app](https://clearpool.finance/)
* Navigate to the relevant pool page, enter the amount and click `Withdraw`
* Approve the transaction in your wallet

Once the transaction is confirmed, the notional amount of underlying asset + accrued interest will be transferred to your wallet, and the relevant number of cpTokens will be returned to the smart contract.


---

# 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.clearpool.finance/clearpool/how-it-works/dynamic/for-lenders/withdrawing-liquidity.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.
