> For the complete documentation index, see [llms.txt](https://blockchainspace.gitbook.io/blockchainspace/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blockchainspace.gitbook.io/blockchainspace/bspc-community/blockchainspace-axie-academy/axie-infinity/playing-axie-infinity/whats-an-axie/stats.md).

# Stats

Each Axie has 4 stats; **Health, Morale, Skill, and Speed.**

![](/files/-Mgd_o7MKbGRAH8eL1wm)

## **HEALTH**

The amount of damage your Axie can take before being knocked out.

## **SPEED**

It determines turn order. Faster Axies attack first. If two Axies have the same speed, this is how attack order is determined: **High speed > Low HP > High Skill > High Morale > Low Fighter ID.**

## **SKILL**

It adds damage when an Axie plays multiple cards at once **(combo)**. The extra damage is calculated like this: **(card attack × skill ) ÷ 500**

## **MORALE**

It increases critical strike chance. It also makes entering last stand more likely and adds more last stand **“ticks”.**

An Axie’s stats are dependent on two variables: its class and its body parts.

![](/files/-Mgdd7-lcS4XcotbXe_U)


---

# 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:

```
GET https://blockchainspace.gitbook.io/blockchainspace/bspc-community/blockchainspace-axie-academy/axie-infinity/playing-axie-infinity/whats-an-axie/stats.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.
