> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stratareserve.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Products Overview

> The four engines that make up the Strata Ownership Operating System.

Strata's product surface is organized around four coordinated engines. Each is
independently governed and risk-managed, but they share control, liquidity, and
data layers so that the whole is greater than the parts.

<CardGroup cols={2}>
  <Card title="Tokenization" icon="layer-group" href="/products/tokenization">
    The SmartFunds engine — asset onboarding, SPV lifecycle, KYC, and deal
    execution.
  </Card>

  <Card title="Money — srUSD" icon="coins" href="/products/money">
    A commodity-backed settlement dollar, redeemable 1:1 for USDC on-chain.
  </Card>

  <Card title="Credit" icon="building-columns" href="/products/credit">
    Asset-backed credit origination and underwriting against real collateral.
  </Card>

  <Card title="Markets" icon="arrows-split-up-and-left" href="/products/markets">
    Liquidity, structured products, and protocol-owned-liquidity management.
  </Card>
</CardGroup>

## The forks behind the engines

Strata builds on battle-tested DeFi primitives rather than reinventing them, then
connects them through shared control planes:

| Engine                 | Fork       | Role                                      |
| ---------------------- | ---------- | ----------------------------------------- |
| **Money**              | Liquity v1 | srUSD stablecoin issuance                 |
| **Markets (infra)**    | LlamaLend  | Borrowing / liquidity engine              |
| **Markets (products)** | FXN v1     | Structured products (tranching, leverage) |
| **Credit**             | Silo v3    | Private-credit origination                |

<Note>
  The forks are execution engines. The shared oracle, risk, and registry layers —
  the parts built once and reused everywhere — are where the real protocol lives.
  See [Protocol Architecture](/protocol/architecture).
</Note>
