# Borrow & Repay

The Clearpool App puts you in control of your Credit Vault borrowing and repayments:

**1. Connect and Borrow:**

* Make sure you're connected to the Clearpool [App](https://clearpool.finance/open-term) with your verified wallet. This ensures a secure and streamlined experience.
* Once connected, your wallet will automatically receive liquidity routed directly from lenders.

**2. Easy Repayments:**

* When it's time to repay withdrawal requests, head to your dedicated pool page within the app.
* Here, you can clearly see the amount you need to repay. Simply approve the repayment sum.
* Finally, confirm the transaction in your wallet to complete the repayment.

The borrowed asset will automatically return to the smart contract upon successful confirmation.

{% hint style="info" %}
Borrowing and repaying liquidity will not affect the utilisation, nor interest rates. Interest starts accruing as soon as a lender supplies liquidity, hence, always assuming 100% utilisation.
{% endhint %}


---

# 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-borrowers/borrow-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.
