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

# Prizes

npayme Reward offers the option to create variety of rewards that Loyalty Program participants can redeem with their points.

## Prize Details

When setting up a new prize, you are asked a few common details and some more specific one depending on the prize-type.

**Common details:**

* The prize name
* The prize image
* The prize description
* The amount of points to be spent in order to redeem the prize
* The amount of times the prize can be claimed by a single wallet
* The overall amount of times the prize can be claimed

## ⛓️ On-chain Rewards

The following rewards consist of ERC20 tokens, Native currency or NFTs that can be used to redeem other prizes.

### Token Airdrop

*MANUALLY DISPATCHED*

This prize consist of an airdrop of ERC20/Native tokens.&#x20;

Participants having claimed such prize will have to wait for the program administrator to distribute it. The **Dashboard** has a specific section where you can see the prizes pending distribution.

npayme Reward does not hold the funds, hence the funds will have to be in the admin's wallet at the moment of dispersal - the transactions to distribute tokens can be batched in order to save on GAS and time.&#x20;

**Special details:**

* The network on which the tokens are
* The amount of tokens to airdrop

### npayme Reward NFT

*MINTED DIRECTLY by the Participant*&#x20;

This prize category consists of a mintable NFT that can have any utility you wish attributed to it.

**Special details:**

* The network on which the NFT will live

### Partner Prize

*MINTED DIRECTLY by the Participant*

This prize category consists of a mintable NFT that grants particular benefits on a partners platforms.&#x20;

**Special details:**

* The network on which the NFT will live

### Discounts

*MINTED DIRECTLY by the Participant*

This prize category consists of a mintable NFT granting a discount on your platform.&#x20;

**Special details:**

* The network on which the NFT will live

### Merchandise

*MINTED DIRECTLY by the Participant*

This prize category consists of a mintable NFT that can be redeemed for a piece of merchandise from your business.&#x20;

### Experience

*MINTED DIRECTLY by the Participant*

This prize category consists of a mintable NFT that grants access to a virtual or IRL experience.

**Special details:**

* The network on which the NFT will live

### Whitelist Access

*MINTED DIRECTLY by the Participant*

This prize category consists of a mintable JPEG NFT that can be used to access a whitelist.

**Special details:**

* The network on which the NFT will live

## 🎧 Off-chain Rewards

The following rewards consist of granting a special status on existing social media platforms.

{% content-ref url="/pages/aMAYLjHd67RIp8elUIRr" %}
[Discord Bot Setup](/npayme/businesses/rewarded-actions/discord-rewarded-action/discord-bot-setup.md)
{% endcontent-ref %}

### Discord Role

*AUTOMATICALLY AWARDED to the Participant*

This prize type consist of granting a specific Discord role to the claiming participant.

**Special details:**

* The role to hand out

### Discord Channel

*AUTOMATICALLY AWARDED to the Participant*

This prize type consist of granting access to a specific protected Discord channel to the claiming participant.

**Special details:**

* The channel to grant access to


---

# 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, and the optional `goal` query parameter:

```
GET https://npayme-reward.gitbook.io/npayme/businesses/prizes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
