> For the complete documentation index, see [llms.txt](https://whitepaper.youminter.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.youminter.com/game-fi-elements/cameras.md).

# Cameras

Camera is an in-app tool that is required to start posting. Every user gets one free level 1 Common non-NFT Camera generated randomly, which allows you to start posting right after the registration.

### Camera **Quality**

There are five levels of Camera qualities, and each quality level has its own set and capacity of points that affect the overall facilities of the Camera. When a Camera is minted, the value of each Attribute will be chosen at random within the min. and max. values according to Camera quality. As such, even Cameras of the same quality may have vastly different Attribute distributions.

<table><thead><tr><th>Quality Level</th><th data-type="number">Min. Attribute</th><th data-type="number">Max. Attribute</th><th></th></tr></thead><tbody><tr><td>Common</td><td>1</td><td>8</td><td></td></tr><tr><td>Uncommon</td><td>6</td><td>14</td><td></td></tr><tr><td>Rare</td><td>10</td><td>24</td><td></td></tr><tr><td>Epic</td><td>18</td><td>42</td><td></td></tr><tr><td>Legendary</td><td>32</td><td>76</td><td></td></tr></tbody></table>

### Camera Attributes

1. **Sharpness**
2. **Luck**
3. **Durability**

These attributes will take part in further activities inside the YouMinter app.

### Camera Level

Cameras Level Up will be revealed later.

### Genesis Cameras

Genesis Cameras on NEAR are Cameras G1 - G10,000.

All Genesis Cameras will have a "G" mark for identification purposes.


---

# 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://whitepaper.youminter.com/game-fi-elements/cameras.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.
