# Borrow Interest Rates, Fees and Vault Tiers

To normalize borrowing demand, JPEG'd uses a tiered vault structure (e.g. Tier-A, Tier-B, Tier-C) where each tier has different debt ceilings and annual interest rates.&#x20;

Contrary to pool-based lending, interest rates are fixed and set by the DAO Governance. They are voted on every month to adapt to potentially changing market conditions. Historically they have stayed very stable and attractive.

The team manages debt ceiling according to demand and the peg of PUSd and pETH.

You can view all collections's vault on the [dApp](https://jpegd.io/vaults).

#### **Do all NFT collections have the same tier vault structure?**

No. The amount of available vaults, their interest rates, and their debt ceilings are all decided via [governance ](https://snapshot.org/#/jpeg%E2%80%99d.eth)according to the borrowing demand for each respective NFT collection.

#### **An example of the vault tier structure is provided below:**

<table><thead><tr><th width="223.33333333333331">Borrow Asset</th><th width="260">Tier-A Interest Rate</th><th>Tier-B Interest Rate</th><th data-hidden></th></tr></thead><tbody><tr><td>pETH</td><td>5%</td><td>10%</td><td></td></tr><tr><td>PUSd</td><td>2%</td><td>5%</td><td></td></tr></tbody></table>

## FAQ

#### How does my position get placed into a certain vault tier?&#x20;

Depending on the available debt in each vault, borrowing positions will get automatically placed in the best vault (i.e. lowest interest).&#x20;

For existing positions, if a user wants to borrow more on a current borrow AND the borrowed amount exceeds the available pETH/PUSd debt (debt ceiling) in the current given vault tier, the position will automatically be migrated to the next tier vault. Any vault migration is indicated in the UI when trying to borrow more on existing positions.

**Can I migrate a position to another vault tier?**

Yes, it’s possible to migrate a position to another vault tier as long as the available debt is equal to or more than your current position’s debt. This can be done by using the migrate function.

**Who receives the interest rates charged on loans?**&#x20;

All earnings from interest charged is directed to the treasury multi-sig.<br>


---

# 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.jpegd.io/jpegd-dao/about-the-jpegd-protocol/lending-mechanics/borrow-interest-rates-fees-and-vault-tiers.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.
