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