> 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-everyone/collector-access.md).

# Collector access

This page provides insights into the collector access statistics for NftBiker tools on Tezos blockchain. It displays detailed information about collectors who own NftBiker artworks and their access rights.

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

### Features

#### Summary Statistics

* Shows total number of artworks and editions
* Displays the total number of collectors with access
* Breaks down collector statistics into:
  * Active wallets owing 2+ editions (locking multiple access slots)
  * Inactive wallets (no purchases in last 6 months)
* Calculates percentage of unused access rights

#### Collectors Table

The page displays a sortable table with the following information for each collector:

* Rank
* Collector name/wallet
* Twitter handle (if available)
* Number of unique artworks owned
* Total editions owned
* Date of last purchase
* Wallet address
* Link to collector's activity page

### How to Read the Data

* Active collectors are those who own at least an edition and have made a purchase within the last 6 months
* Inactive status is assigned to wallets that haven't made purchases in the past 6 months
* Each additional edition beyond the first one "locks" a potential access slot
* The table can be sorted by clicking on column headers

### Usage Tips

* Click on wallet addresses to view more details about specific collectors
* Use the Activity link to view detailed transaction history for each collector
* Twitter links provide quick access to collectors' social profiles


---

# 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-everyone/collector-access.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.
