> For the complete documentation index, see [llms.txt](https://whitepaper.skullsludo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.skullsludo.com/nft-integration-and-benefits/nft-ranks-and-benefits.md).

# NFT Ranks & Benefits

| **NFT Ranks**           | **XP Boost** | **Extra Gems Per Day** | **Special Perks**                 | **Benefits**                                                      |
| ----------------------- | ------------ | ---------------------- | --------------------------------- | ----------------------------------------------------------------- |
| **Worn** (Common)       | No Boost     | No Extra Gems          | Entry-Level NFT, No Special Perks | Basic in-game skins, small XP boost.                              |
| **Ethereal**            | +5% XP       | 1 Extra Gem Daily      | Slightly Faster Leveling          | Extra XP gain, limited access to NFT events.                      |
| **Cryptic**             | +10% XP      | 2 Extra Gems Daily     | Bonus in-game coins weekly        | Higher XP bonus, unlocks NFT-exclusive challenges.                |
| **Mythic**              | +15% XP      | 3 Extra Gems Daily     | Higher daily XP cap               | Special animations, extra RP for wins, exclusive tournaments.     |
| **Titan**               | +20% XP      | 4 Extra Gems Daily     | Exclusive seasonal rewards        | Earn passive $SKL rewards, premium tournament access.             |
| **Immortal** (Top Tier) | +25% XP      | 5 Extra Gems Daily     | VIP Access to Premium Tournaments | Highest XP/RP bonuses, governance voting rights, staking 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://whitepaper.skullsludo.com/nft-integration-and-benefits/nft-ranks-and-benefits.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.
