# Redeem and open NFT card case (bonus card case)

### 1. Redeem NFT card cases (bonus card cases)

In the ShopNEXT ecosystem, new NFT card cases can be redeemed only when users earn enough NEXT from their shopping activities. **Deposited NEXTs cannot be used to redeem new NFT card cases.**

There will be 4 card case levels for redemption . The higher the card case level, the higher chance to earn the rarer cards.

* Card case level 1: <mark style="color:purple;">**1000 NEXT**</mark>&#x20;
* Card case level 2: <mark style="color:purple;">**2000 NEXT**</mark>&#x20;
* Card case level 3: <mark style="color:purple;">**3000 NEXT**</mark>&#x20;
* Card case level 4: <mark style="color:purple;">**4000 NEXT**</mark>

It is not a must to start to redeem Card case level 1. As long as users can accumulate enough NEXT, they can redeem at any Card case levels.

{% hint style="info" %}
You're also able to accumulate a minimum of **3000 NEXT** in your Earning Balance to exchange for phone prepaid cards, shopping vouchers, or to cash out.
{% endhint %}

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

### 2. Open NFT card cases (bonus card cases)

After redemption, you can open NFT card cases to see the details of [NFT cards](/whitepaper/how-to-play/what-are-nft-cards-bonus-cards.md). Depending on the card case level and average karma, users will have different possibility of receiving different card types and categories in opening.

Karma will be used to determine the probability of earning the high level NFT cards. The probability to open a particular NFT card category will be divided equally to the total number of card categories.

### *Opening when average karma of the account is below 50*

<table data-header-hidden><thead><tr><th width="187"></th><th width="182"></th><th width="180"></th><th width="180"></th><th></th></tr></thead><tbody><tr><td><strong>Card case Level</strong></td><td><strong>% of a Bronze Card</strong></td><td><strong>% of a Silver Card</strong></td><td><strong>% of a Gold Card</strong></td><td><strong>% of a Platinum Card</strong></td></tr><tr><td>Level 1</td><td>100%</td><td>0</td><td>0</td><td>0</td></tr><tr><td>Level 2</td><td>70%</td><td>30%</td><td>0</td><td>0</td></tr><tr><td>Level 3</td><td>50%</td><td>40%</td><td>10%</td><td>0</td></tr><tr><td>Level 4</td><td>30%</td><td>40%</td><td>20%</td><td>10%</td></tr></tbody></table>

### ***Opening when average karma of the account is  >= 50***

| **Card case Level** | **% of a Bronze Card** | **% of a Silver Card** | **% of a Gold Card** | **% of a Platinum Card** |
| ------------------- | ---------------------- | ---------------------- | -------------------- | ------------------------ |
| Level 1             | 100%                   | 0                      | 0                    | 0                        |
| Level 2             | 50%                    | 50%                    | 0                    | 0                        |
| Level 3             | 20%                    | 60%                    | 20%                  | 0                        |
| Level 4             | 0%                     | 50%                    | 30%                  | 20%                      |


---

# 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://docs.shopnext.io/whitepaper/how-to-play/what-are-nft-cards-bonus-cards/redeem-and-open-nft-card-case-bonus-card-case.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.
