# Punk Score

**"Punk Score"** is a test mechanic of upcoming "NFT Score" system in Canary's Nest eco. As the name states, it is adjusted for "RMRK Punks" collection, but later on will be added on to other NFTs as well.&#x20;

At the moment it has only flexing purpose - it shows how rare your Punk is. But we intend to add extra perks later on as development goes.&#x20;

<figure><img src="/files/pdvOdtketOBEOD6uPpgP" alt=""><figcaption></figcaption></figure>

###

### Punk Score formula

{% hint style="info" %}
Punk Score = (\[punk parts 1-6] \* \[number of punks in his rarity]) \* \[egg rarity]

\[punk parts] = (1-\[punk part qty among all punks]/\[total sets qty])^2 \*(1+\[punk part qty on this punk]/\[slots qty]\*2) \*(1-\[set parts qty in this rarity]/\[set parts total])

\[egg rarity] = (\[punks qty in this rarity]\*\[egg price])
{% endhint %}

###

### Example *# 1*

<figure><img src="/files/tLouV0DSodueLok2EbRc" alt=""><figcaption><p>Rare Punk #95 - <a href="https://canarynest.io/punks/11706366-3629a3ff458d113e25-PUNK-RMRK_PUNK_RARE_EGG-00000167">https://canarynest.io/punks/11706366-3629a3ff458d113e25-PUNK-RMRK_PUNK_RARE_EGG-00000167</a></p></figcaption></figure>

> \= ((1-4/125)^2\*(1+1/6\*2)\*(1-672/6000)
>
> \+ (1-7/125)^2(1+1/6\*2)\*(1-1707/6000)
>
> \+ (1-7/125)^2(1+1/6\*2)\*(1-672/6000)
>
> \+ (1-6/125)^2(1+1/6\*2)\*(1-672/6000)
>
> \+ (1-3/125)^2(1+1/6\*2)\*(1-672/6000)
>
> \+ (1-6/125)^2(1+1/6\*2)\*(1-672/6000))&#x20;
>
> \* (100\*1)

\= **628.866304**&#x20;

### Example *# 2*

<figure><img src="/files/d85A2rhBBwAhUUCZAu9V" alt=""><figcaption><p><em>Common Punk #611 -</em> <a href="https://canarynest.io/punks/11653657-3629a3ff458d113e25-PUNK-RMRK_PUNK_COMMON_EGG-00000080"><em>https://canarynest.io/punks/11653657-3629a3ff458d113e25-PUNK-RMRK_PUNK_COMMON_EGG-00000080</em></a></p></figcaption></figure>

> \= ((1-15/125)^2\*(1+2/6\*2)\*(1-3202/6000)&#x20;
>
> \+ (1-7/125)^2(1+1/6\*2)\*(1-419/6000)
>
> \+ (1-15/125)^2(1+2/6\*2)\*(1-3202/6000)
>
> \+ (1-3/125)^2(1+1/6\*2)\*(1-672/6000)
>
> \+ (1-9/125)^2(1+2/6\*2)\*(1-1707/6000)
>
> \+ (1-7/125)^2(1+2/6\*2)\*(1-1707/6000))&#x20;
>
> \* (650\*0,1)&#x20;

\= **359.21990208**


---

# 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://canarys-nest.gitbook.io/ultimate-canarys-nest-wiki/ecosystem/nft-collections/ksm-rmrk-punks/punk-score.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.
