# Withdrawing Liquidity

**Credit Vaults provide lenders with control over their investments:**

* Initiate a Withdrawal Request: Lenders can easily request a withdrawal of their funds through a callback function within the platform.
* Specify Withdrawal Amount: You have the flexibility to choose the amount you want to withdraw, up to 100% of your pool position (your total contribution represented by LP Tokens).
* Aligned with Pool Terms: To ensure smooth operations, withdrawal requests must adhere to the minimum notice period and repayment frequency established for the specific pool you invested in.

This approach balances lender flexibility with borrower predictability, ensuring a stable and efficient lending environment.

**How to withdraw your liquidity:**

* Connect your supported wallet to the [app](https://clearpool.finance/lending).
* Ensure you’re connected to the correct network and have sufficient gas tokens in your wallet
* Navigate to the relevant pool page, enter the amount you want to withdraw, and click Withdraw
* Approve the transaction in your wallet

After submitting a withdrawal request, borrowers will receive notification within the specified minimum notice period. This ensures borrowers have sufficient time to prepare. Following this, borrowers must repay the loan on the next scheduled repayment date. For instance, if a pool's repayment frequency is daily and the minimum notice period is 3 days with a repayment frequency of 1 day, lenders can expect to unlock their funds in around 4 days.

<br>


---

# 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/credit-vaults/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.
