# yzPP First-Loss Mechanism

yzPP provides a layer of protection to the [yzUSD](https://yuzu-money.gitbook.io/yuzu-money/yuzu-stablecoin/yuzu-stablecoin-yzusd) [Collateral Pool](https://yuzu-money.gitbook.io/yuzu-money/yuzu-stablecoin/collateral-pool) via the first-loss mechanism.

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

### Core Concept

* **Collateral Pool**: $yzUSD is backed by a pool of assets.
* **Collateral Ratio**: Measures total collateral value relative to $yzUSD supply.
  * Example: A pool worth **$110** backing **100 $yzUSD** gives a **110% ratio**.
  * Ratios above 100% provide a buffer that helps support the 1:1 peg to USD.

***

### Risk Without Protection

Consider a $5 loss in the Collateral Pool:

* Pool drops to **$95**.
* Ratio falls to **95%**, undercollateralized.
* Each $yzUSD is now only backed by **$0.95**.
* This could impact redemptions and the peg.

In this scenario, losses flow directly to $yzUSD holders.

***

### How yzPP Absorbs Losses

The yzPP acts as a **first-loss buffer**:

* A separate pool where participants deposit assets.
* yzPP depositors earn higher rewards in exchange for taking on first-loss risk.

Using the same $5 loss example:

* The **$5 impact is absorbed by yzPP** (e.g., yzPP falls from $10 to $5).
* The **Collateral Pool remains at $105**.
* The ratio stays above 100% (105%), ensuring $yzUSD is still fully backed.
* $yzUSD redemptions continue at **1:1 with USD**.

<table><thead><tr><th width="142.359375">Moment</th><th width="137">Collateral Pool</th><th>yzPP ($ total)</th><th width="110.92578125">yzUSD supply</th><th width="123.25390625">Collateral Ratio</th><th>What happens</th></tr></thead><tbody><tr><td><strong>Start</strong></td><td><strong>$110</strong></td><td><strong>$10</strong></td><td><strong>100</strong></td><td><strong>110%</strong></td><td>System over-collateralised at 110 %</td></tr><tr><td><strong>After $5 loss + first-loss</strong></td><td><strong>$105</strong></td><td><strong>$5</strong></td><td>100</td><td>105%</td><td>yzPP is devalued from $10 to $5 to plug the $5 loss</td></tr><tr><td><em>Without yzPP first-loss mechanism</em></td><td>$95</td><td>-</td><td>100</td><td>95%</td><td>yzUSD no longer fully backed, all yzUSD holders take the loss</td></tr></tbody></table>


---

# 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://yuzu-money.gitbook.io/yuzu-money/yuzu-alpha/yuzu-protection-pool-yzpp/yzpp-first-loss-mechanism.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.
