> For the complete documentation index, see [llms.txt](https://guide.geyser.fund/geyser-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.geyser.fund/geyser-docs/product-guides/project-features/add-rewards-and-perks.md).

# Add Rewards & Perks

{% hint style="success" %}
Rewards are a great way to give back to the people who contribute to your project and incentivize them to contribute even more
{% endhint %}

### Functionalities:

* **Limited edition**: You can offer rewards as limited editions, to cultivate a sense of exclusivity and increase their perceived value
* **Category**: Choose the category your rewards belongs to so your contributors know exactly what they are buying
* **Set denomination**: You can choose to denominate your rewards in either Sats or USD
* **Pre-Order**: You can sell a rewards as a pre-order and add an 'Expected Availability Date'
* **Includes Shipping**: You can ask contributors to leave their email if the rewards includes shipping
* **Hide/View toggle**: You can hide rewards that are no longer relevant

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

### **Create a Rewards**

1. `Log in` and go to your project page
2. Click the `Add` button in the left navigation menu, then click `Sell a reward item`
3. Choose the **name** of the rewards, the **description**, **image**, **price**, and **currency**
4. Choose whether the rewards is **digital** (e.g [Nostr Badge](https://youtu.be/nAMuppEX2p8?feature=shared)) or a **physical** object
5. Choose if the rewards is a **limited edition** and specify the maximum quantity. You can leave this blank if it's not a limited edition
6. Select whether the rewards **includes shipping** or not (this will ask contributors to add their email)
7. When ready, click `Publish rewards`

{% hint style="warning" %}
To ensure integrity, once you create a limited edition rewards you cannot edit its maximum quantity.
{% endhint %}

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

### Edit a Reward

1. `Log in` and go to your project page
2. Under `Creator view` click `reward`
3. Click the :eye: icon to change the **visibility** from `Visible` to `Hidden` or vice versa
4. Click the `Edit` icon to **edit** the reward properties (such as Name, Image, Price...)
5. Click the :wastebasket: icon to delete the reward

### Guide

To learn how to leverage the power of Rewards, we recommend you read our following, step by step guide

{% content-ref url="/pages/8YvapNIP2OkqOtT3YD0V" %}
[How to sell Products](/geyser-docs/your-project-guides/step-by-step-tutorials/how-to-sell-products.md)
{% endcontent-ref %}


---

# 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://guide.geyser.fund/geyser-docs/product-guides/project-features/add-rewards-and-perks.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.
