> For the complete documentation index, see [llms.txt](https://docs.honeywasp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.honeywasp.com/ranking.md).

# Ranking

Your ranking in the game will depend on 4 factors: your kills, your elo, the number of NFTs you have, and their rarity.&#x20;

### **• Your kills :**&#x20;

In this ranking, we only see the raw data, how many kills you have.

### **• Your elo :**&#x20;

In this ranking, we're taking into account your level based on your past performances. If your level is better than your average level, you will get more Elo points. On the contrary, you will get fewer elo points if you're worse than your average level.&#x20;

### In the future, your ranking will have 2 more factors&#x20;

### **• Your NFTs :**&#x20;

Your NFT score depends on how many NFTs you have, it will be higher if you have 3 NFTs than if you have only 1.

### **• Their rarity :**&#x20;

In addition to the number of NFTs you have, you will also have a rarity score. Again, this score will be higher if you have a legendary NFT.&#x20;

After taking into account those factors, it will give you the final score which is a bonus for your staking. The higher your bonus is, the higher will be your staking reward.


---

# 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.honeywasp.com/ranking.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.
