# Rarity Scores

### Rarity groups

**1 - Common:** 40%

**2 - Uncommon:** 25%

**3 - Rare:** 15%

**4 - Very Rare** 12.5%

**5 - Sassy** 7.5%

### Calculations

Rarity scores are calculated by multiplying the rarity group of each of the 10 assets together. The number to be multiplied can be attained from above. e.g. common = 1, uncommon =2 etc.

For example if a snake had 10 attributes that were all uncommon, its rarity score would be:

$$
rarity = 2^{1 0}=1024
$$


---

# 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://sassy-snakes.gitbook.io/sassysnakes/attributes/rarity-scores.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.
