# Bounded Liquidations

<figure><img src="/files/MANTVClKpcgokL1byf8T" alt=""><figcaption></figcaption></figure>

When HF ≤ 1.0, the system initiates a bounded liquidation — a controlled restoration event triggered when an Operator’s total backing assets (including delegated YODL, unutilized vault assets, and taker tokens) fall below the Health Factor threshold.

Unlike conventional liquidations that forcibly unwind positions and risk contagion, bounded liquidations are deterministic and scope-limited, converting only the shortfall needed to fully restore the Curator’s principal while preserving protocol solvency.

### Bounded Liquidation Process

#### 1. Detection &#x20;

Automated liquidation bots trigger when an Operator’s Health Factor ≤ 1.0, indicating that the combined value of taker tokens, unutilized vault assets, and delegated $YODL has dropped below the vault’s liability.

#### 2. Conversion &#x20;

Operator-held taker tokens are swapped into the vault’s base asset via whitelisted AMMs to begin principal restoration.

#### 3. Slashing &#x20;

After detection and conversion, delegated $YODL is slashed and swapped via whitelisted AMMs into the vault’s base asset to cover the remaining deficit.

#### 4. Restoration Framework Activation &#x20;

If a residual shortfall persists after $YODL conversion, the Restoration Framework automatically tops up the remaining balance from the protocol-managed reserve to fully restore the Curator’s principal.

### Post-Liquidation Impact &#x20;

#### Delegator Impact &#x20;

Delegated $YODL is reduced by the USD value of the remaining deficit (including slippage, volatility, and DEX fees).

#### Operator Impact &#x20;

Reputation score decreases; repeated events reduce delegation priority and lower the available execution credit ceiling.

#### Curator Impact &#x20;

None - vault principal is fully restored.

#### Protocol Impact &#x20;

Temporary sell pressure on $YODL due to $YODL-to-asset conversions performed during bounded restoration.


---

# 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/bounded-liquidations.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.
