> For the complete documentation index, see [llms.txt](https://docs.shopnext.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shopnext.io/whitepaper/how-to-play/reward-index.md).

# Reward index

Reward index helps to boost your NFT card rewards. You can collect different types of [NFT Cards](/whitepaper/how-to-play/what-are-nft-cards-bonus-cards.md) to increase Reward index. See details of rewards calculation [here](/whitepaper/how-to-play/rewards-calculation.md).

<figure><img src="/files/AmC5JJWh4czayBOedqaw" alt=""><figcaption></figcaption></figure>

<table data-header-hidden><thead><tr><th width="153"></th><th width="150"></th><th width="158"></th><th width="159"></th><th></th></tr></thead><tbody><tr><td><strong>Card type</strong></td><td><strong>Own an NFT Card</strong></td><td><strong>Parameter increased after each additional NFT Card</strong></td><td><strong>Max number of card to be calculated at each type</strong></td><td><strong>Max reward index at each type</strong></td></tr><tr><td>Bronze</td><td>5</td><td>+1</td><td>3</td><td>8</td></tr><tr><td>Silver</td><td>10</td><td>+2</td><td>3</td><td>16</td></tr><tr><td>Gold</td><td>20</td><td>+3</td><td>3</td><td>29</td></tr><tr><td>Platinum</td><td>35</td><td>+4</td><td>3</td><td>47</td></tr></tbody></table>

For example if Alex holds 2 NFT cards at the Bronze level, his reward index parameter is 6. If he owns 4 or more Bronze cards, his reward index will still be 8. If he manages to get 1 more silver card, his index will be increased to 8 + 10 = 18.  The maximum reward index for an account will be 8+16+29+47 = 100.


---

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

```
GET https://docs.shopnext.io/whitepaper/how-to-play/reward-index.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.
