# Withdraw

Withdrawing affects your Health Factor due to the change in your loan to collateral ratio. When you want to withdraw, a preview of how the withdrawal will affect your Health Factor is displayed. Final Health Factor must remain above 1 for the withdrawal to pass.&#x20;

<figure><img src="/files/6YnVYCprpxkUxhRebR6A" alt=""><figcaption><p>Withdraw Window</p></figcaption></figure>

If you click `Max` during withdrawal. The transaction would fill in a type(uint256).max, or `0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff` ; in order to signal a full exit on the execution. All your deposit would be withdrawn at the execution.


---

# 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.kinza.finance/lending-core/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.
