> For the complete documentation index, see [llms.txt](https://monster-lord.gitbook.io/monsterlord/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://monster-lord.gitbook.io/monsterlord/monster-games/monster-gold-rush.md).

# Monster Gold Rush

**Game Introduction:**

"Monster Gold Rush" is a unique NFT game that combines blockchain and financial attributes. By staking Meta Monster Card NFT in the contract and paying a certain amount of tokens to purchase equipment, users can participate in the gold mining challenge. This game not only provides entertainment, but is also a potential value investment method.

In the game, players can let the adventurous Meta Monster go on daily expeditions to obtain stable adventure income. When the equipment durability reaches zero, the user needs to repurchase the equipment to activate the Meta Monster and restart the adventure. This model combines the traditional mining concept with the operation of the blockchain, demonstrating our forward-looking thinking on the development of digital currency.

<figure><img src="/files/AkOozXuzlVRxKyREJD8V" alt=""><figcaption></figcaption></figure>

**GamePlay:**

1\. Players can use SOL to purchase gear for their Meta Monster and stake it on the blockchain to mine MOLO.

2\. Meta Monster gear consists of 5 parts, each with corresponding attributes:

\- Helmet (Crit Rate)

\- Armor (HP)

\- Weapon (Attack)

\- Shield (Defense)

\- Boots (Speed)

3\. Gear comes in 5 quality levels:

\- Basic Ore (BO)

\- Green Crystal (GC)

\- Blue Gem (BG)

\- Purple Prism (PP)

\- Orange Glory (OG)

4\. Different gear qualities correspond to different mining speeds:

\- Basic Ore - 1 SOL - 0.8%/day

\- Green Crystal - 5 SOL - 0.85%/day

\- Blue Gem - 10 SOL - 0.9%/day

\- Purple Prism - 50 SOL - 0.95%/day

\- Orange Glory - 100 SOL - 1%/day

5\. After starting the mining process, players can use SOL to upgrade gear. Once the SOL threshold is reached, gear quality will upgrade and mining speed will increase.

6\. Each Meta Monster has a maximum gear purchase limit of 100 SOL. Once this limit is reached, gear cannot be upgraded further.

7\. Each piece of gear has a durability of 200 days. Upgraded gear also has 200 days of durability. Once durability reaches zero, the gear can no longer be used for mining and must be repurchased to activate.

8\. Purchased gear stays with the Meta Monster. It can be recalled, and if transferred to another user, the gear remains effective.

9\. Inviting friends to mine together allows you to earn 50% of the invitee's daily earnings.


---

# 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://monster-lord.gitbook.io/monsterlord/monster-games/monster-gold-rush.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.
