> For the complete documentation index, see [llms.txt](https://roverx.gitbook.io/roverx-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://roverx.gitbook.io/roverx-docs/product-features/collection-discovery/minting.md).

# Minting

Secondary data is an important factor while making the decision of whether to mint a collection or not. But, most of the NFT tools out there, do not show secondary market data.

On RoverX, you can also see secondary market data along with other decision-making data points.

All the data points are aggregated with timeframes ranging from 1m to 7d, so that you can analyze collection(s) on different time frames.

Here's an explanation of all the columns in the minting table:

#### <mark style="color:purple;">Collection name</mark>

Name of the NFT project. You can hover over it to see the full name.

#### <mark style="color:purple;">Heat level</mark>

Heat level shows how hot the project is. It is based on the number of unique minters in the last 15 mins.

* Low = 5-20 minters
* Medium = 20-50 minters
* High = 50-200 minters
* Extreme = 200+ minters

#### <mark style="color:purple;">Masterminds</mark>

The number of minting masterminds who minted that collection.

#### <mark style="color:purple;">Blue chip</mark>

The number of Blue chip holders who minted that collection.

#### <mark style="color:purple;">Mints</mark>

The number of NFTs minted in the time period selected.

#### <mark style="color:purple;">Unique Minters</mark>

The number of unique minters who minted in the time period selected.

#### <mark style="color:purple;">Floor price</mark>

We show the minimum floor price across Opensea, Looksrare, X2Y2, Foundation, Rarible and Sudoswap (stolen assets excluded)

#### <mark style="color:purple;">Floor price % change</mark>

Floor price % change = (Current floor price - Floor price X time period ago) / Floor price X time period ago.

Hence this will change based on the time period you select from the time toggle.

#### <mark style="color:purple;">Sales</mark>

The number of sales from all marketplaces in the time period selected.

#### <mark style="color:purple;">Sales % change</mark>

Sales % change will vary based on the time period selected. If you select 15 mins:

Sales % change = (Sales in last 15 mins - Sales in previous 15 mins) / Sales in previous 15 mins

The calculation is similar for other time frames.

#### <mark style="color:purple;">Volume</mark>

Total volume of the collection on all marketplaces in the time period selected.

#### <mark style="color:purple;">Volume % change</mark>

Volume % change is calculated the same as Sales % change and will vary based on time.

#### <mark style="color:purple;">First mint</mark>

How many days ago did the first mint occur.


---

# 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://roverx.gitbook.io/roverx-docs/product-features/collection-discovery/minting.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.
