> For the complete documentation index, see [llms.txt](https://developers-apps-in-toss.toss.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers-apps-in-toss.toss.im/guide/marketing/share-reward.md).

# 공유 리워드

### 공유 리워드란 무엇인가요

공유 리워드는 연락처 모듈을 사용해 토스를 쓰는 사용자의 연락처를 불러오고, 공유를 완료한 사용자에게 리워드를 제공하는 기능이에요. 공유는 토스 알림 푸시로 진행돼요.

공유 리워드는 게임 서비스와 비게임 서비스 모두 쓸 수 있어요. 서비스 유형에 따라 사용자에게 노출되는 푸시 문구는 달라요.

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

***

### 공유 리워드의 좋은 점

* 친구 초대에 보상을 연결해 자연스럽게 트래픽을 만들 수 있어요.
* 보상을 기준으로 공유를 유도해, 추가 비용 없이 마케팅 효과를 얻을 수 있어요.
* 서비스 안에서만 쓸 수 있는 재화를 제공해 재방문을 유도할 수 있어요.

***

### 발송 제한 및 초기화 기준

공유 리워드는 하루 단위로 발송 제한이 초기화돼요.

* 하나의 리워드 ID를 기준으로, 한 사용자에게 하루에 한 번만 공유 리워드를 보낼 수 있어요.
* 예를 들어 특정 리워드 ID로 오늘 사용자 A에게 공유 리워드를 발송했다면, 같은 리워드 ID로는 내일 다시 발송할 수 있어요.
* 다른 리워드 ID를 쓰면 발송 제한이 각각 독립적으로 적용돼요.

{% hint style="info" %}
**꼭 참고해 주세요**

* 과도한 팝업이나 강제적인 공유 유도는 피해 주세요.
* 보상을 받을 수 있는 조건은 사용자가 쉽게 이해할 수 있도록 정확하게 안내해 주세요.
* 현금성 보상이나 사행성 보상은 등록할 수 없어요.
  {% endhint %}

***

### 콘솔에서 설정하기

앱인토스 콘솔 왼쪽 메뉴에서 '공유 리워드'를 선택해 주세요.

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

<figure><img src="/files/0Fsag4WkNuNY63RSqpsd" alt=""><figcaption></figcaption></figure>

**리워드 이름**

관리자가 내부에서 구분해 쓸 리워드 이름이에요. 운영 화면이나 정산 과정에서 식별하기 쉬운 이름으로 지어 주세요. 사용자에게 노출되는 문구와 다를 수 있으니, 운영 목적에 맞게 구체적으로 적는 게 좋아요.

* 예) 출석 체크 보상 100 하트 / 친구 초대 이벤트 보석 지급 / 신규 가입 웰컴 리워드

**리워드 화면**

사용자에게 실제로 지급할 리워드 정보를 입력해요.

* 리워드: 지급할 리워드의 단위를 입력해요. 하트, 보석, 포인트처럼 사용자가 인지하는 보상 이름을 적어 주세요.
* 수량 및 금액: 사용자에게 지급할 리워드 수량이에요. 이벤트나 정책에 맞는 정확한 수량과 금액을 입력해 주세요. 예를 들어 하트 100개를 지급하려면 수량에 100을 입력해요.

***

### 개발 연동하기

공유 리워드 [SDK 연동 방법과 이벤트 처리 코드 예제](https://developers-apps-in-toss.toss.im/documentation/common/growth/share/reward)를 확인할 수 있어요.


---

# 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://developers-apps-in-toss.toss.im/guide/marketing/share-reward.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.
