# How to withdraw

Lenders can redeem funds once a vault has reached its maturity date (or depending on the vault's configuration, once liquid funds are available).&#x20;

When redemptions are available, a lender can redeem LP tokens for underlying tokens by calling  [`withdraw`](/brila-protocol/other-concepts/other-legacy-contracts/managed-portfolio-legacy.md#withdraw-uint256-sharesamount-bytes-memory) on the token smart contract.

{% hint style="info" %}
Note that for some vaults, redemptions not be available until the vault's maturity date or may be processed at the manager's discretion.

Please review and confirm details on each vault before lending.
{% endhint %}

<figure><img src="/files/Xk3jyTa9BS6InipLTDll" alt=""><figcaption></figcaption></figure>


---

# 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.brila.finance/user-guide/lend/how-to-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.
