# Global

<table data-full-width="true"><thead><tr><th width="198">Data Point</th><th width="108">Type</th><th width="206">Description</th><th>Options</th><th>Data Source</th></tr></thead><tbody><tr><td>Chain Tx Count</td><td>Number</td><td>Count of transactions done by the wallet on the selected chain</td><td></td><td>Contract / Adapter</td></tr><tr><td>Wallet Age</td><td>Time</td><td>Time since the wallet did its first on-chain transaction (not just this protocol)</td><td></td><td>Contract / Adapter.</td></tr><tr><td>Avg. Wallet Lifetime</td><td>Number</td><td>Average wallet lifetime for all the protocols</td><td></td><td>Adapter</td></tr><tr><td>Avg. Wallet Lifetime Value</td><td>Number</td><td>Average wallet lifetime value for all the protocols. Represented in dollars</td><td></td><td>Adapter</td></tr><tr><td>TVL On Chain(s)</td><td>Number</td><td>Sum of TVL on chain(s)</td><td></td><td>Adapter.</td></tr><tr><td>Highest TVL On Chain</td><td>String</td><td>Highest TVL on a chain</td><td></td><td>Adapter.</td></tr><tr><td>Active On Chain(s)</td><td>List</td><td>All the chains that this wallet has been active on (not just this protocol)</td><td>All chains supported. Example: Ethereum, Polygon, BNB</td><td>Adapter.</td></tr><tr><td>Most Active On Chain</td><td>String</td><td>Wallet most active on a chain</td><td>All chains supported. Example: Ethereum, Polygon, BNB</td><td>Contract / Adapter.</td></tr><tr><td>Last Transacted On Chain</td><td>String</td><td>The last chain that this wallet transacted on.</td><td>All chains supported. Example: Ethereum, Polygon, BNB</td><td>Contract / Adapter.</td></tr><tr><td>Avg. Gas Paid</td><td>Number</td><td>Avg gas fee paid by this wallet</td><td></td><td> Adapter.</td></tr><tr><td>Last Gas Paid</td><td>Number</td><td>Gas fee paid for last transaction</td><td></td><td>Adapter.</td></tr></tbody></table>


---

# 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://spock-analytics.gitbook.io/introduction/data-catalog/global.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.
