# NFT Design and Rarity

Robot NFTs in IronMON are built from modular components tied to dApp usage, with rarity levels based on engagement:

* **Components**: Head, Body, Arms, Legs, Accessory.
* **Rarity Levels**:
  * **Black-and-White Robot**: If a user hasn’t used all dApps in a component’s category, that component is grayscale.
  * **Colored Robot**: Using all dApps in a category unlocks a colored version of that component.
  * **Easter Egg**: Explore to unlock a colored background!
* **Design Consistency**: Components are designed to seamlessly combine, reflecting the style of their associated dApps.
*


---

# 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://ironmon.gitbook.io/docs/nft-design-and-rarity.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.
