> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/creator/rewards/overview.md).

# Overview

The [Rewards dApp](https://decentraland.org/rewards/) is a powerful tool that enables creators to reward users with Decentraland Wearables or Emotes via HTTP requests. It can be used to motivate users, promote scenes, or increase retention. Rewards can be granted directly from a scene, a server, or in a [quests](https://github.com/decentraland/docs/blob/main/creator/deprecated/quests/overview.md).

The Rewards system manages most of the complexities involved in minting items on the blockchain, including:

* Batching multiple minted items into a single transaction to reduce waiting time and fees
* Handling the payment of transaction fees
* Managing retries in case of blockchain failures or reorders
* Limiting the number of items minted per user address
* Minimizing automation exploits through a captcha system
* Verifying user presence in the scene via Catalyst nodes
* Monitoring transaction status
* Informing users about the item they will receive before the transaction is confirmed
* Emits Notifications when rewards are granted and received
* ![](/files/UFN91cIRrzpzSFA5NLfF)

## Limitations

Although the service offers some automation protections to prevent one person from minting wearables massively, it is impossible to be 100% secure from exploits. **It is NOT recommended to use Rewards to mint Wearables/Emotes with a rarity level that is more scarce than \[EPIC]\(**[**See documentation**](/creator/readme.md)**#rarity) (100 or less copies)**.


---

# 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://docs.decentraland.org/creator/rewards/overview.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.
