> For the complete documentation index, see [llms.txt](https://whitepaper.mocossi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.mocossi.com/gameplay/mocossi-planet-game.md).

# Mocossi Planet game

![](/files/TfjoI5WtmNlDa7q9VXm4)

Mocossi Planet game incorporates both virtual pet and farming simulation elements. The starting point for players is to raise and bond with their Mocomons through the five main activities: feeding, bathing, boo-booing and sleeping and entertaining. Strongly bonded relationships will be rewarded with ‘mood points’ that can be used to farm and deliver products. Note that Mocomons are emotional creatures who demand love from their owners. Without enough attention and care, their mood is going to reduce over time. Thus, players must nurture and bond with their Mocomons daily to maintain the mood points. The more mood points a Mocomon has, the more farming ability it can get.

Farmable mood points, ITO rarity, and Land rarity contribute to the reward function at different weights.

At this phase, there are three ways to earn rewards:

1. Log in to the game every day to earn a daily bonus. This bonus will be forfeited every 24 hours.
2. Complete tasks such as farming, mining stone, and cutting wood.
3. Deliver products according to order board.

![](/files/DhmWFOs2vqrk4lVpkMOF) ![](/files/j5WPYdeQuXWfBGDJSVfs)

*Please keep in mind that these ideas are conceptual and still under development. We will update this section when more information becomes available.*


---

# 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://whitepaper.mocossi.com/gameplay/mocossi-planet-game.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.
