# Rarity Calculation

The rarity of your Soltato depends on multiple factors, including the occurrence of each trait, number of traits, if the NFT is animated. To put it simply, this would be the equation what we derive the score, thus your Soltato's Ranking

$$
Score = Σ(1/TraitOccurance) \* TraitCountBonus \* AnimatedBonus
$$

#### Trait Occurrence

If a trait has 5% Occurrence, the trait will be scored 20

#### Trait Count Bonus

|                      |                      |
| -------------------- | -------------------- |
| **Number of Traits** | **Bonus Multiplier** |
| 2                    | 3                    |
| 3                    | 1.5                  |
| 4                    | 1.1                  |
| 5                    | 1                    |
| 6                    | 1                    |
| 7                    | 1.2                  |

#### Animated Bonus

The multiplier of Animated NFT is 1.5


---

# 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://soltatoes.gitbook.io/soltato/soltato-nft/rarity-calculation.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.
