> For the complete documentation index, see [llms.txt](https://docs.parallel.best/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parallel.best/developers-hub/parallel-v2/classic-vaults/borrowing-and-minting-par-pausd.md).

# Borrowing and minting PAR/paUSD

To borrow and mint PAR/paUSD equal to `BORROW_AMOUNT`, call the `VaultsCore.borrow()` function.

```
VaultsCore.borrow(myVaultId, BORROW_AMOUNT);
```

Your maximum borrow amount is equal to:

```
Max Borrow amount = collateral deposit amount * collateral price / collateralization ratio (e.g. 1.6)
```

Make sure you do not borrow beyond your maximum borrow amount to avoid getting liquidated.


---

# 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.parallel.best/developers-hub/parallel-v2/classic-vaults/borrowing-and-minting-par-pausd.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.
