> For the complete documentation index, see [llms.txt](https://protocol.publishinc.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://protocol.publishinc.io/korean/undefined-1/x/undefined.md).

# 예시 사용 사례

### **시나리오: "Global News" 미디어 토큰(GNEWS) 출시**

1. **토큰 발행**
   * 뉴스 퍼블리셔 "Global News"는 자체 브랜드 토큰 "GNEWS"를 발행합니다.
2. **유틸리티 및 참여**
   * **독점 콘텐츠**: GNEWS 토큰 보유자는 프리미엄 기사에 접근하고, 독점 Q\&A 세션에 참여하며, 비공개 포럼에 가입할 수 있습니다.
   * **투표**: GNEWS 토큰 보유자는 보고 싶은 주제에 대해 투표하거나 편집 결정에 참여할 수 있습니다.
3. **스테이킹 및 보상**
   * 사용자는 GNEWS 토큰을 스테이킹하여 더 높은 콘텐츠 참여율 및 특별 이벤트 접근과 같은 추가 보상을 얻을 수 있습니다.
4. **수익 창출**
   * Global News는 탐사 저널리즘 팀 확장을 위해 초기 토큰 판매를 제공합니다.
5. **에어드롭 자격:**
   * **기준**: 최소 1,000,000 $NEWS 토큰을 보유하고, 거버넌스 투표에 참여하며 자격 요건을 충족한 $NEWS 보유자.
   * **에어드롭 금액**: 자격을 갖춘 $NEWS 보유자에게 비례적으로 배포되는 GNEWS 토큰의 일정 비율.
6. **참여 및 혜택**

   * **독점 접근**: GNEWS 토큰을 받은 $NEWS 보유자는 독점 콘텐츠에 접근하고 Global News의 설문 조사 및 의사 결정에 참여할 수 있습니다.
   * **추가 보상**: GNEWS 토큰 보유자는 토큰을 스테이킹하여 추가 $NEWS 및 GNEWS 토큰을 보상으로 얻을 수 있습니다.

   4o


---

# 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://protocol.publishinc.io/korean/undefined-1/x/undefined.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.
