> For the complete documentation index, see [llms.txt](https://docs.toros.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.toros.finance/options-strategies/short-volatility.md).

# Short Volatility

Toros Short Volatility is designed for quieter Bitcoin markets. It performs best when BTC remains within a tighter range and can weaken when BTC begins trending strongly up or down.

## Payoff Profile

![BTCBEARVOL1X estimated payoff](/files/R571ppQ7X4pcQVLqMyin)

*Estimated return after 1 month. Maximum profit when BTC stays near its current price. Losses increase as BTC moves further in either direction.*

![Short volatility payoff diagram](/files/2MLr3QJ1jvMasoyFqid7)

*The short volatility structure resembles a short straddle: profit in the optimal range, loss on large moves.*

## How It Works

This is not a directional BTC product. The objective is to reduce price-direction exposure and focus on Bitcoin volatility instead.

In simple terms:

* If BTC stays near its current range, the strategy performs best
* If BTC moves far in either direction, performance can weaken
* The payoff is driven more by volatility conditions than by a simple bullish or bearish BTC view

## Toros Short Volatility Implementation

Toros combines two components to build the short volatility strategy:

1. **A position in the Toros Covered Call LP** powered by Perpetual Options
2. **An actively rebalanced BTC short on Aave** to reduce directional exposure

The Covered Call LP earns revenue from recurring payments made by Toros Protected Leveraged Token traders. The Aave short is adjusted as conditions change to keep the overall structure more focused on volatility than outright BTC direction.

For readers familiar with options, the payoff can resemble a short straddle. Tight ranges and controlled movement tend to help the structure, while strong directional moves can hurt performance and increase rebalancing activity.

## Available Products

| Ticker                                                                                 | Vault Name                 | Asset   | Position | Leverage | Chains   |
| -------------------------------------------------------------------------------------- | -------------------------- | ------- | -------- | -------- | -------- |
| [BTCBEARVOL1X](https://toros.finance/vault/0x8c068d7033d66c4aacab25ce8219e5688c60155f) | Bitcoin Bear Volatility 1X | Bitcoin | Short    | 1x       | Arbitrum |

### BTCBEARVOL1X

BTCBEARVOL1X provides onchain BTC volatility exposure designed for quieter, range-bound conditions.

Key characteristics:

* Holds the Toros Covered Call LP plus an actively rebalanced BTC short on Aave
* Reduces directional exposure to focus more on BTC volatility
* Performs best when Bitcoin stays within a tighter range
* Can lose value when Bitcoin trends strongly up or down
* Captures income linked to Toros Protected Leveraged Token activity

BTCBEARVOL1X charges a **0.1% trading fee** each way, with no management or performance fee. See [Fees](/trading/fees.md) for the full table.

## Who Is This For

The short volatility strategy suits users who:

* Believe Bitcoin may enter a quieter trading period
* Want exposure to BTC volatility rather than a simple directional trade
* Understand that strong moves in either direction can hurt returns
* Prefer an automated, fully onchain structure


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.toros.finance/options-strategies/short-volatility.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
