# Cuties

The main in-game "resource" is **Cuties**. Everything is centered around Cuties - they are the ones you **breed, grow, send to adventures, send into raids, buy, sell, and trade** on the [marketplace](/blockchain-cuties-universe-knowledge-base/bcu-mechanics/game-markets/cutie-marketplace.md). Every Cutie can gain [experience](https://blockchain-cuties.fandom.com/wiki/Experience), level up, and use items, including those items that can improve its cooldowns and even its genes. All important Cutie attributes are **stored on the blockchain** as compactly as possible, holding the cost of the transaction in mind.

All of the Cuties are built on the same principles and use the same [Genome](/blockchain-cuties-universe-knowledge-base/bcu-mechanics/genome.md) Model.

The majority of the Cutieland population are regular Cuties that come in many shapes and forms. There are 8 [Cutie Pet Types](/blockchain-cuties-universe-knowledge-base/bcu-mechanics/cuties/cutie-types.md).

Any Cutie can become a [Noble](/blockchain-cuties-universe-knowledge-base/bcu-mechanics/genome/nobility.md) as well!

Each Cutie can have different stats from the start. Check out the [stats](https://blockchain-cuties.fandom.com/wiki/Stats) article.


---

# 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://docs.blockchaincuties.com/blockchain-cuties-universe-knowledge-base/bcu-mechanics/cuties.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.
