> For the complete documentation index, see [llms.txt](https://snaps-docs.gitbook.io/white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://snaps-docs.gitbook.io/white-paper/app-overview/level-and-xp.md).

# Level & XP

Each user has 0 XP and Level 1 after registration in Snaps.&#x20;

All NFT glasses in Snaps have a level. The level of the points determines the amount of additional daily rewards in $SNPS tokens, as well as the ability to upgrade the rank of their NFT glasses.

A user receives XP points for completing each task. Each task gives a fixed number of points. This is the same for all tasks - 5 XP for each. The maximum amount of XP per day is 25 XP.

### Level-Ups:

* From 1 to 2 = 25 XP.
* From 2 to 3 = 50 XP
* From 3 to 4 = 100 XP
* From 4 to 5 = 200 XP
* From 5 to 6 = 400 XP
* From 6 to 7 = 600 XP
* From 7 to 8 = 800 XP
* From 8 to 9 = 1000 XP
* From 9 to 10 = 1300 XP

### Bonuses from levels:

* Level 1 = 0% boost
* Level 2 = 0% boost
* Level 3 = 0% boost
* Level 4 = 0% boost
* Level 5 = 0% boost
* Level 6 = +0.5% to daily earnings. Interest is accrued only on the basic income in accordance with the NFT rank. (excluding the referral program, bonuses for the number of subscribers, for the number of views and other bonuses)
* Level 7 = +1% to daily earnings. Interest is accrued only on the basic income in accordance with the NFT rank. (excluding the referral program, bonuses for the number of subscribers, for the number of views and other bonuses)
* Level 8 = +2% to daily earnings. Interest is accrued only on the basic income in accordance with the NFT rank. (excluding the referral program, bonuses for the number of subscribers, for the number of views and other bonuses)
* Level 9 = +2.5% to daily earnings. Interest is accrued only on the basic income in accordance with the NFT rank. (excluding the referral program, bonuses for the number of subscribers, for the number of views and other bonuses)
* Level 10 = +3% to daily earnings. Interest is accrued only on the basic income in accordance with the NFT rank. (excluding the referral program, bonuses for the number of subscribers, for the number of views and other bonuses)

To be able to upgrade your NFT one rank higher, you need to upgrade your current NFT to level 10. Next, it opens up the possibility of upgrading the current NFT to the next rank for 70 percent of the official mint value.


---

# 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://snaps-docs.gitbook.io/white-paper/app-overview/level-and-xp.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.
