# Options

Velo uses [TradingView's](https://www.tradingview.com/) library to support seamless switching of coins and timeframes. Data updates live up to 5x per second and users may save up to 4 layouts that will persist across browser sessions, as well as display the chart in full screen.

*The charting technology is provided by TradingView, a platform for traders and investors. It offers advanced charting tools where people driven by markets can track major upcoming events in the* [*Economic calendar,*](https://www.tradingview.com/economic-calendar/) *chat, chart, and prepare for trades.*

<details>

<summary>DVOL</summary>

DVOL is Deribit's [implied volatility index](https://insights.deribit.com/exchange-updates/dvol-deribit-implied-volatility-index/). Velo displays the mark price of the index itself.

</details>

<details>

<summary>Price Overlay</summary>

Price overlay shows the mark price of the selected coin's perpetual future on Deribit.

</details>

<details>

<summary>Volume</summary>

Volume is viewable in contracts, notional, or premium terms, and in the form of call and put, call minus put, or total.&#x20;

Contract volume is the actual number of contracts traded. Notional volume is the number of contracts traded times the price of each contract's underlying future. Premium is the dollar price of the option times the number of contracts traded.

</details>

<details>

<summary>Greeks</summary>

Greeks are calculated using the Black Scholes formula. Velo may price each option with a perpetual, dated, or interpolated underlying future.&#x20;

* Traded amounts of delta are viewable in terms of coins or dollars, and in the form of call and put, call minus put, or total.
* Traded amounts of gamma are viewable in terms of coins or dollars.
* Traded amounts of vega are viewable in terms of coins or dollars.

</details>

<details>

<summary>RV</summary>

The realized volatility for the selected underlying (BTC or ETH), shown by default as 30 day realized volatility and with a spread to the DVOL index. The spread to DVOL is best viewed only when RV is kept as the default 30 day measure.

</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.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.
