> For the complete documentation index, see [llms.txt](https://nftbiker.gitbook.io/tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nftbiker.gitbook.io/tools/tezos-tools/for-artists/fans.md).

# Fans

[**Tool access**](https://nftbiker.xyz/fans)

## Overview

The Fans tool allows you to analyze collector data for Tezos NFT artists, specific artworks or contracts. It provides detailed information about collectors, their holdings, and collection patterns across different platforms (Tezos NFT marketplaces and fxhash).

## Features

### Input Options

* Single artist wallet address
* Smart contract address
* fxhash project URL
* Multiple artwork URLs (one per line)

### Collector Analysis

The tool shows:

* Total number of collectors
* Number of "fans" (collectors who own 2 or more pieces)
* Total artworks and editions
* fxhash projects and gentk counts (if applicable)

### Detailed Collector Information

For each collector, you can view:

* Wallet address and associated name
* Twitter handle (if available)
* Ban status (Teia ban list or platform ban)
* Number of distinct artworks owned
* Total editions owned
* Number of fxhash projects owned
* Number of gentks owned (fxhash editions)
* Total tokens (artworks + fxhash)
* Total editions (editions + gentks)
* First collection date
* Link to detailed activity between collector and artist

### Display Options

* Toggle between showing all collectors or only fans (2+ pieces)
* Option to hide banned collectors
* Sortable table columns
* Copy all wallet addresses functionality

## Sorting

Collectors are sorted by:

1. Total number of tokens owned
2. Total number of editions owned
3. First collection date

## Special Notes

* Banned status shows either "TEIA" (on Teia block list) or "YES" (banned on platform)
* For fxhash projects, focus is on edition counts rather than distinct artwork counts
* Maximum display for "show all" is 500 collectors
* Tool excludes marketplace contracts and burn addresses from collector counts

## Export

* Quick copy functionality for all wallet addresses
* Export data as CSV
* Specific export to build fxhash reserve list

## Additional Information

* Non-custodial marketplace listings are properly accounted for in edition counts
* Tool supports both regular Tezos NFTs and fxhash generative tokens
* Collectors owning only 1 piece are filtered out by default in the "fans" view


---

# 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:

```
GET https://nftbiker.gitbook.io/tools/tezos-tools/for-artists/fans.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.
