# 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
* ![](https://45449780-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPnXBby9S6MrsW83Y9qZ%2Fuploads%2Fgit-blob-784a09d85927ef8c2a6b9817ec580f194e9d7b08%2Foverview%20\(1\).png?alt=media)

## 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**](https://docs.decentraland.org/creator/readme)**#rarity) (100 or less copies)**.


---

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