# Stormbit

Lending protocol where every loan is insured — not liquidated. Borrowers get fixed-term loans with no liquidation risk. Lenders earn yield from the insurance premiums paid on every loan.

{% tabs %}
{% tab title="Lenders" %}
Deposit USDC. Earn yield from the spread on hedging every loan. Your deposits are protected by collateral + insurance down to the protection level.
{% endtab %}

{% tab title="Borrowers" %}
Post BTC or ETH, receive USDC. No liquidation during your loan term. Quoted rate is the max — repay and get a rebate from unused insurance.
{% endtab %}

{% tab title="Deals" %}
Buy discounted collateral from expired loans. Dutch auction — price drops over time, first buyer wins.
{% endtab %}
{% endtabs %}

***

**New to Stormbit?** [Insured Lending](https://docs.stormbit.finance/why-stormbit) → [How It Works](https://docs.stormbit.finance/protocol/how-it-works) → [Earn](https://docs.stormbit.finance/product/earn)


---

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