> 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/content-creator-ko/rewards/overview.md).

# 개요

Decentraland Rewards 서비스는 HTTP 요청을 통해 플레이어에게 웨어러블과 이모트를 발행 및 전달하며, 트랜잭션과 수수료를 처리합니다.

그 [Rewards dApp](https://decentraland.org/rewards/) HTTP 요청을 통해 제작자가 Decentraland Wearables 또는 이모트로 사용자에게 보상을 제공할 수 있게 해주는 강력한 도구입니다. 사용자를 동기 부여하거나, 씬을 홍보하거나, 유지율을 높이는 데 사용할 수 있습니다. 보상은 씬에서 직접 또는 서버에서 지급할 수 있습니다.

Rewards 시스템은 블록체인에서 아이템을 민팅하는 데 수반되는 대부분의 복잡한 작업을 관리합니다. 여기에는 다음이 포함됩니다:

* 대기 시간과 수수료를 줄이기 위해 여러 민팅된 아이템을 하나의 거래로 일괄 처리
* 거래 수수료 결제 처리
* 블록체인 장애 또는 재정렬이 발생한 경우 재시도 관리
* 사용자 주소당 민팅되는 아이템 수 제한
* 캡차 시스템을 통해 자동화 악용 최소화
* Catalyst 노드를 통해 씬 내 사용자 존재 여부 확인
* 거래 상태 모니터링
* 거래가 확인되기 전에 사용자가 받게 될 아이템에 대해 안내
* 보상이 지급되고 수령될 때 알림을 전송합니다
* ![](https://3980763956-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPnXBby9S6MrsW83Y9qZ%2Fuploads%2Fgit-blob-784a09d85927ef8c2a6b9817ec580f194e9d7b08%2Foverview.png?alt=media)

## 제한 사항

이 서비스는 한 사람이 Wearables를 대량으로 민팅하는 것을 방지하기 위한 일부 자동화 보호 기능을 제공하지만, 악용으로부터 100% 안전하게 보호하는 것은 불가능합니다. **\[EPIC]\(**[**문서 보기**](/creator/content-creator-ko/readme.md)**#rarity) (100개 이하의 복사본)**.


---

# 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/content-creator-ko/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.
