# Borrow & Repay

To borrow or repay liquidity, borrowers must be connected to the Clearpool App with their verified wallet:

* Connect to the [app](https://clearpool.finance/)
* From the pool dashboard, click `Borrow Liquidity` or `Repay Liquidity`
* Enter the amount of USDC that you want to borrow or repay
* Approve the transaction in your wallet

Once the transaction is confirmed, the USDC will be removed from, or returned to, the smart contract.

{% hint style="info" %}
Borrowing and repaying liquidity will affect the utilization and interest rates respectively.
{% endhint %}

When a borrower removes liquidity from the smart contract, interest will begin to accrue and be applied to the utilization rate on every block (see [Interest Rates](/clearpool/how-it-works/dynamic/protocol/interest-rates.md) for more information).


---

# 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/dynamic/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.
