# Borrowing

Borrowers can repay or borrow more PAR/paUSD at any time, within the limits of the MCR. Borrowing alters the total supply of outstanding PAR/paUSD. When one borrows, the Vaults contract mints new PAR/paUSD tokens for them.

![](/files/-MeOONh2d7zIEPYJ5oQ4)

Borrowers can continue to mint PAR/paUSD as long as they deposit a greater value of collateral in their vault. This guarantees that all outstanding PAR/paUSD are fully backed by sufficient collateral.


---

# 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.parallel.best/products/parallel-v2/how-it-works/vaults/borrowing.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.
