> 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/key-game-features.md).

# Key Game Features

**Phase I: PawX**

* Mint the Genesis NFTs: Players can use their wallet to login to our official website and Mint the Genesis NFT collection - Stardust NFTs
* Raise Your Cat and Go On Adventures: A carefully-designed, browser-extension-based, Twitter-integrated game will be launched during this phase as well. Genesis NFT holders will have unmatched capabilities to perform in this game and players who missed the Genesis mint will be able to participate by acquiring a Classic Cat.
* Complete tasks to earn DNA Empowerment Card: Players can acquire DNA Empowerment Cards by letting their cats complete in-game scientific research tasks.

**Phase II: Helsinki**

* Upgrade with DNA Empowerment Card: Players can use DNA Empowerment Cards to upgrade their cats to prepare for this phase. After injecting the DNA, cats from Phase I will possess a higher level of capabilities to explore the world.
* Cats’ Love: We will set up scenes in-game for the cats to meet each other and get acquainted. We will also introduce the blind date function.
* Dating Stage: There will be various dating and adventure tasks to make the two cats fall in love and reach the marriage stage.
* Marriage Stage: We will introduce fortune-telling, a marriage hall, and even a wedding ceremony function.
* App launch: An App will be launched. Increase your level to continually earn SPT (Star-energy PawX Token; the higher your level, the greater the returns.
* Marketplace: During this phase, we will launch a marketplace where players can exchange items and gears for their journey. You can find various supplies, such as cat food, cleaning products, combs, books, toys, magic potions, and more. Each item has a different price, lifespan, and boost effect.

**Phase III: Decentralia**

* Breed & Cats Family: All players can let their cats collaborate with each other for reproduction, creating more intelligent kittens and forming cat families that can generate more rewards.
* Evolution: Through reproduction and evolution, your cat family will evolve into more intelligent new cat species. Exceptional families can achieve higher levels and receive more rewards.


---

# 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/key-game-features.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.
