> For the complete documentation index, see [llms.txt](https://monsterpaper.playlovemonster.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://monsterpaper.playlovemonster.com/our-games/the-monsterverse/progression.md).

# Progression

In the game, players will embark on a journey of land building and resource management, constructing a variety of buildings to generate essential resources. These resources serve as the foundation for further development, allowing players to construct advanced buildings, unlock new structures, decorative elements, special abilities, and valuable items. All resources can be traded in-game or crafted into NFTs for on-chain trading.&#x20;

Players have the option to level up their buildings, thereby increasing resource generation, enhancing bonuses, or improving the services offered. As their land becomes more attractive, players have greater opportunities for successful trades and sales with other players. This creates the potential for players to establish economic empires, whether as resource-generating land plots with large exports or service hubs sought after by all players.

Amidst these economic features, players must also defend their territory from enemy attacks while exploring the vast world around them in search of adventure and treasure. The game offers a dynamic and immersive experience, blending calm city-building with exploration, trade, and combat to create a rich and engaging gameplay experience.


---

# 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://monsterpaper.playlovemonster.com/our-games/the-monsterverse/progression.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.
