> 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/momoverse/momo-home.md).

# MOMO Home

![](/files/Ia6Gs1ko5xGDipRfGFYq)

1\. **Each Avatar** can create and start their own **MOMO Home.**

2\. Players can build the following buildings for their **MOMO Home** with each having its own unique function.

* **Town Hall** : Used to mint and collect **MBOX**. Amount of **MBOX** that can be minted is dependent on the **MOMO** **Home's Prosperity Level**. For the intial minting of **MBOX** and after each time **MBOX** is collected, the Town Hall enters a 10 hour protection period and a 12 hour cooldown period. During the cooldown period players will not be able to collect **MBOX**, and during the protection period other players cannot attempt to steal your **MBOX**.
* **Lighthouse** : Increase the number of attack attempts for your Airship and reduce the number of **MBOX** that can be stolen when being attacked.
* **Craft House** : Building used for synthesizing resources and creating new materials.
* **Airship** : Used to attack other Town Halls to steal **MBOX** tokens from other players. Level-up system will be unavailable at the beginning.
* **Dockyard** : Spawns a Airship Items Chest every **8 hours**.

3\. Each building will have its unique design. When a building is first built it will start with it’s initial design. Players can consume different resources and materials to change the exterior design of their buildings. These resources and materials are gathered through **MOsocial** Games.

4\. Players can visit each others homes. The homes that can be visited include : Airship target home, those who are in your friends list, players who have obtained an achievement statue, those who assist in synthesizing.


---

# 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/momoverse/momo-home.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.
