> For the complete documentation index, see [llms.txt](https://docs.osero.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.osero.org/osero-app/transparency/capital-protection.md).

# Capital Protection

The **Protection** panel in the Osero App shows the capital buffers designed to help protect the system against losses. It breaks them down by entity, so you can see the different layers of protection and the capital available in each.

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

{% hint style="info" %}
Capital amounts, entities, and allocations shown in the Osero App can change over time as the protection structure is updated.
{% endhint %}

## A layered approach to risk mitigation

Agents hold **Junior Risk Capital,** intended to act as the first-loss absorption layer in the capital stack in relevant loss scenarios.

Sky maintains **Senior Risk Capital** as an additional capital buffer and loss-absorption layer. It is separate from the Junior Risk Capital held by Agents and provides a second layer of loss absorption within the broader risk-mitigation framework.

If a position managed by an Agent suffers a loss, it is absorbed in the following order:

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

Under this structure, relevant losses are absorbed first by the Agent’s **Junior Risk Capital** and then by Sky’s **Senior Risk Capital**, before they could reach depositors. The exact outcome depends on the specific exposure, terms, entities, contracts, and market conditions.

The model follows a tiered capital structure, in which different layers have distinct roles in absorbing losses. The **Protection** panel shows these capital layers by entity, giving you visibility into the protection structure currently in place.

## What the order means for a user

The order of the layers shows how losses are intended to be absorbed:

1. Relevant losses are assessed against the applicable exposure and terms.
2. Junior Risk Capital is intended to absorb relevant losses first.
3. Senior Risk Capital provides an additional layer of loss absorption.
4. Remaining outcomes depend on the underlying assets, entities, contracts, markets, and conditions at the time.

The panel describes a risk-mitigation design, not a separate guarantee for a user's deposit. The outcome of any loss event depends on the specific exposure, entities, contracts, and market conditions at the time.

{% hint style="warning" %}
These layers are designed to reduce the impact of potential losses, but they do not guarantee that losses cannot occur or that a particular result will be protected.
{% endhint %}

## Related transparency views

Read the Protection panel alongside [Backing](/osero-app/transparency/backing-tranparency.md) and [Liquidity](/osero-app/transparency/position-liquidity.md).


---

# 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.osero.org/osero-app/transparency/capital-protection.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.
