# Rarities

Our rarity system is unique when compared to other CNFT projects.

We will be using our own internal point system to gauge rarity. While most projects use a circulating supply to determine which  assets appear infequently, we use a point system on a per-asset basis. The main reason for this is, with so many assets you MAY only see a certain asset once, even if it's just a wooden chair.

Our rarity scale has the following six levels:

<table><thead><tr><th>Rarity</th><th data-type="number">Points</th></tr></thead><tbody><tr><td><strong>Common</strong></td><td>1</td></tr><tr><td><strong>Uncommon</strong></td><td>3</td></tr><tr><td><strong>Moderate</strong></td><td>5</td></tr><tr><td><strong>Rare</strong></td><td>10</td></tr><tr><td><strong>Legendary</strong></td><td>25</td></tr><tr><td><strong>Mythic</strong></td><td>100</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://docs.cardanocastle.com/the-basics/the-game/rarities.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.
