# Classic Vaults

The core of the Parallel Protocol are **Vaults**. Users mint **PAR/paUSD** by depositing **collateral** such as Ether (ETH) into the Vault smart contract. The steps involved to mint new PAR/paUSD are as follows:

* A Borrower deposits collateral, automatically creating a new Vault. Based on the Vault's collateral balance, a Borrower can borrow up to a certain amount of PAR/paUSD. The Vault must be collateralized with more than a **Minimum Collateralization Ratio** (MCR) for borrowing. For example, an MCR of 150% means borrowers need 150% collateral deposited before they can borrow. &#x20;
* A separate liquidation MCR (**Liquidation Ratio** (LR)) is used to calculate for liquidations. For example, an LR of 130% means Vaults with an MCR below 130% can be liquidated. Both ratios for initial borrowing and liquidations are configured per collateral type.&#x20;
* The PAR smart contract mints the borrowed amount of PAR tokens to the Borrower.&#x20;
* An **Origination Fee** is applied for newly created debt. (0.2% of minted amount)
* [PAR](/products/parallel-v2/stablecoins/par.md) & [paUSD](/products/parallel-v2/stablecoins/par-1.md) are ERC20 tokens that one can transfer and use normally, pegged to the EUR & USD fiat currency.&#x20;
* A **Borrowing Fee** accrues over time on all active Vaults, which has to be fully repaid before the Borrower can withdraw their collateral.
* A **Health Factor** is the ratio between a vault's current and minimum MCR (or LR.) If a Vault's liquidation health factor goes below a minimum value due to market changes, profit-seeking Liquidators can liquidate the **undercollateralized** Vault to receive its collateral at a discount.&#x20;
* Borrowers need to retain enough collateral in their Vaults to borrow additional funds and avoid being liquidated.&#x20;
* The PAR & paUSD token are fully redeemable stablecoins. Borrowers can redeem and burn PAR/paUSD to repay their debt, close their Vault, and withdraw their collateral.
* Liquidators earn a liquidation bonus for liquidating underwater vaults.&#x20;
* A **Liquidation Fee** is charged to the Borrower during liquidation, which is added to the outstanding debt.

{% hint style="info" %}
Learn more about Vaults :&#x20;

* [Depositing](/products/parallel-v2/how-it-works/vaults/depositing.md)
* [Borrowing](/products/parallel-v2/how-it-works/vaults/borrowing.md)
* [Fees](/products/parallel-v2/how-it-works/vaults/fees.md)
* [Withdrawing](/products/parallel-v2/how-it-works/vaults/withdrawing.md)
* [Repaying](/products/parallel-v2/how-it-works/vaults/repaying.md)
* [Liquidating](/products/parallel-v2/how-it-works/vaults/liquidating.md)
  {% 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.parallel.best/products/parallel-v2/how-it-works/vaults.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.
