> For the complete documentation index, see [llms.txt](https://faq.rollercoin.com/rollercoin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.rollercoin.com/rollercoin/f.a.q./marketplace/6.-common-uncommon-rare-epic-and-legendary-what-is-the-difference.md).

# 6. Common, Uncommon, Rare, Epic, and Legendary: what is the difference?

Items in the game are categorized based on their rarity level. The different rarity levels of items are Common, Uncommon, Rare, Epic, and Legendary.

1. **Common** items are the most basic and easiest to obtain. They offer a small boost to mining power and are often given as rewards for completing simple tasks or achievements within the game.
2. **Uncommon** items are slightly more powerful than common items and offer a moderate boost to mining power. They are a bit harder to obtain than common items, but can still be earned through regular gameplay and completing various challenges and objectives.
3. **Rare** items are even more powerful than uncommon items and offer a substantial boost to mining power. They are much harder to obtain than common or uncommon items and may require a significant investment of time and resources to acquire.
4. **Epic** items are extremely powerful and offer a significant boost to mining power. They are among the rarest and most difficult items to obtain in the game and often require a substantial investment of time and resources to obtain.
5. **Legendary** items are the most powerful and valuable items in the game, offering the highest boost to mining power. They are extremely rare and are considered the ultimate goal for many players in Rollercoin.

<figure><img src="/files/2aMzMZkLB8buU7AAoAf0" alt=""><figcaption><p><em>An example of how the same item but with higher rarity can drastically be a higher-up in power</em></p></figcaption></figure>

So, the more rare the item is, the more powerful it is and the more difficult it is to obtain. However, each item in Rollercoin is unique and offers its own unique set of benefits, so it's important to consider each item's individual attributes when choosing which of them to acquire and use.


---

# 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://faq.rollercoin.com/rollercoin/f.a.q./marketplace/6.-common-uncommon-rare-epic-and-legendary-what-is-the-difference.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.
