> For the complete documentation index, see [llms.txt](https://battle-docs.polychainmonsters.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://battle-docs.polychainmonsters.com/monsters/introduction.md).

# 💡 Introduction

**Archetypes:** Discover the fascinating world of Onchain Monsters, where a diverse array of captivating creatures awaits your command.

* 🐂 Bull
* 🐻 Bear
* 🦍 Gorilla
* 🐗 Boar
* 🦎 Lizard
* 🐘 Elephant
* 🐋 Whale
* 🦁 Lion
* 🦊 Fox
* 🐢 Turtle
* 🐉 Dragon

**Elements:** These Archetypes manifest in six distinct elements, adding depth to your monster collection and battles. The elemental forces are as follows:

* 🔥 Fire
* 💧 Water
* 🍃 Nature
* ⚡️ Electric
* 🔮 Mental
* ☠️ Toxic

Each element brings its own set of strengths and weaknesses, following a strategic Rock-Paper-Scissors mechanic. Your mastery of these elemental dynamics will be crucial for success in the Polyverse.

{% content-ref url="/pages/PNFz4jRLfIRWGZdKjpAx" %}
[🌈 Elements](/monsters/elements.md)
{% endcontent-ref %}

**Attributes:** Additionally, every Archetype is characterized by the allocation of 100 points across four core attributes, defining their capabilities on the battlefield:

* **Attack:** The offensive prowess of your monster.
* **Defense:** Your monster's resilience and capacity to withstand attacks.
* **Health:** The overall endurance of your monster.
* **Speed:** The agility and quickness that determine the turn order in battles.

{% content-ref url="/pages/aLP3idtJUIaSE175mqrD" %}
[🦄 Archetype Attributes](/monsters/archetype-attributes.md)
{% endcontent-ref %}

Prepare for strategic depth, collect unique creatures, and engage in thrilling battles as you explore the diverse and immersive world of Onchain Monsters! 🐲✨

<figure><img src="/files/04DUmYzS0mpmuqMvGFbb" alt=""><figcaption><p>All 66 Onchain Monsters (11 Archetypes * 6 Elements) …</p></figcaption></figure>


---

# 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://battle-docs.polychainmonsters.com/monsters/introduction.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.
