# Market

Users can filter most charts on this page to show only the coins on a selected watchlist. Custom watchlists can be made in the table on the [Chart](https://docs.velo.xyz/web-app/chart) page.

<details>

<summary>Price Changes</summary>

Cumulative coin price changes, shown in percentages.&#x20;

</details>

<details>

<summary>OI-Normalized CVD</summary>

Cumulative dollar volume delta across all supported exchanges for each coin, normalized by the aggregated open interest for that coin.&#x20;

*Cumulative volume delta is the cumulative sum of (market buys minus market sells) for a coin over a given period.*

</details>

<details>

<summary>Funding Heatmap</summary>

The funding rates heatmap chart shows the evolution of coin funding rates over time. The rate shown for each period is an open-interest weighted average of a coin's funding rate (per 8 hours or per annum) for that period, across all supported exchanges.

</details>

<details>

<summary>Liquidations Heatmap</summary>

The liquidations heatmap chart shows historical coin liquidations. The value shown for each period is the total number of liquidations on a coin for that period, across all supported exchanges.&#x20;

</details>

<details>

<summary>Open Interest Changes</summary>

Cumulative aggregated open interest (in coin terms) changes, shown in percentages.&#x20;

</details>

<details>

<summary>Return Buckets</summary>

The return buckets chart breaks coins down to their percentage return over a selected time period. Each column shows the number of coins to fall into that bucket, and may list them on mouseover.

</details>

<details>

<summary>Market Volume</summary>

The total futures market dollar volume for all selected coins, grouped by exchange.

</details>

<details>

<summary>Total Open Interest</summary>

The total dollar open interest for all selected coins, grouped by exchange.

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