> For the complete documentation index, see [llms.txt](https://docs.onre.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onre.finance/onyc-in-defi/defi-opportunities/risk-tranching-markets.md).

# Risk-Tranching Markets

ONyc Credit Tranching separates ONyc into two tranches with distinct risk and return profiles. The underlying asset remains unchanged, while yield and loss exposure are allocated differently between the Senior and Junior tranches.

<figure><img src="/files/pYsgbtrUyYuynwWNnbrD" alt=""><figcaption><p>Source: <a href="https://www.exponent.finance/blog/risk-tranching-for-solana">https://www.exponent.finance/blog/risk-tranching-for-solana</a></p></figcaption></figure>

### Tranche Structure

{% tabs %}
{% tab title="srONyc (Senior Tranche)" %}
**srONyc is the Senior Tranche, providing more protected exposure to ONyc. It is best suited for users seeking principal protection and a more predictable return profile.**

* By receiving first-loss protection from jrONyc, srONyc exchanges a portion of ONyc's underlying yield for protection against losses up to the market's coverage ratio.
* As a result, srONyc earns a lower expected yield than ONyc and the Junior tranche, with reduced downside risk.
* The yield earned by srONyc varies based on market utilization and the balance between Senior and Junior capital, while remaining dependent on the performance of the underlying ONyc asset.
* Hold srONyc if you:
  * Want to earn ONyc yield with first-loss protection provided by jrONyc
  * Are willing to exchange a portion of yield for downside protection
  * Prioritize principal protection and lower NAV volatility
  * Prefer more protected exposure to ONyc
    {% endtab %}

{% tab title="jrONyc (Junior Tranche)" %}
**jrONyc is the Junior Tranche, providing first-loss protection to srONyc. It is best suited for users seeking enhanced yield and willing to assume additional risk.**

* By absorbing losses before the Senior tranche, jrONyc earns ONyc's underlying yield together with the protection premiums paid by srONyc holders.
* As a result, jrONyc is expected to earn a higher yield than the Senior tranche in exchange for assuming first-loss risk.
* The protection premium adjusts based on market utilization and the balance between Senior and Junior capital, meaning expected returns may increase as demand for Senior protection rises.
* Hold jrONyc if you:
  * Want to earn ONyc yield plus protection premiums paid by srONyc holders
  * Are willing to provide first-loss protection in exchange for higher expected returns
  * Accept additional NAV volatility and first-loss risk
  * Participate in yield looping or other yield-maximizing strategies
    {% endtab %}
    {% endtabs %}

### Mechanics

**Protection Coverage:** The amount of protection available to srONyc depends on the market's coverage ratio, which reflects the amount of Junior capital available to absorb losses before the Senior tranche is affected.

**Yield Distribution:** The amount of protection available to srONyc depends on the market's coverage ratio, which reflects the amount of Junior capital available to absorb losses before the Senior tranche is affected.

**Risk Allocation:** If ONyc experiences a decline in NAV, losses are allocated according to the tranche structure: jrONyc absorbs losses first, srONyc remains protected while sufficient Junior coverage exists, and if Junior protection is exhausted, remaining losses may be allocated to srONyc.

### Supported Markets

{% stepper %}
{% step %}

#### Exponent

[srONyc (Senior Tranche)](https://app.exponent.finance/en/market/protected/HM8iLNE2WEN6J1AuwSSCoM37wgeLQFwYZ4ymYLqAoapN)

[jrONyc (Junior Tranche)](https://app.exponent.finance/en/market/boosted/HM8iLNE2WEN6J1AuwSSCoM37wgeLQFwYZ4ymYLqAoapN)
{% endstep %}
{% endstepper %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.onre.finance/onyc-in-defi/defi-opportunities/risk-tranching-markets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
