# Withdrawing funds

## **When can I withdraw my funds from the Policy Book?**

To ensure enough liquidity in a Policy Book to pay all outstanding policies, Underwriters are forced to wait 4 days for their withdrawal request to process.&#x20;

* The Underwriters can only withdraw up to the amount that pushes the utilization ratio of the Policy Book to 100%.
* The withdrawal from any Policy Book is **only** possible when no active Claims against it exist.
* **No Policies can be sold on funds that are pending withdrawal.**

After 4 days, Underwriters have 48h to withdraw their funds. If they fail to do so, they must start the withdraw process again.

{% hint style="info" %}
**An example:**\
\
\- Policy Book X has 20.000 USDT of Collateral. User A decides to underwrite and bear the risk in exchange for profits and deposits 80.000 USDT to Policy Book X. \
\- There is currently 100.000 USDT in Policy Book A. \
\- User B decides to purchase Policy for their 60.000 USDT worth of assets for 3 months. The utilization ratio is now at 60%.&#x20;

After one month, user A decided they would like to withdraw their initial 80.000 USDT liquidity. At this stage, the user can't do it, as one can only withdraw up to the amount that pushes the utilization ratio to 100% and no more than that. In this case, the amount available is 40.000 USDT.&#x20;
{% endhint %}

## **How does the coverage withdrawal process look in detail?**&#x20;

{% hint style="info" %}
The DEINxCover tokens have to be unstaked before initiating the withdrawal process
{% endhint %}

The process can generally be described in 2 steps:

1. The withdraw request. This begins the 4-day waiting period, in which the requested amount decreases the Policy Book's Capacity to ensure that no Policies are sold on the requested funds. The UR, however, does not change.
2. The withdraw itself. Once the user has waited four days, **they can withdraw their requested amount within 48 hours.**

All the withdraw procedures can be handled in the LINK section of the app.


---

# 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.dein.fi/underwrite/underwriting/withdrawing-funds.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.
