# What Is A Put Credit Spread?

1. Put Credit Spreads (Bear Put Spreads):
   * Objective: Put credit spreads aim to generate income by selling an out-of-the-money (OTM) put option and simultaneously buying an even more OTM put option.
   * How It Works:
     * Step 1: Identify an underlying stock or index.
     * Step 2: Sell an OTM put option (lower strike price).
     * Step 3: Simultaneously buy an even more OTM put option (higher strike price).
   * Risk and Reward:
     * Risk: Limited to the difference between the strike prices minus the premium received.
     * Reward: Limited to the premium received.
   * Profit Potential:
     * The spread profits if the underlying asset remains above the sold put's strike price.
     * Time decay (theta) works in your favor as the options approach expiration.
2. Risk Management:
   * Max Loss: The maximum loss occurs if the underlying asset falls below the lower strike (sold put) at expiration.
   * Exit Strategy:
     * Consider closing the spread if it reaches a certain percentage of the maximum profit.
     * Exit early if the underlying asset moves against your view.
3. Profit Potential:
   * Max Profit: Achieved when the underlying asset remains above the sold put's strike price at expiration.
   * Profit Calculation:
     * Max Profit = Net Premium Received (from selling the spread)
     * Formula: $$\text{Max Profit} = (\text{Premium from Sold Put}) - (\text{Premium for Bought Put})$$
4. Example:
   * Let's say you sell a put credit spread on Stock XYZ:
     * Sold Put: Strike price $100, premium received $2.
     * Bought Put: Strike price $95, premium paid $1.
     * Net premium received = $2 - $1 = $1.
     * Max profit = $1 (if XYZ stays above $100).
5. Considerations:
   * Probability of Success: Choose strike prices based on your confidence in the stock's movement.
   * Time Decay: Put credit spreads benefit from time decay.
   * Margin Requirements: Ensure you have sufficient margin in your account. Remember that put credit spreads are a defined-risk strategy, and while they limit potential profit, they also provide a buffer against losses.&#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/what-is-a-put-credit-spread.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.
