> For the complete documentation index, see [llms.txt](https://faqpo.mobox.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faqpo.mobox.io/resources/mobox-user-guide.md).

# &#x20;MOBOX - User Guide

### 1. Before Starting

{% hint style="success" %}
This chapter will briefly introduce the basic information of the MOBOX project.

Help players understand the basic concepts related to the MOBOX project and the development direction of the project.

The "1-Minute Understanding" added in each section is used to assist in understanding the obscure and difficult concepts. Opinions are quoted from community players which not represent official.
{% endhint %}

{% content-ref url="/pages/A3CjQfDa1XAT3J0jhvhN" %}
[Broken mention](broken://pages/A3CjQfDa1XAT3J0jhvhN)
{% endcontent-ref %}

{% content-ref url="/pages/7YSsfyWKiXDoGde4Kldx" %}
[Broken mention](broken://pages/7YSsfyWKiXDoGde4Kldx)
{% endcontent-ref %}

{% content-ref url="/pages/k9lnapV1u52RkSjalZKk" %}
[Broken mention](broken://pages/k9lnapV1u52RkSjalZKk)
{% endcontent-ref %}

### 2. Get Started

{% hint style="success" %}
This chapter will briefly introduce the MOBOX platform, and demonstration of how to participate in platform event.
{% endhint %}

{% content-ref url="/pages/cXvLeJgbKuC1uVJDlHol" %}
[Broken mention](broken://pages/cXvLeJgbKuC1uVJDlHol)
{% endcontent-ref %}

{% content-ref url="/pages/lB2YCc4PG3mVSTF5nofr" %}
[Broken mention](broken://pages/lB2YCc4PG3mVSTF5nofr)
{% endcontent-ref %}

{% content-ref url="/pages/crJoQQ6Y2iiYU1ROVwFB" %}
[Broken mention](broken://pages/crJoQQ6Y2iiYU1ROVwFB)
{% endcontent-ref %}

{% content-ref url="/pages/PwMz5WbWh7mqyUl0XBq9" %}
[Broken mention](broken://pages/PwMz5WbWh7mqyUl0XBq9)
{% endcontent-ref %}

{% content-ref url="/pages/2GBt416uGHlcwDvlUnZF" %}
[Broken mention](broken://pages/2GBt416uGHlcwDvlUnZF)
{% endcontent-ref %}

### 3. Advanced

{% hint style="success" %}
This chapter details the information related to the MOBOX platform, include MOMO farmer, Yield Farming, MOMO NFT, veMBOX, featured systems and games.

At the end of the chapter, a summary of game guides has been added. The game guides is created by players in the MOBOX community.
{% endhint %}

{% content-ref url="/pages/wg3gpexVJsyHlazDjKEm" %}
[Broken mention](broken://pages/wg3gpexVJsyHlazDjKEm)
{% endcontent-ref %}

{% content-ref url="/pages/RA47KxQpebIqiFPDCvjD" %}
[Broken mention](broken://pages/RA47KxQpebIqiFPDCvjD)
{% endcontent-ref %}

{% content-ref url="/pages/G4nBNfZg2KnOUNsfI8F5" %}
[Broken mention](broken://pages/G4nBNfZg2KnOUNsfI8F5)
{% endcontent-ref %}

{% content-ref url="/pages/BZF8An1C3zBYRvE319gN" %}
[Broken mention](broken://pages/BZF8An1C3zBYRvE319gN)
{% endcontent-ref %}

{% content-ref url="/pages/LmckPoqfNMn9HfmezRv8" %}
[Broken mention](broken://pages/LmckPoqfNMn9HfmezRv8)
{% endcontent-ref %}

{% content-ref url="/pages/rJfNAa0CKmwXJpI0lbQ5" %}
[Broken mention](broken://pages/rJfNAa0CKmwXJpI0lbQ5)
{% endcontent-ref %}

{% content-ref url="/pages/5DRg7O16avFVY84tmRtn" %}
[Broken mention](broken://pages/5DRg7O16avFVY84tmRtn)
{% endcontent-ref %}

{% content-ref url="/pages/zIu7aVaLXzcdGUaSQ2kA" %}
[Broken mention](broken://pages/zIu7aVaLXzcdGUaSQ2kA)
{% endcontent-ref %}

{% content-ref url="/pages/PHYsOIs7grTeUr8PcPIv" %}
[Broken mention](broken://pages/PHYsOIs7grTeUr8PcPIv)
{% endcontent-ref %}

### 4. Co-Build

{% hint style="success" %}
The value of each blockchain project is driven by community. Therefore, community members should be rewarded based on their contributions to the community.

You can do whatever your heart desires. Every player can find his own side on the MOBOX platform.

This chapter will list the official social media of the MOBOX platform, the participation channels for community building, and the feedback channels.
{% endhint %}

{% content-ref url="/pages/Jt8POaLPMf1orbuYwibO" %}
[Broken mention](broken://pages/Jt8POaLPMf1orbuYwibO)
{% endcontent-ref %}

{% content-ref url="/pages/9Rpxx5VduGbKPm594pir" %}
[Broken mention](broken://pages/9Rpxx5VduGbKPm594pir)
{% endcontent-ref %}


---

# 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://faqpo.mobox.io/resources/mobox-user-guide.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.
