# 生成NFTs

{% hint style="info" %}
為了MOBOX平臺更加長遠穩健地持續發展，MBOX將與2021年8月5日對平臺的經濟模型進行重要調整：&#x20;

推出新的BEP-1155 形式的NFT盲盒——BOX，BOX與KEY的價值相等，開啟BOX獲得MOMO的品質和概率與KEY一致。BOX將以「申購活動」的形式投放。
{% endhint %}

### **MOMO NFTs**

設計獨特的GameFi系統使遊戲玩家和平臺交易者有機會獲得被稱為MOMO的獨一無二的NFT。 每個KEY和BOX代幣都可以用來解鎖一個寶箱，從而可以在幣安智能鏈（BNB）上生成和鑄造一個MOMO NFT。

![](/files/-MX1VtLSYyTSM-IFpvIa)

1. 通過質押池獲得KEY （已於 2021年8月5日停產），領取時可以直接獲得相應數量（只能是整數）的寶箱，開箱即可獲得NFT。
2. 或者通過市場上購買KEY或者 BOX，可以在官網或者APP對應界面領取相應數量（只能是整數）的寶箱，打開寶箱即可獲得NFT。
3. 每次獲取寶箱以後，只能全部打開以後才可以繼續獲取新的寶箱。（確保沒有未完成的交易）
4. 單次最高獲取寶箱數量為500個，單次最高打開寶箱數量為10個。
5. MOBOX市場中將增開 BOX 交易市場，使用 MBOX 交易，形式與寶石相同。

### 公平和透明的NFT開箱機製

為了確保創建NFT的過程是完全隨機的，MOBOX會采取如下方式：&#x20;

1）玩家把KEY兌換成箱子的交易將確定玩家開啟這些箱子的隨機種子，隨機種子是用戶兌換箱子交易所在區塊的hash+用戶公鑰。&#x20;

2）Order.blockHash =bytes32(uint256(hash) + uint256(addr));&#x20;

3）每解鎖一個箱子時，哈希值都會重新計算&#x20;

4）Order.blockHash=keccak256(abi.encodePacked(order.blockHash));

{% hint style="success" %}
KEY停產後仍然能開啟Chest，打開後可獲得MOMO。

KEY的價值和BOX價值相等。
{% endhint %}


---

# 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://faqcn.mobox.io/ecosystem/gamified/generating-nfts.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.
