# What’s a Cryptoid?

Cryptoids are fantasy creatures that players can battle, collect, and breed. Each Cryptoid has different traits that determine their role in battle.

![Cryptoid character skills](/files/YOq4HAyfcxPVASROJm3d)

### Stats:&#x20;

Each Cryptoid has 4 stats, Health, Luck, Skill, and Speed. Here’s what they do.

**HP-** The amount of damage your Cryptoid can take before being knocked out.

**Speed-** Speed determines turn order. Faster Cryptoids attack first. If two Cryptoids have the same speed, this is how attack order is determined: High speed > Low HP > High Skill > High Luck > Low Fighter ID.

**Skill-** Skill adds damage when a Cryptoid plays multiple cards at once (combo).&#x20;

**Luck-** Luck increases critical strike chance. It also makes entering Last Miracle more likely and adds more Last Miracle “ticks”. A Cryptoid has a chance to enter Last Miracle when a fatal blow is dealt to it, if it does, Last Miracle allows it to use a few more skills before it gets removed from the battle.

&#x20;Cryptoid stats are dependent on two variables:  race and body parts.


---

# 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://cryptoids.gitbook.io/whitepaper/ecosystem/whats-a-cryptoid.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.
