# Bearish Options

{% hint style="info" %}
Bearish options are used by traders when they expect to see a decrease in the asset price.
{% endhint %}

Options AI offers four different types of bearish options:

* Put
* Strip (Classic Strategy)
* Bear Put Spread (Classic Strategy)
* Bear Call Spread (Inversion Strategy)

## **Put Options**

**Definition:** A put option is an on-chain contract that gives the buyer the right, but not the obligation, to sell ETH or BTC at a fixed price during a certain period.

### **How Put Options Work:**

<figure><img src="/files/U4DACpGvxPykWEVqG4l0" alt=""><figcaption></figcaption></figure>

* The buyer chooses the size, period, and strike price for the option contract.
  * **Size:** Number of option contracts being acquired.
  * **Period:** Number of days the contract will be active.
  * **Strike Price:** Pre-determined price at which the buyer can sell the asset.
* The premium is calculated based on the chosen parameters, and the buyer pays this amount in USDC.e using their wallet.
* Upon payment, the buyer receives an ERC721 option token representing the purchased option.
* The buyer can exercise the put option during the selected period using the ERC721 token.
* **Outcome:** If the price of the asset falls below the strike price, the buyer profits. If it does not, the option expires worthless, and the seller keeps the premium.

**Exercise Process:**

* The buyer sends the ERC721 token to the protocol to exercise the option and receives the profit in USDC.e.
* The contract must be exercised before the expiration time, provided the price is below the strike price.

**Available Periods and Strike Prices:**

* **Periods:** Ranging from 7 to 90 days.
* **Strike Prices:** ATM (current market price) and three OTM prices:
  * Market Price - 10%
  * Market Price - 20%
  * Market Price - 30%

**Example:**

* Market price of ETH: $2,337.
  * OTM Strike #1: $2,103
  * OTM Strike #2: $1,869
  * OTM Strike #3: $1,636

## **Advanced Strategies**

### **Strip Strategy**

<figure><img src="/files/3JsJVUf9KJsReWRbBLEi" alt=""><figcaption></figcaption></figure>

* **Structure:** One call option and two put options with the same strike price and expiration.
* **Profit Potential:** High profits if the price falls sharply, reasonable profits if the price rises.
* **Use Case:** Betting on rising volatility with a bearish bias.

### **Bear Put Spread**

<figure><img src="/files/FETzQBkrWhxFf2KOoNXN" alt=""><figcaption></figcaption></figure>

* **Structure:** Buying an ATM put option and selling an OTM put option with a lower strike price.
* **Profit Potential:** Decent profits if the price falls to a certain level with lower cost than an ATM put.
* **Use Case:** Betting on a moderate price drop.

### **Bear Call Spread**

<figure><img src="/files/cskVe2R2o6HyDAlQqZgS" alt=""><figcaption></figcaption></figure>

* **Structure:** Selling an ATM call option and buying an OTM call option with a higher strike price.
* **Profit Potential:** Profits if the price stays the same or falls, with immediate profit potential after purchase.
* **Use Case:** Betting on a stable or falling price without waiting for a drop.


---

# 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://options--ai.gitbook.io/options-ai/trading-strategies/buying-options/bearish-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.
