# NiftyPoints

There are 5 levels of rarity for NiftyRecords <mark style="background-color:red;">Common</mark>, <mark style="background-color:orange;">Uncommon</mark>, <mark style="background-color:green;">Rare</mark>, <mark style="background-color:blue;">Legendary</mark>, and <mark style="background-color:purple;">Limited Edition.</mark>&#x20;

Each rarity has a different NiftyPoint score which equates to your daily $NIFTY potential. The NiftyPoints are a sum of all 4 traits added together. You can have different levels of rarity and that will affect the overall average rarity of your NiftyRecord. No matter the trait, it's the rarity tied to the NiftyPoint score that matters.&#x20;

> **The 4 traits in a NiftyRecord NFT:**
>
> * 45 RPM Adapter
> * The Vinyl
> * Background
> * Label Design

{% hint style="info" %}

### &#x20;<mark style="background-color:red;">Common</mark>

* **5** NiftyPoints per trait
  {% endhint %}

{% hint style="info" %}

### <mark style="background-color:orange;">Uncommon</mark>

* **8** NiftyPoints per trait
  {% endhint %}

{% hint style="info" %}

### <mark style="background-color:green;">Rare</mark>

* **15** NiftyPoints per trait
  {% endhint %}

{% hint style="info" %}

### <mark style="background-color:blue;">Legendary</mark>

* **30** NiftyPoints per trait
  {% endhint %}

{% hint style="info" %}

### <mark style="background-color:purple;">Limited Edition</mark>

* **60** NiftyPoints per trait
  {% endhint %}

### Trait Rarity Distribution Chart

The records are skewed more towards a lower overall rarity to give everyone a relatively equal playing field. Since all the traits of each NiftyRecord will be improved dynamically, we set precedence to a distribution that favored our LootCrate System more.

<table><thead><tr><th width="179">Rarity</th><th width="150">% Distribution</th><th data-hidden># of NiftyRecords</th><th data-hidden>NiftyPoints per Trait</th><th data-hidden>NiftyPoints per NiftyRecord</th><th data-hidden>Daily NP Total</th><th data-hidden></th><th data-hidden></th></tr></thead><tbody><tr><td><mark style="background-color:red;">Common</mark></td><td>60%</td><td>1,726</td><td>5</td><td>20</td><td>34,524</td><td></td><td></td></tr><tr><td><mark style="background-color:orange;">Uncommon</mark></td><td>25%</td><td>719</td><td>8</td><td>32</td><td>23,016</td><td></td><td></td></tr><tr><td><mark style="background-color:green;">Rare</mark></td><td>10%</td><td>288</td><td>15</td><td>60</td><td>17,262</td><td></td><td></td></tr><tr><td><mark style="background-color:blue;">Legendary</mark></td><td>4%</td><td>115</td><td>30</td><td>120</td><td>13,810</td><td></td><td></td></tr><tr><td><mark style="background-color:purple;">Limited Edition</mark></td><td>1%</td><td>29</td><td>60</td><td></td><td></td><td></td><td></td></tr></tbody></table>

### NiftyRecord Rarity Thresholds

A NiftyRecord will contain several different traits of different rarities, but it's the total sum of all the traits rarities that will define the level of rarity the entire NiftyRecord is.

<table><thead><tr><th width="150">Rarity</th><th width="150">NiftyPoints per Trait</th><th width="150">NiftyPoints per NiftyRecord</th><th>NiftyPoint Thresholds</th></tr></thead><tbody><tr><td><mark style="background-color:red;">Common</mark></td><td>5</td><td>20</td><td>20</td></tr><tr><td><mark style="background-color:orange;">Uncommon</mark></td><td>8</td><td>32</td><td>32</td></tr><tr><td><mark style="background-color:green;">Rare</mark></td><td>15</td><td>60</td><td>60</td></tr><tr><td><mark style="background-color:blue;">Legendary</mark></td><td>30</td><td>120</td><td>120</td></tr><tr><td><mark style="background-color:purple;">Limited Edition</mark></td><td>60</td><td>240</td><td>240</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://nifty-records.gitbook.io/niftyrecords/what-makes-us-diffferent/niftypoints.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.
