> For the complete documentation index, see [llms.txt](https://snaps-docs.gitbook.io/snaps-whitepaper-ru-new/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/snaps-whitepaper-ru-new/app-overview/general-mechanics.md).

# General Mechanics

В первую очередь, перед тем как вы начнете пользоваться приложением Snaps и получать первые награды за свои действия, вы должны получить свои первые NFT очки.

NFT очки делятся на несколько рангов. Но даже самые первые NFT очки, которые достаются бесплатно каждому пользователю, могут приносить отличную прибыль за проведенное вами время в Snaps.

Чтобы ваши NFT могли генерировать доход и награды для вас, вы должны быть активны в приложении. Если вы не будете активны некоторое время, то ваши NFT очки сломаются без должного за ними ухода, а восстановить их вы сможете только потратив токены $SNP. Так же, для того чтобы получать ежедневные вознаграждения в виде токенов $SNPS вы должны выполнять ежедневные задания, чтобы получать очки энергии, которые в конце дня конвертируются в токены $SNPS и поступают на ваш кошелек.\
\
NFT очки нуждаются в уходе за ними. Ведь если каждый день не отдавать их на ремонт, то их HP будет падать, а ваше ежедневное вознаграждение уменьшаться пропорционально уровню HP ваших NFT очков. Если несколько дней выполнять задания, смотреть видео в NFT очках и не ремонтировать их - то они сломаются. А восстановить их можно будет только за токены $SNP.

{% hint style="info" %}
Бесплатных NFT очков, которые даются каждому пользователю при первом входе в приложения Snaps - достаточно для того, чтобы достойно монетизировать время, проведенное в нем.&#x20;
{% endhint %}


---

# 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/snaps-whitepaper-ru-new/app-overview/general-mechanics.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.
