# Cách tính thưởng

Phần thưởng cho một giao dịch bao gồm 2 loại: phần thưởng hoàn tiền (bao gồm hoàn tiền cơ bản, hoàn tiền MOON và hoàn tiền thẻ NFT) và phần thưởng token.

<figure><img src="/files/8vO7et4L081gvD5d88ol" alt=""><figcaption></figcaption></figure>

### <mark style="color:purple;">1. Hoàn tiền cơ bản:</mark>&#x20;

Hoàn tiền cơ bản được thưởng trong mỗi giao dịch sẽ phụ thuộc vào phần trăm Rewards và giá trị giao dịch.&#x20;

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

### <mark style="color:purple;">2. Hoàn tiền MOON:</mark>&#x20;

Thành viên MOON sẽ được nhận thêm hoàn tiền, tương ứng 20% mức hoàn tiền cơ bản.&#x20;

### <mark style="color:purple;">3. Hoàn tiền thẻ NFT</mark>

Bạn có thể sưu tập thẻ NFT để có thể nhận thưởng hoàn tiền nhiều hơn tới 40%.&#x20;

Hoàn tiền thẻ NFT sẽ phụ thuộc vào giá trị giao dịch, [hệ số thưởng](/vietnamese/whitepaper/cach-tham-gia/he-so-thuong.md) và thông số của thẻ NFT được sử dụng.

$$
Reward(USD)=ProjectParameter\*
$$

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

### <mark style="color:green;">Cách quy đổi NEXT</mark>

Tích lũy tối thiểu 1000 NEXT trong Số dư thưởng, bạn có thể đổi lấy ví thẻ NFT hoặc 3000 NEXT để đổi thẻ điện thoại, voucher mua sắm hoặc rút tiền mặt.

<figure><img src="/files/6w8FgFICmtwmDbFjiWjn" 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/vietnamese/whitepaper/cach-tham-gia/cach-tinh-thuong.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.
