> For the complete documentation index, see [llms.txt](https://docs.ilikeitstable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ilikeitstable.com/miscellaneous/faq.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.ilikeitstable.com/miscellaneous/faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
