# Put Options

{% hint style="warning" %}
Coming after initial launch. Details will be updated when this feature ships.
{% endhint %}

## How it works

A cash-secured put involves two parties:

**Provider (earn premium)**

* Lock bUSD as collateral
* Collect a premium upfront
* Agree to buy BTC at the strike price if the buyer exercises

**Buyer (hedge downside)**

* Pay a premium
* Receive the right to sell BTC at a guaranteed floor price before expiry
* Exercise is **unilateral via pre-signed transactions** - zero counterparty trust required

## Who it's for

**Providers:**

* bUSD holders seeking premium income

**Buyers:**

* Bitcoin miners hedging revenue
* Funds needing defined-risk downside protection
* Anyone wanting a fixed-cost hedge with a known maximum loss

## Key properties

* **Zero trust** - exercise requires no counterparty action; pre-signed transactions handle it automatically
* **Fixed-cost hedge** - buyers know their maximum loss upfront (the premium paid)
* **Defined risk** - no surprise outcomes for either side


---

# 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://bound-1.gitbook.io/bound-docs/earn/put-options.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.
