> For the complete documentation index, see [llms.txt](https://doc.chrema.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.chrema.net/korean/4./chrema-utility-token.md).

# CHREMA (Utility Token)

CHREMA는 금 기반의 Real-World Asset(RWA)과 블록체인 기술을 연계하여, 금과 관련된 유동성과 보상 시스템을 제공하는 플랫폼입니다. 이를 통해 사용자는 금 자산에 대한 접근성을 높이고, 유동성 및 보상 시스템을 통해 금융 생태계에 기여할 수 있습니다. CHREMA의 주요 목표는 금 자산을 기반으로 한 디지털 자산의 유동성 증대와, 사용자 참여를 유도하는 보상 모델을 구축하는 것입니다.

### 토큰 목적 및 기능

<table><thead><tr><th width="210">기능</th><th>설명</th></tr></thead><tbody><tr><td>유동성 풀</td><td>CHREMA를 유동성 풀에 예치하고 거래 수수료의 일부를 보상으로 획득</td></tr><tr><td>스테이킹</td><td>CHREMA를 일정 기간 락업하고 플랫폼 보상 및 인센티브 수령</td></tr><tr><td>활동 보상</td><td>플랫폼 참여(거래, 투표, 커뮤니티 활동 등)에 따른 보상</td></tr><tr><td>거버넌스 참여 <em>(예정)</em></td><td>생태계 주요 결정사항에 대한 투표권 부여 예정</td></tr></tbody></table>

***

#### Token Utility Benefits

* **수익 기회**: 스테이킹 및 유동성 공급 보상
* **자산 유동화**: 금 기반 실물 자산(RWA)을 디지털 자산으로 전환
* **장기 참여 인센티브**: 지속적인 참여자에게 더 높은 보상 제공

***

### 기본 토큰 정보

<table><thead><tr><th width="335">항목</th><th>내용</th></tr></thead><tbody><tr><td><strong>토큰명</strong></td><td>CHREMA</td></tr><tr><td><strong>심볼</strong></td><td>$CRMC</td></tr><tr><td><strong>네트워크</strong></td><td>Ethereum (ERC-20)</td></tr><tr><td><strong>총 발행량</strong></td><td>50,000,000 CRMC</td></tr><tr><td><strong>토큰 타입</strong></td><td>유틸리티 (Utility)</td></tr></tbody></table>

***

### 향후 활용 확대

* RWA 기반 금 교환 시스템
* DeFi 상품 결제 및 담보
* DAO 투표 기반 거버넌스

***

{% hint style="info" %}
**RWA (Real World Asset) :** 실제 자산(예: 금)을 블록체인 상에서 디지털화한 토큰

**유동성 풀 (Liquidity Pool) :** 사용자들이 자산을 예치해 유동성을 제공하는 구조

**스테이킹 (Staking) :** 토큰을 일정 기간 락업(lock-up)하고 그에 따른 보상을 받는 구조

**거버넌스 (Governance) :** 토큰 보유자가 생태계 의사결정에 참여하는 구조
{% endhint %}


---

# 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://doc.chrema.net/korean/4./chrema-utility-token.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.
