> 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/backing-tranparency.md).

# Backing Tranparency

The **Backing** panel in the Osero App shows the main asset categories backing USDS and sUSDS. It provides a current view of the backing composition, which may change over time.

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

{% hint style="info" %}
Amounts, allocations, and categories can change over time as positions are added, removed, mature, or are rebalanced.
{% endhint %}

## How to read the Backing panel

The panel groups the backing into broad categories, giving you a clear view of its overall composition. As the underlying portfolio changes, the assets within each category and the breakdown shown in Osero may also change.

## What the categories include

* **Stablecoins** — stablecoin positions included in the reported backing composition.
* **Onchain Crypto Lending** — lending positions executed through blockchain-based protocols.
* **Short-Duration Treasury Bills** — short-maturity government debt instruments included in the composition.
* **OTC Crypto Lending** — lending arrangements negotiated outside a public onchain lending market, which can involve crypto-backed credit and specific terms.
* **AAA Corporate Debt** — debt issued by companies with a high credit rating.
* **Other Positions** — remaining approved backing exposures that do not fit the main categories.

These categories provide a high-level view of the backing composition rather than a complete description of each underlying asset. Values and market conditions can change over time, so the panel should be treated as a transparency view of the current backing.

{% hint style="warning" %}
Risks related to the underlying assets, issuers, markets, settlement, and liquidity still apply.
{% endhint %}

## Related transparency views

Backing is one part of the information available in the Osero App. For related context, see [Liquidity](/osero-app/transparency/position-liquidity.md) and [Capital Protection](/osero-app/transparency/capital-protection.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/backing-tranparency.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.
