> For the complete documentation index, see [llms.txt](https://docs.onchainheroes.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onchainheroes.xyz/items-and-assets/rarity-system.md).

# Rarity System

## Overview

<figure><img src="/files/3jfOLlnNEeZ7jWQ4SHvL" alt=""><figcaption></figcaption></figure>

Most in-game items and assets are assigned a rarity (excluding Heroes). Rarity **always** determines an asset’s scarcity, and may also influence its power or reward potential across battles, crafting, and other core game loops—depending on the item type.

> ❕Heroes are not assigned rarity based on this system.

***

## Identifying Rarities

Rarity is indicated by the colour of an asset’s frame, following a familiar **Common → Mythic** progression based on modern RPG conventions. Most assets use this system, though some exceptions feature unique borders to signal rarity.

Assets that follow the Common to Mythic progression have a distinct frame style depending on whether they are [Broken mention](broken://pages/ToBkKirK8o7ed2U0hdjz) or [Misc.](/items-and-assets/misc..md), allowing for easy identification.&#x20;

There are 10 rarities in total, with 3 being unique rarities:

<table><thead><tr><th width="131" align="center">Rarity </th><th align="center">Gear Border</th><th align="center">Item Border</th><th align="center">Application</th></tr></thead><tbody><tr><td align="center">Common</td><td align="center"><div><figure><img src="/files/NN9JHv0mCvtGDGHa4Bn7" alt=""><figcaption></figcaption></figure></div></td><td align="center"><div><figure><img src="/files/M2VWS7GBtmfb0x4qCTVx" alt=""><figcaption></figcaption></figure></div></td><td align="center">Standard</td></tr><tr><td align="center">Uncommon</td><td align="center"><div><figure><img src="/files/mwoWMx97v8RccsbRQCi8" alt=""><figcaption></figcaption></figure></div></td><td align="center"><div><figure><img src="/files/vUdrSzwyICg3H1QTCka5" alt=""><figcaption></figcaption></figure></div></td><td align="center">Standard</td></tr><tr><td align="center">Rare</td><td align="center"><div><figure><img src="/files/6VQAbDiAQZ1FAb75XomX" alt=""><figcaption></figcaption></figure></div></td><td align="center"><div><figure><img src="/files/0hI8YNbvSfVeFES4r3qD" alt=""><figcaption></figcaption></figure></div></td><td align="center">Standard</td></tr><tr><td align="center">Epic</td><td align="center"><div><figure><img src="/files/vWvA6FISV4S3MzynuFk2" alt=""><figcaption></figcaption></figure></div></td><td align="center"><div><figure><img src="/files/VhC4Hfw28yfaxrOIQEGy" alt=""><figcaption></figcaption></figure></div></td><td align="center">Standard</td></tr><tr><td align="center">Heroic</td><td align="center"><div><figure><img src="/files/dsH1j4oQ2b7DVMufLKps" alt=""><figcaption></figcaption></figure></div></td><td align="center"><div><figure><img src="/files/j2NSbs8P8yfcOE5OQpci" alt=""><figcaption></figcaption></figure></div></td><td align="center">Standard</td></tr><tr><td align="center">Legendary</td><td align="center"><div><figure><img src="/files/2GwgzSTjX53crOsjgDFk" alt=""><figcaption></figcaption></figure></div></td><td align="center"><div><figure><img src="/files/rKWXIN4XSXBEmB1xEh0Y" alt=""><figcaption></figcaption></figure></div></td><td align="center">Standard</td></tr><tr><td align="center">Mythic</td><td align="center"><div><figure><img src="/files/i64yHaMaoQUU4cK1maNh" alt=""><figcaption></figcaption></figure></div></td><td align="center"><div><figure><img src="/files/S5JAXCbSgdH5tgkRGUyy" alt=""><figcaption></figcaption></figure></div></td><td align="center">Standard</td></tr><tr><td align="center">Godly<br>(Prev. Genesis)</td><td align="center"><div><figure><img src="/files/H07etetYNMCDQqTGMtGU" alt=""><figcaption></figcaption></figure></div></td><td align="center"><div><figure><img src="/files/boPTSBKHEX16OYCOHKXM" alt=""><figcaption></figcaption></figure></div></td><td align="center">Unique: Godlike items that surpass the power of Mythics.</td></tr><tr><td align="center">Artifact</td><td align="center">-</td><td align="center"><div><figure><img src="/files/ymNkMPNQ62T0P8hnuLbR" alt=""><figcaption></figcaption></figure></div></td><td align="center">Unique: Utility Items</td></tr><tr><td align="center">Singular</td><td align="center">-</td><td align="center"><div><figure><img src="/files/oUZvICd1on4f7IlwE7WO" alt=""><figcaption></figcaption></figure></div></td><td align="center">Unique: 1:1 Assets</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.onchainheroes.xyz/items-and-assets/rarity-system.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
