# Dangers

Some of the main risks are:

**Smart contract risk**\
Errors in the smart contract are always a possibility. Risks include but are not limited to resources getting stuck or resources being drained.

**Liquidation risk**\
When a loan's collateralization ratio falls under the MCR, it is possible to be liquidated. This leads to having to pay the liquidation penalties.

**Oracle risk**\
Manipulation of the oracle(s) we use can lead to inaccurate liquidations and other actions that should not be possible.

**Depeg risk**\
Market conditions could lead STAB to trade at a price far from the (target) internal price. Were this to happen repaying a loan (or liquidating), might become unfeasible.


---

# 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/stab-protocol/dangers.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.
