> 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/tokenomics/in-app-economy.md).

# In-app economy

The Snaps economy involves 2 types of tokens:

**$SNP - governance token**&#x20;

**$SNPS - reward token**

<figure><img src="/files/hn3oqZN4xls4BdpdXr0y" alt=""><figcaption><p>$SNP &#x26; $SNPS Tokens</p></figcaption></figure>

**$SNP - Governance token**

* Mint NFT for $SNP
* NFTs could be broken and become unusable if the user is inactive for a long time. This NFT can be restored for $SNP only
* Payments for brands advertising are paid only in $SNP
* Staking $SNP to get $SNPS
* Upgrade of NFT rank comes at $SNP

**$SNPS - Utility/Reward token**

* Every user receives $SNPS tokens for any action in the app
* You must stake $SNPS tokens to enter the $SNP token sale public round. The number of $SNPS tokens staked determines the allocation that can be obtained for the $SNP token sale. The more $SNPS you have staked, the more allocations you will receive to buy $SNP for the public round
* For staking $SNPS, you can get WhiteList for the Private Round token sale of $SNP
* For staking $SNPS once a week you may receive a WhiteList for a free mint an NFT of the highest rank
* You have to pay $SNPS token for repairing NFT glasses, which are badly damaged every day
* $SNPS has Mint and Burn functions to keep a healthy balance in the economy, and to avoid a drawdown in price


---

# 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/tokenomics/in-app-economy.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.
