# Rewards calculation

There are 2 types of rewards: Cashback rewards (Base rewards, MOON rewards, NFT-card rewards) and NEXT rewards.

<figure><img src="/files/2xR6cJFmiMIoAjTkMZJr" alt=""><figcaption></figcaption></figure>

## <mark style="color:purple;">1. Base rewards</mark> <a href="#baserewardcashback" id="baserewardcashback"></a>

The cashback amount depends on reward percent and transaction value of each transaction.

$$
BaseReward (USD) =  TransactionValue\*RewardPercent
$$

## <mark style="color:purple;">2. MOON rewards</mark> <a href="#baserewardcashback" id="baserewardcashback"></a>

MOON members are offered a reward cashback, equivalent to 20% of [base rewards](#baserewardcashback).&#x20;

## <mark style="color:purple;">**3.**</mark> <mark style="color:purple;"></mark><mark style="color:purple;">NFT card rewards</mark>

You can collect NFT cards to earn up to 40% more cashback.

NFT card rewards for each transaction depends on [*base reward*](#baserewardcashback), [reward index](/whitepaper/how-to-play/reward-index.md) and the attributes of selected NFT Card.

$$
NFTReward(USD)=ProjectParameters\*
$$

$$
f(RewardIndex, BaseReward,CardEarning)
$$

## <mark style="color:purple;">4. NEXT rewards</mark>

Users will get rewards in NEXT on their successful transactions. NEXT rewards will depend on the total cashback users earn from the transaction, including MOON rewards and NFT rewards if applicable.

## <mark style="color:purple;">5. How to redeem NEXT?</mark>

Accumulating a minimum of 1000 NEXT in your Earning Balance, which you can redeem for an NFT card case or 3,000 NEXT to exchange for phone prepaid cards, shopping vouchers, or to cash out.

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


---

# 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/rewards-calculation.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.
