> For the complete documentation index, see [llms.txt](https://docs.minterest.com/minterest-faq/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.minterest.com/minterest-faq/withdraw-and-repay.md).

# Withdraw & Repay

#### How do I withdraw my supplied assets?

If you want to withdraw your supplied assets from Minterest, you can follow these steps. First, go to the "Market details" page by clicking on the market name. Then, click on the "Withdraw" button and insert the amount you want to withdraw. Once the transaction is confirmed, the tokens will be transferred to your wallet.

#### How can I repay my borrowed assets?

If you want to repay your borrowed assets on Minterest go to the "Market details" page by clicking on the market name. Then, click on the "Repay" button and insert the amount you wish to pay back, and submit the transaction. After the transaction is confirmed, the repayment will be registered.\
\
\&#xNAN;*Please note that the amount you owe on your borrowed assets may not match the borrowed amount in your wallet, as the interest rate of borrowing slowly increases your borrow position over time.*

{% embed url="<https://youtu.be/WvBd4Gbk9T0>" %}

#### How quickly do I need to repay the loan?

There is no set deadline for repaying your loan, but it is important to monitor your health factor as it can decrease over time due to accruing interest. If your health factor drops too low, your deposited assets may become at risk of liquidation.

{% hint style="info" %}
If you still have any questions or issues, don't hesitate to contact the Minterest team through the [website](https://minterest.com/) chat or the [Discord](https://discord.gg/NczktNwzf4) and [Telegram](https://t.me/MinterestFinanceChat) channels. We're always here to assist you!
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.minterest.com/minterest-faq/withdraw-and-repay.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.
