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

# Options-Backed Credit

Every Stormbit loan is a collar. At origination — before any USDC moves — a put and a short call are written on the borrower's collateral on Deribit. The put sets a hard floor under the collateral. The short call caps the upside. The net premium funds the loan.

One structure, three consequences:

**0% APR** — The borrower pays no interest. The short call premium funds the loan economics. The cost the borrower carries is the cap: upside above the call strike belongs to the desk for the duration of the term.

**No liquidation** — The floor is an option, not a margin monitor. No matter what the collateral does during the term, there is no liquidation bot, no margin call, no 10-minute price wick that closes the position. The put settles the downside at maturity.

**Endogenous yield** — Lender yield is the premium borrowers' collars generate — priced at trade entry, paid from inside the trade. Not token emissions, not a pass-through of Fed rates.

***

**The spread being underwritten** — BTC implied volatility has averaged 5–8 vol points above realized across past cycles. The desk underwrites that spread loan by loan. It compresses and occasionally inverts — which is why soUSD carries a floor mechanism and the engine publishes its own error rate rather than assuming the spread persists.

**The pricing engine** — A 2D vol skew surface, calibrated weekly against a live OTC quote feed, backtested on 6+ years of Deribit data. Strike selection is adaptive, and the engine's error rate is published cycle over cycle.

***

**Next:** [How It Works](/protocol/how-it-works.md) — the full loan lifecycle, from deposit to settlement.


---

# 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.stormbit.finance/why-stormbit.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.
