# Options Strategy

### 1) Bullish Call-Spread (CS)

A call-spread strategy involves buying a call option at a lower strike price and selling a call option at a higher strike price, with the same expiration, reflecting a **bullish view** on the underlying market

**Option Payout: Max (S-K1, 0) - Max (S-K2, 0),** \
\&#xNAN;*where S is the underlying asset spot price at maturity, and K are Option Strikes.* \
\ <img src="/files/SodFBISqth2LBE2yxN1y" alt="" data-size="original">\
\
Best-Case Scenario: If S is greater than or equal to K2, the payout is K2-K1\
Worst-Case Scenario:  If S is equals to or less than K1, payout is 0\
More details: <https://www.investopedia.com/terms/b/bullcallspread.asp>

### 2) Bearish Put-Spread (PS)

A put-spread strategy involves buying a put option at a higher strike price and selling a put option at a lower strike price, with the same expiration, reflecting a bearish **view** on the underlying market

**Option Payout: Max (K2-S, 0) - Max (K1-S, 0),** \
\&#xNAN;*where S is the underlying asset spot price at maturity, and K are Option Strikes.*\
\
![](/files/6BH1Hx8UdhR7gaRupoql) \
\
Best-Case Scenario: If S is less than or equal to K1, the payout is K2 - K1.\
Worst-Case Scenario: If S is greater than or equal to K2, the payout is 0.\
*More details:* [*https://www.investopedia.com/terms/b/bearputspread.asp*](https://www.investopedia.com/terms/b/bearputspread.asp)


---

# 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.superhedge.com/superhedge-products/n-vaults/options-strategy.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.
