> 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/crepe-token/cre-supply-control.md).

# CRE Supply Control

Crepe provides a creation platform that supports creators' production activities by providing a Makerspace where they can combine various assets and allows creators to tokenize and publish their results. At the same time, it is a collaborative ecosystem that provides incentives to experts, including many ordinary people, who perform various roles (design, operation, management, etc.) in the entire process necessary for producing financial products. In addition, it is a funding and investment system that raises investment funds necessary for creators' product management from investors and provides various incentives to liquidity providers. It is a protocol economy platform that operates so that all participants in the process of issuance, operation, and investment receive the value produced in the platform as an agreed-upon incentive.

### A. Participants

1. Creators (index developers, investment strategy developers, fund managers) create financial products using the tools provided by makerspace within the PaaM™. The designed product can be issued and sold as an intellectual property NFT.&#x20;
2. Analysts report research, risk management, and monitoring and analysis of market situations to designated channels. By holding NFT, users can also invest in the creator's product and upgrade the NFT according to the investment result.&#x20;
3. Investors can sell trading access rights for investment data as NFTs.&#x20;
4. Liquidity providers provide liquidity for relevant products and receive compensation.

### B. Incentives and Penalties

1. CREPE Token staking contributes to ecosystem stability by reducing the circulation quantity of CREPE Token, a Native Governance Token, depending on the period and quantity, and receives rewards.&#x20;
2. Activities of ecosystem participants are stored as NFTs linked to DAO, and utility is created through community activation. Users will get rewards with CREPE Token incentives for all these activities.
3. Transactions not meeting the minimum staking period are subject to penalties upon withdrawal.


---

# 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/crepe-token/cre-supply-control.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.
