# Risk Framework

A risk framework is crucial because it helps identify and manage potential risks, protect funds, and enhance the overall protocol’s resilience. Besides multiple smart contracts audits by trustworthy entities

But in the end, It's crucial for users to understand these risks before participating in any lending pool.

* **Underlying Smart Contract Risks**: The Lending Pool is built on top of integrated/underlying contracts of various protocols. If an unfortunate event occurs, there are implications for the lenders.
* **Risk Separation:** The Hyper and Standard Lending Pools operate with distinct risk profiles. While the Hyper Pool is associated with higher-risk assets and strategies, the Standard Pool is more conservative. Changes/events in one pool won't affect the other.
* **Loss Socialization**: In the event of such a bad debt, the loss will be socialized among all the lenders in the pool. This means that all lenders share the burden of the loss.

Both the Hyper and Standard Lending Pools offer unique opportunities and risks. It's essential for users to assess their risk tolerance, understand the nuances of each pool, and make informed decisions.

{% content-ref url="/pages/TUwZuLAchKG2IWmaGK3v" %}
[Precautionary Measures](/stella-doc/stella-yield/risk-framework/precautionary-measures.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZjPhjJA7NaUv55by928k" %}
[Slow Mode](/stella-doc/stella-yield/risk-framework/slow-mode.md)
{% endcontent-ref %}


---

# 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.stellaxyz.io/stella-doc/stella-yield/risk-framework.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.
