# MCC Game Loop & Integration

From a simplified viewpoint, players enter the MCC with several options at hand. Regardless of the level of investment that a player chooses when entering Mars4, there is always a way for them to earn $Mars4 dollars while playing the game, allowing them to participate in the Mars4 economy.

![](https://lh3.googleusercontent.com/9nLnKJkMEWe-JkcF3U00UoJp3-fDcjQ6SnvoNe0jO64yvyONjALEpotPA70BHgoUtzAhNjZJoM6dTnrY7xB8ODk1Y6P7oyhygIbbTpOiC7_XXCsIpRjrIFOTuDQQx3VulQszHLHL)

### Integration with 3D game <a href="#tfzv6p1t9a3l" id="tfzv6p1t9a3l"></a>

*Note: all integrations which refer to the 3D game mean integration with the full multiplayer 3D game version.*

* All owned NFT assets in the MCC will be available for use in the 3D game.
* Resources gathered in the 3D game will be available on the MCC and tradeable via the MCC's marketplace.
* XP will be earned passively via the MCC.
* Users will have one shared common account between the MCC and 3D game.
* Users will be able to login to the 3D game client using only the credentials (email and password) created in the MCC
* Inventory between the 3D game and the MCC will be synchronised


---

# 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://whitepaper.mars4.me/mars4-control-center/mcc-game-loop-and-integration.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.
