> For the complete documentation index, see [llms.txt](https://docs.phala.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.phala.world/introduction/the-spirit-nft/spirit-world-ranks.md).

# Spirit World Ranks

### **What is Spirit World rank?**

**All Spirit NFTs have a level. This is how they are calculated:**

After the first data merge through Spirit NFT links to on/off-chain actions, all users will enter the Ranking Board.

Rankings are based on current Spirit data to determine players’ ranking order. Users that experience major changes in on/off-chain actions can go back to the Spirit page and click **‘update’** to refresh their data.

Rankings depend on contribution. **If Player A is a Level 5 with 4,501 Exp. and Player B is a Level 5 with 6,001 Exp.,** **Player A's rank is lower than Player B's rank.**

### **How to check your world rank?**

After claiming the Spirit NFT, click on the corresponding area to see it.

![](/files/lMXq7Uxfoy8cTEp0iQfk)

![](/files/qz8dhQ2zGvbbExm6g082)


---

# 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.phala.world/introduction/the-spirit-nft/spirit-world-ranks.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.
