# FAQ

**Q: How do I get STAB?**\
A: You can acquire STAB either by borrowing it through the STAB Protocol, or buying it on the open market.

**Q: How do I borrow STAB?**\
A: Borrowing STAB can be done through the [Borrow page](https://beta.ilikeitstable.com/borrow) of the STAB dApp.

**Q: Is borrowing STAB dangerous?**\
A: There are [risks ](/stab-protocol/dangers.md)to borrowing STAB. A big one is liquidation risk: if your collateral value falls below a certain treshold (MCR), being liquidated is a possibility. Another user then pays off your debt, in return for (part of) your collateral. When this happens, you pay the [liquidation penalties](/stab-protocol/technical-info/system-parameters.md). To prevent this, keeping close tabs on your loans using the [Manage loans page](https://beta.ilikeitstable.com/manage-loans), is important.

**Q: What is the MCR?**\
A: MCR stands for Minimum Collateralization Ratio, and represents the minimum amount of collateral is needed to not get liquidated. If a loan's collateralization ratio is below the MCR, another user can pay it of and the loan holder will be penalized.\
\
The current MCR is 150% for all collateral types, meaning the collateral value must be above 150% of the debt value.

**Q: What does the interest rate entail?**\
A: STAB's peg is subject to an interest rate. The interest rate can vary from -33.33% to +50% per year and is set by STAB supply and demand. Negative interest is attractive for STAB borrowers, as their debt decreases over time, whereas positive interest is attractive for STAB holders, as their assets increase in value. More about its calculation [here](/stab-protocol/technical-info/interest-rate.md).

**Q: What is LPSTAB?**\
A: [LPSTAB ](/miscellaneous/tokens/stab-protocol/lpstab.md)is the LP token of the XRD/STAB pool integrated into the STAB protocol. Providing it with liquidity returns the LPSTAB tokens to represent your share of the pool.

**Q: What is ILIS?**\
A: [ILIS ](https://github.com/gguuttss/stabilis-gitbook/blob/main/miscellaneous/broken-reference/README.md)(I Like It Stable) is the governance token of the ILIS DAO. It is used to vote on proposals, and represents one's membership in the ILIS DAO.


---

# 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.ilikeitstable.com/miscellaneous/faq.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.
