# Risk Mitigation

YODL’s architecture is designed to make capital safety autonomous — meaning curator vault assets remain protected at all times without any manual action.\
The protocol continuously monitors every vault–operator pair for solvency and automatically applies the right protection measure at the right stage.

These measures operate in a predictable sequence:

1. [***Health Factor (HF)***](/capital-access-and-protection/risk-mitigation.md#health-factor-hf) — early-warning system that tracks vault solvency in real time.
2. [***Position Rollovers*** ](/capital-access-and-protection/risk-mitigation/position-rollovers.md)— voluntary operator-initiated stabilization when risk thresholds are approached.
3. [***Bounded Liquidations***](https://yodl.gitbook.io/yodl-operator-guide/risk-management-and-solvency/bounded-liquidation) — automatic, scope-limited restoration that brings the vault back to full balance.
4. [***Restoration Framework*** ](/capital-access-and-protection/risk-mitigation/restoration-framework.md)— the final layer that ensures every curator vault remains whole, even under systemic stress.

Together, these layers form YODL’s Restoration Stack — a closed, verifiable system that detects imbalance, stabilizes exposure, and deterministically restores curator principal.


---

# 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.yodl.fi/capital-access-and-protection/risk-mitigation.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.
