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

# 비지니스 모델

<table><thead><tr><th width="274">서비스명</th><th>설명</th></tr></thead><tbody><tr><td>트레이딩 AI 검색 서비스</td><td>차트판AI를 통해 특정종목 가격예측 : 회당 수수료</td></tr><tr><td>급등/급락 종목 스크리닝</td><td>금주 또는 이달 급등 종목 검색결과 정보서비스 : 월정액</td></tr><tr><td>커뮤니티 운영을 통한 광고수익</td><td>자체 투자 커뮤니티 운영 후 광고수익 발생</td></tr><tr><td>디파이(예치) 서비스</td><td>테더 등 예치 서비스에 따른 수수료 수익</td></tr><tr><td>펀드 운용  or 자동매매</td><td>자체 펀드 운용을 통한 수수료 수익 or 월정액</td></tr><tr><td>개인 맞춤 투자 설계</td><td>개인자산 및 투자성향 고려 종목, 비중 등 설계 : 회당서비스</td></tr><tr><td>자체 코인거래소</td><td>코인 거래소 운영을 통한 운영수익</td></tr><tr><td>쑤기 캐릭터 사업</td><td><ol><li>차트판닷컴  메인모델</li><li>이모티콘 및 굿즈</li><li>웹툰 등 콘텐츠</li></ol></td></tr></tbody></table>


---

# 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://chartpan-com.gitbook.io/chartpan/undefined-1/undefined-2.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.
