# Panels

The 6 charts beside the large TradingView chart on our Options page.

<details>

<summary>ATM Implied Volatility</summary>

Implied volatility is viewable standardized for options expiring in 1 week (7 days), 1 month (30 days), 3 months (90 days), or 6 months (180 days).&#x20;

At the money implied volatility for each listed expiration is interpolated between the options with strike prices surrounding the price of the underlying future.

At the money implied volatility for each standardized expiration is interpolated between the values for expirations surrounding the target date.

*Saved and shown as a \~240 second moving average.*

</details>

<details>

<summary>25 Delta Skew</summary>

25 delta skew is viewable standardized for options expiring in 1 week (7 days), 1 month (30 days), 3 months (90 days), or 6 months (180 days).&#x20;

25 delta put implied volatility for each listed expiration is interpolated between the options with deltas surrounding -0.25.

25 delta call implied volatility for each listed expiration is interpolated between the options with deltas surrounding 0.25.

25 delta skew for each listed expiration is calculated in the following manner:

* (25 delta put implied volatility - 25 delta call implied volatility) / at the money implied volatility

25 delta skew for each standardized expiration is interpolated between the values for expirations surrounding the target date.

*Saved and shown as a \~240 second moving average.*

</details>

<details>

<summary>Active Options</summary>

The 6 options contracts for the selected coin with the highest volume in the last 24 hours.

</details>

<details>

<summary>Put/Call</summary>

Volume: The trailing 24 hour options volume in contracts, broken down by put or call.

OI: The latest open interest in contracts for all options, broken down by put or call.

OI (Premium): The latest open interest in premium (OI \* option price in dollars) for all options, broken down by put or call.

</details>

<details>

<summary>Term Structure</summary>

The term structure with at the money and forward at the money implied volatility for each expiration on the selected coin.

</details>

<details>

<summary>Spot-Vol Correlation</summary>

The trailing correlation between changes in the DVOL index and changes in the underlying price for the selected coin.

</details>

<details>

<summary>Term Structure Slope</summary>

The spread between the 1 month at the money implied volatility and 6 month at the money implied volatility for the selected coin.

</details>


---

# 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.velo.xyz/web-app/options/panels.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.
