> For the complete documentation index, see [llms.txt](https://docs.gunstar.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gunstar.io/whitepaper/the-game/game-play/nft-pet-system/pet-rarity.md).

# Pet Rarity

The pets are categorized into different rarities.

| Pet Rarities |
| ------------ |
| Ascend       |
| Legendary    |
| Mythic       |
| Elite        |
| Rare         |
| Normal       |
| Trial        |

Ascend being the highest rarity and Normal being the lowest rarity of the NFT pets. The Trial pets are not NFT based and are weaker than all other pets.

### NFT Pets

![](/files/YpUhzriDBVCjOEryLkDP)

All rarities are build pretty equally in power. A normal pet in the hands of a skilled player can win against pets of higher rarities. So the game is more skill based rather than based on how much money you can spend.

Higher rarity pets can be a lot more rewarding to play when you have mastered the pet. These pets usually have more unique skills and are capable of dealing more damage when used correctly, but if you don't master the pet, it can actually become more of a problem rather than a benefit.

Simply having pets of higher rarities allows you multiple benefits such as:

* GSC Bonus from PvE
* Ability to purchase more rewarding passes

### Trial Pets

![](/files/gTUjpjjYshJACIAKHcPw)

Trial pets are free pets given to all players, it's perfect for trying out the game to see if players like it. This trial pet has lower power compared to all other pets. Leveling this pet still gives pet stats bonuses.

Players can earn Rune tokens while playing with this pet to purchase Game Items or purchase Raid pass in Raidboss mode to earn the GSC tokens.


---

# 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://docs.gunstar.io/whitepaper/the-game/game-play/nft-pet-system/pet-rarity.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.
