# Wallet

<table data-full-width="true"><thead><tr><th width="128">Data Point</th><th width="113">Type</th><th width="183">Description</th><th>Options</th><th>Data Source</th></tr></thead><tbody><tr><td>Wallet</td><td>String</td><td>Wallet address or ENS</td><td>Specific wallet address or ENS</td><td>Contract/ SDK/ Adapter</td></tr><tr><td>Tokens</td><td>List</td><td>Holdings: Any token held by the user</td><td>Top 100 tokens supported by, and address provided by the user</td><td>Contract / SDK / Adapter</td></tr><tr><td>NFTs</td><td>List</td><td>Holdings: Any NFT hed by the user</td><td></td><td>Contract / SDK / Adapter</td></tr><tr><td>Traits</td><td>List</td><td>On-chain behavior labels</td><td>Labels by Dune</td><td>Contract / SDK / Adapter</td></tr><tr><td>Custom Labels</td><td>List</td><td>User added labels</td><td>Labels given by the user</td><td></td></tr><tr><td>Net Worth</td><td>Number </td><td>Current net worth of the wallet</td><td></td><td>Contract / SDK / Adapter</td></tr><tr><td>Wallet App</td><td>List</td><td>Wallet application used by the user</td><td>Wallet applications used by the user base</td><td>SDK</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/wallet.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.
