# Customers

## Overview

Each Customer has different rights on our platform as the following.

| Customer            | What They Can Do                                                                                                                            | How to Become                                  |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------- |
| Shop Register       | To register shop NFT.                                                                                                                       | Connect own wallet to our application.         |
| Shop Owner (Major)  | <p>To fill and update information about services on shop NFTs.<br>To receive <a href="/pages/bWX9mYd30SU1Zmve7e9s">staking</a> rewards.</p> | Stake the largest amount of RET on a shop NFT. |
| Shop Owner (Minor)  | To receive [staking](/app-scheme/gamefi-elements/staking-rewards.md) rewards.                                                               | Stake RET on a shop NFT.                       |
| NFT Item Holder     | To acquire rewards by writing reviews, getting helpful on written reviews, and or more.                                                     | Buy tableware NFT and connect own wallet.      |
| Registered Customer | The same as above Paid Customer gets. However, Registered Customers can not move rewards to own wallet unless they buy tableware NFT.       | Register own email address.                    |
| Free Viewer         | <p>To see reviews.<br>To give helpful.</p>                                                                                                  | Nothing requires.                              |


---

# 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://whitepaper.sharefull.io/fundamentals/customers.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.
