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

# RESOURCES

- [Contract Address](https://crepe.gitbook.io/paam/resources/contract-address.md): The following links lead to the official smart contracts for CREPE
- [Audit](https://crepe.gitbook.io/paam/resources/audit.md)
- [Legal Disclaimer](https://crepe.gitbook.io/paam/resources/legal-disclaimer.md)
- [Notes](https://crepe.gitbook.io/paam/resources/notes.md)
- [Business Notes](https://crepe.gitbook.io/paam/resources/notes/business-notes.md)
- [들어가며](https://crepe.gitbook.io/paam/resources/notes/business-notes/undefined.md)
- [탈중앙화 금융의 문제들과 해결책](https://crepe.gitbook.io/paam/resources/notes/business-notes/undefined-1.md)
- [1) 전통 금융과의 단절 및 블록체인 생태계의 파편화](https://crepe.gitbook.io/paam/resources/notes/business-notes/undefined-1/1.md)
- [2) 미성숙한 탈중앙화](https://crepe.gitbook.io/paam/resources/notes/business-notes/undefined-1/2.md)
- [3) 관리하기 힘든 투자 리스크](https://crepe.gitbook.io/paam/resources/notes/business-notes/undefined-1/3.md)
- [4) 소결](https://crepe.gitbook.io/paam/resources/notes/business-notes/undefined-1/4.md)
- [토크노믹스](https://crepe.gitbook.io/paam/resources/notes/business-notes/undefined-2.md)
- [1) 프로토콜 경제](https://crepe.gitbook.io/paam/resources/notes/business-notes/undefined-2/1.md)
- [참여자](https://crepe.gitbook.io/paam/resources/notes/business-notes/undefined-2/1/undefined.md)
- [인센티브와 패널티](https://crepe.gitbook.io/paam/resources/notes/business-notes/undefined-2/1/undefined/undefined.md)
- [발행 토큰](https://crepe.gitbook.io/paam/resources/notes/business-notes/undefined-2/1/undefined-1.md)
- [2) CREPE Token 배분 계획](https://crepe.gitbook.io/paam/resources/notes/business-notes/undefined-2/2-crepe-token.md)
- [Roadmap](https://crepe.gitbook.io/paam/resources/notes/business-notes/roadmap.md)
- [결론](https://crepe.gitbook.io/paam/resources/notes/business-notes/undefined-3.md)
- [Technical Notes](https://crepe.gitbook.io/paam/resources/notes/technical-notes.md)
- [Executive Summary](https://crepe.gitbook.io/paam/resources/notes/technical-notes/executive-summary.md)
- [Executive Summary](https://crepe.gitbook.io/paam/resources/notes/technical-notes/executive-summary-1.md)
- [PaaM™: 크레페 시스템의 엔진](https://crepe.gitbook.io/paam/resources/notes/technical-notes/paam-tm.md)
- [1) 스마트 계약 팩토리 (ScoFact™; Smart Contract Factory)](https://crepe.gitbook.io/paam/resources/notes/technical-notes/paam-tm/1-scofact-tm-smart-contract-factory.md)
- [2) 공방 (Makerspace)](https://crepe.gitbook.io/paam/resources/notes/technical-notes/paam-tm/2-makerspace.md)
- [3) 평판 추적을 위한 소울바운드 토큰 (SBT, Soulbound Token)](https://crepe.gitbook.io/paam/resources/notes/technical-notes/paam-tm/3-sbt-soulbound-token.md)
- [4) 블록체인 독립적  (Blockchain-Agnostic ) 설계](https://crepe.gitbook.io/paam/resources/notes/technical-notes/paam-tm/4-blockchain-agnostic.md)
- [5) 인공 지능 기술의 연계](https://crepe.gitbook.io/paam/resources/notes/technical-notes/paam-tm/5.md)
- [6) 소결](https://crepe.gitbook.io/paam/resources/notes/technical-notes/paam-tm/6.md)
- [White Paper](https://crepe.gitbook.io/paam/resources/white-paper.md)
- [EN](https://crepe.gitbook.io/paam/resources/white-paper/en.md)
- [KOR](https://crepe.gitbook.io/paam/resources/white-paper/kor.md)
- [Glossary](https://crepe.gitbook.io/paam/resources/glossary.md)


---

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