# Snap Cap and Daily Token Cap

SNPIT has two elements: Snap Cap and Daily Token Cap.

You can earn STP by taking photos with the SNPIT app equipped with Camera NFTs. The number of photos you can take is limited by the film. The film limit is set based on the number of cameras you own, and 25% of the maximum film is restored every 6 hours.\
Additionally, you can increase the maximum Snap Cap by attaching a Film, which is a drop item.

Furthermore, aside from the paid "Camera NFTs," all users will be provided with one camera free of charge. This free camera has uniform performance, and using it for photography or battles allows you to earn FP instead of STP.

These FP can be used for leveling up the free camera or exchanged for e-money or BTC, among other options. Even users who only possess the free camera can earn STP through voting in battles.

#### Daily shooting limit based on the number of cameras held

<table><thead><tr><th>Number of Camera NFTs</th><th>Recovery amount every 6 hours</th><th width="144">Snap Cap</th></tr></thead><tbody><tr><td>1</td><td>0.5</td><td>2</td></tr><tr><td>3</td><td>1</td><td>4</td></tr><tr><td>9</td><td>2</td><td>8</td></tr><tr><td>15</td><td>4</td><td>16</td></tr></tbody></table>

The amount of STP you can earn through taking photos varies depending on the performance of the camera. By using the earned STP to level up your camera, the amount of STP you can gain per photo will increase.

There is a daily limit on the amount of STP you can earn from taking photos. By increasing the efficiency parameter and the number of cameras you own, you can raise this limit.


---

# Agent Instructions: 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:

```
GET https://wp.snpit.xyz/products/snpit/game-fi-systems/snap-cap-and-daily-token-cap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
