> For the complete documentation index, see [llms.txt](https://hookrank.gitbook.io/hookrank/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hookrank.gitbook.io/hookrank/core-features/transaction-volume.md).

# Transaction Volume

## Overview

Transaction Volume Panel in HookRank provides a detailed analysis of historical transaction volumes across various chains. This feature is designed to help users understand and compare trading activities and liquidity across different chains.

### 1. Historical Transaction Volume per Chain

The Historical Transaction Volume per Chain section offers a comprehensive view of transaction volumes for pools linked to hooks on individual chains, including Arbitrum, Ethereum, Optimism, and Base. It tracks transaction volumes over several time periods (24 hours, 7 days, 30 days, and 1 year). This detailed breakdown is essential for users looking to understand how transaction volumes vary across different time frames and how they reflect network performance and user engagement.

### 2. Historical Transaction Volume Graph

The Historical Transaction Volume Graph presents a dynamic visual representation of transaction volumes over time, with options for daily, monthly, yearly, and all-time views. This graph assists users in identifying long-term trends, seasonal variations, and significant spikes or drops in transaction activity within the associated pools.

### 3. Top 10 Hooks Total Transaction Volume

***

{% hint style="info" %}
Transaction Volume Panel is essential for users seeking to analyze and compare liquidity trends and trading activities across various chains, offering detailed metrics and visualizations.
{% endhint %}


---

# 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://hookrank.gitbook.io/hookrank/core-features/transaction-volume.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.
