> For the complete documentation index, see [llms.txt](https://pawx.gitbook.io/pawx-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pawx.gitbook.io/pawx-whitepaper/gameplay/the-how-to-guide.md).

# The How-to Guide

**How many types of cats are there throughout the three phases in the game, and how to acquire them?**

| Phase                   | Type of Cats                  | How to Acquire                                                                                                                                                                                                           |
| ----------------------- | ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Phase I - PawX          | Genesis Cats and Classic Cats | <p>- Join the Fair Launch of the Genesis NFT collection by acquiring a whitelist spot</p><p>- Purchase a Classic Cat at the in-game marketplace or other methods will be unlocked soon</p>                               |
| Phase II - Helsinki     | Origin Cats                   | <p>- Use DNA Empowerment Card to upgrade from Phase I</p><p>- Purchase an Origin Cat  at the in-game marketplace</p><p>- Purchase another player's cat at our marketplace or other NFT marketplaces</p>                  |
| Phase III - Decentralia | Evolution Cats                | <p>- Breed the new generations of cats by collaborating with others</p><p>- Purchase an Evolution Cat  at the in-game marketplace</p><p>- Purchase another player's cat at our marketplace or other NFT marketplaces</p> |

<br>

**What attributes do the in-game cat characters have and how do they relate to levels?**

In general, there are four attributes and 35 levels for each cat character in each phase. Each attribute can be unlocked at specific levels:

| Attributes   | Level Required to Unlock                                          |
| ------------ | ----------------------------------------------------------------- |
| Stamina      | Players can unlock this attribute once their cat reaches level 1  |
| Intelligence | Players can unlock this attribute once their cat reaches level 18 |
| Charm        | Players can unlock this attribute once their cat reaches level 18 |
| Luck         | Players can unlock this attribute once their cat reaches level 25 |

\*Genesis Cats and Evolution Cats possess all four basic attributes from Level 1.

**How to Raise a Cat?**

Your cats need cat food to keep their stamina high, or they will get tired and lose energy. Feeding them different kinds of food will boost their stamina in different ways. But there is a limit to how much stamina they can have at each level, and they won’t get any more if they are full. If your cats have enough stamina, they can go on exciting adventures and level up. This will unlock new attributes for them, such as intelligence, charm, and luck. These attributes will help them earn more SPT (Star-energy PawX Tokens), our in-game currency. The higher the level, the bigger the rewards.

**What types of tasks are in the game?**

| Task Name       | Description                                                                                                                                                                                                                                                                |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Basic Tasks     | By doing things like binding your social media accounts and following our community, you can earn awesome rewards. You can also get more rewards by signing in every day. The more days you sign in, the bigger the rewards.                                               |
| Adventure Tasks | Your cats can go on adventures and explore different places. Each place has its own chances of giving you prizes. But your cats need stamina and adventure times to do that. The more adventures they complete, the more rewards they get.                                 |
| Daily Gift Drop | There are special times every day when you can join the Daily Gift Drop game. You just need to enter the game and try your luck. You might get some amazing prizes, depending on how your cats’ Luck value.                                                                |
| Idle Tasks      | Your cats can make SPT on their own. They do this for 6 hours a day when they are not on an adventure. Cats of higher levels can make more SPT than lower ones. However, you generate a lower amount of SPT when you are in idle mode than when you are in adventure mode. |


---

# 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://pawx.gitbook.io/pawx-whitepaper/gameplay/the-how-to-guide.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.
