> 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/undefined.md).

# 인센티브와 패널티

1. CREPE Token 스테이킹은 기간과 수량에 따라 CREPE Token의 유통 물량을 감소시켜 생태계 안정에 기여하고 이에 대한 보상을 받는다.
2. 생태계 참여자의 다양한 활동은 DAO와 연결된 NFT로 저장되며 커뮤니티의 활성화를 통해 효용을 창출하게 된다. 사용자들은 이러한 모든 활동에 대해 CREPE Token으로 보상받을 수 있다.
3. 최소 예치 기간을 충족하지 못하는 거래는 인출 시 페널티를 적용받는다.


---

# 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/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.
