> For the complete documentation index, see [llms.txt](https://docs.mezz.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mezz.finance/how-it-works/loss-mechanics.md).

# Loss Mechanics

When strategies underperform, a NAV drop is reported. Losses are applied to tranche vaults via a fixed waterfall.

**Junior (JLT) → Mezzanine (MLT) → Senior (smzUSD)**

Losses are applied by burning mzUSD claims from tranche vaults in this order. Each tranche absorbs losses in full before they pass up the stack. As mzUSD claims are burned, the affected vault's total assets decrease, the price per share for remaining holders falls, and the total supply of mzUSD is reduced by the loss amount.

<figure><img src="/files/13PkozoP8Ie1nXV6O0Bj" alt=""><figcaption></figcaption></figure>

* Losses reduce **Price Per Share**, not share count.
* The waterfall order is fixed and cannot be modified during a loss event.
* Loss mechanics are independent of yield configuration.
* POL in any tranche has identical loss exposure to user positions in that tranche.

A protocol-level loss has a greater proportional impact on smaller tranches. A tranche holding 10% of TVL that absorbs a 1% protocol-level loss takes a 10% hit to its value.

#### **mzUSD seniority**

**mzUSD** is super-senior **in the loss waterfall sense: mzUSD is the base claim token**. It is not a tranche position and does not absorb waterfall losses while buffers remain in the tranche stack.

Waterfall losses are applied to tranche vaults in order: JLT → MLT → smzUSD. That means smzUSD only takes losses once JLT and MLT buffers are exhausted.


---

# 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:

```
GET https://docs.mezz.finance/how-it-works/loss-mechanics.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.
