> For the complete documentation index, see [llms.txt](https://faqen.mobox.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faqen.mobox.io/ecosystem/defi-gamified/nft-on-chain-attributes.md).

# NFT On-Chain Attributes

Each minted MOMO NFT will have a set of unique attributes stored on the blockchain.

### On-chain Parameters

1. Each unique NFT has the following parameters:

| Quality   | Color  | Asset Class | Minted           | Rate   | Per MoMo Amount | Initial Hash Power | Extras             |
| --------- | ------ | ----------- | ---------------- | ------ | --------------- | ------------------ | ------------------ |
| Common    | Grey   | BRC1155     | Box              | 50.00% | ∞               | 1                  | None               |
| Uncommon  | Green  | BRC1155     | Box              | 35.00% | ∞               | 2                  | None               |
| Unique    | Blue   | BRC1155     | Box              | 12.00% | ∞               | 3                  | None               |
| Rare      | Purple | BRC721      | Box              | 2.50%  | 200             | 10\~40             | Edit Name          |
| Epic      | Orange | BRC721      | Box              | 0.50%  | 50              | 50\~120            | Edit Name, Message |
| Legendary | Red    | BRC721      | Events, Auctions | N/A    | 1-5             | 180\~260           | Edit Name, Message |

Rare Quality MoMos with Hash Power ≥ 30 can edit name.&#x20;

Epic Quality can edit name, Hash Power ≥ 80 can add a personal message.&#x20;

Legendary Quality can edit name and add a personal message.&#x20;

***NOTE: Edited names and Personal Messages are stored on the blockchain forever.***

2\. Rare Quality and above MoMo's level can be upgraded.  Each upgrade will increase MOMO's Hash Power. Currently, the maximum level = 30.

3\. Rare Quality and above MoMo's can be upgraded by consuming other MOMOs. Requirements for each level and each MOMO is different.

OK! So now you understand the great MOMOs.  Let's dive into how MOMO's can be exchanged in the market.


---

# 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://faqen.mobox.io/ecosystem/defi-gamified/nft-on-chain-attributes.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.
