> For the complete documentation index, see [llms.txt](https://universe-of-games.gitbook.io/universe-of-games-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://universe-of-games.gitbook.io/universe-of-games-docs/games/game-1-world-of-monsters.md).

# Game 1: World of Monsters

**World of Monsters** is an RPG Auto-Battler that combines monster collecting, breeding, and strategic real-time battles. It allows players to own, breed, and evolve NFT-based monsters, participate in tournaments, and earn crypto rewards through gameplay and marketplace activities.

**Key Features:**

* **Genre:** Auto-Battler RPG with Real-Time PvP
* **Core Loop:** Collect → Breed → Battle → Earn
* **NFT Monsters:** Each monster has DNA-based traits, level (1–5), stats (ATK, DEF, SPD, HP), and unique skills (Skill 1, Skill 2, and Ultimate)
* **Breeding System:**
  * 2 monsters → 1 offspring (50% inherited DNA + random mutation)
  * 24-hour breeding cooldown & breeding fee
  * Offspring rarity: Common, Rare, Legendary
* **Battle Mode:**
  * PvP or bot battles
  * Choose 3 monsters → 3-round combat system with monster swapping
  * Victory rewards: EXP, items, or emotes
* **Tournament Mode:**
  * Entry fee: $10
  * Prize Pool: 70% to winners, 30% to dev team
  * Swiss/elimination format, daily entry limit
* **Gacha System:**
  * Ticket-based roll with pity guarantee
  * Randomized rewards including rare monsters


---

# 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://universe-of-games.gitbook.io/universe-of-games-docs/games/game-1-world-of-monsters.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.
