> For the complete documentation index, see [llms.txt](https://crepe.gitbook.io/paam/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://crepe.gitbook.io/paam/resources/notes/business-notes/undefined-2/1/undefined-1.md).

# 발행 토큰

본 시스템에서 발행하는 토큰은 다음과 같다.

1. CREPE Token: 생태계 내에서 금융 가치의 저장 수단인 동시에 생태계 내 모든 활동 주체들이 창출한 상품과 서비스 이용에 대한 지불 수단이다. CREPE Token의 가치는 크레페 생태계 규모, 사용성, 순환 속도의 성장에 따른 수요 및 미래 수익 가치에 따라 변화한다. 스테이킹, 유동성 공급 등의 투자 활동과 마케팅, 세일즈, 리서치, CIP 제출 등의 커뮤니티 활성화 활동에 대한 보상으로 채굴할 수있다.
2. Soulbound Token (SBT): 크레페 생태계 내 참가자의 탈중앙화 식별자로 사용된다. SBT는 양도하거나 판매할 수 없기 때문에 아래 예에 보이는 바와 같이 평판, 자격 증명, 신용 금액 및 순위와 같은 개인 특성을 추적하는 수단이다. 한 독립된 개체는 다른 목적으로 여러 프로필을 가질 수 있다. SBT는 그 소유자가 소각하지 않으면 제거될 수 없다.<br>
3. Product Token: 각 공방에서 자산을 상품화 하면서 발행하는 토큰들이다. 이 토큰들은 CrW™, CrD™, MNS 등 원칙적으로 기초 자산을 기반으로 발행된다. 다만 이들은 따로 외부의 거래소에 제공되지 않고 내부에서 거래된다. 환금을 위해서 크레페 스왑 (Crepe Swap)을 통해 CREPE 토큰Token으로 교환될 수 있다.

<figure><img src="/files/1sJkduyf2imEfdTcrps2" alt=""><figcaption><p>Soulbound 토큰의 예</p></figcaption></figure>


---

# 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://crepe.gitbook.io/paam/resources/notes/business-notes/undefined-2/1/undefined-1.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.
