# Yield Products

## From USD0 to Yield Products

Once minted, USD0 can be routed into multiple products and DeFi integrations:

```
                          ┌─────────────────────┐
                          │    RWA Collateral   │
                          │ (USYC, M, USTBL...) │
                          └─────────┬───────────┘
                                    │
                      DaoCollateral / SwapperEngine
                                    │
                                    ▼
                          ┌─────────────────────┐
                          │        USD0         │
                          │ (Liquid Deposit     │
                          │      Token)         │
                          └─────────┬───────────┘
                                    │
              ┌────────────┬────────┼─────────┬───────────┐
              ▼            ▼        ▼         ▼           ▼
         ┌─────────┐  ┌────────┐ ┌───────┐ ┌──────┐  ┌────────┐
         │  bUSD0  │  │ sUSD0  │ │ USD0a │ │ DeFi │  │   LPs  │
         │ (Bond)  │  │(Saving)│ │(Alpha)│ │(Lend)│  │(Curve) │
         └────┬────┘  └────────┘ └───────┘ └──────┘  └────────┘
              │
        Daily USUAL coupons
              │
              ▼
         ┌─────────┐
         │  USUAL  │ ── stake ──▶ USUALx ──▶ Revenue Switch (USD0)
         └─────────┘
```

### Yield Mechanisms

Users can mint stablecoins or buy them on the secondary market. They then choose a yield strategy:

* **Lock USD0 into bUSD0** to **earn daily USUAL** coupon rewards.
* Deposit **USD0 into the Savings Account** to receive **sUSD0, a yield-accruing token** whose value increases over time.
* Mint USD0a using USD0 to gain exposure to delta-neutral strategies.
* Liquidity providers earn USUAL through LP allocation buckets.


---

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