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

# Why Structured Products?

### What They Are

A structured product combines multiple building blocks into a single position with a defined payoff. Instead of plain long or short exposure, it expresses a specific view: a range, a threshold, a volatility level, a conditional outcome.

A binary option is the simplest case. "Will BTC be above $100,000 on Friday?" pays a fixed amount if yes, zero if no. A range note pays only while an asset stays within set bounds. The trader chooses the outcome profile deliberately. That is structured finance.

### Why They Exist

**Hedging.** Protect against an adverse move without exiting the position. Buy volatility protection rather than selling spot and paying slippage.

**Yield.** Earn from non-directional exposure to volatility, rates, or correlation. Selling volatility in a calm regime produces income that directional positions cannot.

**Tailored risk.** Express bounded or conditional views a linear perpetual cannot. Cap the downside, define the payoff, trade the specific outcome you have a view on.

### Traditional vs. Stratium

| Aspect       | Traditional                     | Stratium                           |
| ------------ | ------------------------------- | ---------------------------------- |
| Access       | OTC desks, large minimums       | Open market, no minimums           |
| Transparency | Opaque pricing, bilateral terms | Onchain, verifiable payoffs        |
| Liquidity    | Illiquid, hold to maturity      | Continuous trading via Hyperliquid |
| Counterparty | Bank or issuer                  | Protocol, non-custodial            |
| Settlement   | Days to weeks                   | Instant, onchain                   |
| Composition  | Static, single-issuer           | Composable across DeFi             |


---

# 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.stratium.xyz/about-stratium/why-structured-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.
