# How To Use Butterfly Option Strategy?

1. **What Is a Butterfly Spread?**
   * A **butterfly spread** is an options strategy that combines both **bullish** and **bearish** elements.
   * It’s designed to have a **fixed risk** and **capped profit**.
   * Butterfly spreads thrive when the underlying asset remains **near a specific price** (usually the middle strike price) until option expiration.
   * They use **four options contracts** with the **same expiration date** but **three different strike prices**.
2. **Components of a Butterfly Spread**:
   * **Higher Strike Price**: Buy one **in-the-money (ITM)** option.
   * **At-the-Money (ATM) Strike Price**: Sell two options.
   * **Lower Strike Price**: Buy one **out-of-the-money (OTM)** option.
3. **Types of Butterfly Spreads**:
   * **Long Call Butterfly Spread**:
     * Buy an ITM call, sell two ATM calls, and buy an OTM call.
     * **Profit**: Maximized if the underlying price equals the written calls’ strike price at expiration.
     * **Risk**: Initial cost of premiums paid.
   * **Short Call Butterfly Spread**:
     * Sell an ITM call, buy two ATM calls, and sell an OTM call.
     * **Profit**: Limited to the premium received.
     * **Risk**: Unlimited if the underlying price rises significantly.
4. **Implementing Butterfly Strategies**:
   * **Step 1: Market Assessment**:
     * Choose a market scenario (low volatility or range-bound conditions).
   * **Step 2: Strike Selection**:
     * Pick strikes based on your outlook.
     * Ensure the upper and lower strikes are equidistant from the ATM strike.
   * **Step 3: Calculate Costs and Profits**:
     * Understand the maximum profit and loss.
   * **Step 4: Risk Management**:
     * Consider position sizing and exit points.
5. **Visualizing the Butterfly**:
   * The payoff resembles a butterfly’s wings, hence the name.
   * Profit is highest at the ATM strike and tapers off towards the outer strikes.
6. **When to Use Butterfly Spreads**:
   * **Low Volatility**: Ideal for markets with minimal price movement.
   * **Neutral Outlook**: Profit when the underlying stays near the middle strike.
   * **Earnings Plays**: Use around earnings announcements.

Remember that butterfly spreads are versatile and can be constructed using either calls or puts.&#x20;


---

# 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://trnd-bot.gitbook.io/trnd/trnd-trainer/the-different-markets/stocks/options-trading/how-to-use-butterfly-option-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.
