> For the complete documentation index, see [llms.txt](https://docs.usual.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.usual.money/usual-products/yield-products/usd-products.md).

# USD products

## Yield and Product Ecosystem

USD0 itself is **non‑yield‑bearing**. Yield is accessed through Usual’s product layer:

| Product   | Description                            | Yield Source                                                    | Paid As                                   | Collateral                                                 | Key Risks                                                          |
| --------- | -------------------------------------- | --------------------------------------------------------------- | ----------------------------------------- | ---------------------------------------------------------- | ------------------------------------------------------------------ |
| **sUSD0** | Savings wrapper on USD0                | USD0 collateral yield (T-bills / overnight secured repo)        | In-kind, in USD0.                         | USD0                                                       | USD0 stack (custody/settlement), smart-contract, governance/params |
| **USD0a** | Higher-yield, “market-neutral” product | BTC/ETH cash-and-carry (dated futures basis) + liquidity buffer | In-kind in USD0a                          | USCC (delta neutral strategy) + USTB (T-bill) /USDC buffer | Basis/unwind, margin/clearing, counterparty/ops, redemption delays |
| **bUSD0** | Bond-like lock until maturity          | Incentives in USUAL                                             | USUAL (coupons) + 1:1 in USD0 at maturity | Locked USD0                                                | USUAL price, lock-up/liquidity, protocol/gov, USD0 risk            |

The yield generated by USD0's underlying T‑Bill collateral (approximately **$5.5–6M/year** at current TVL) is core protocol revenue and is distributed to **locked USUALx holders** (30%) and the **DAO treasury** (70%) via the **Revenue Switch** mechanism.


---

# 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.usual.money/usual-products/yield-products/usd-products.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.
