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

# 3. 생태계 및 핵심 서비스

레드힐 생태계는 단순한 아이디어 단계가 아니라, 이미 수년간 시장에서 운영 및 검증되어 온 다음의 4가지 핵심 솔루션을 기반으로 구성됩니다.

<figure><img src="/files/2Gi49cZFBgIyzC27WI8a" alt=""><figcaption></figcaption></figure>

## ① AI 기반 급등주 탐지 시스템 (Smart Scanner)

* 빅데이터 기반 수급 포착 및 패턴 매칭 알고리즘
* 실시간 종목 필터링과 확률적 시그널링
* 단기 모멘텀 및 거래량 급증 구간 포착

## ② 주식 알고리즘 오토 트레이딩 (Stock Auto-Trading)

* 시장 상황에 따라 대응하는 가변형 매매 전략 탑재
* 감정을 배제한 기계적 매수·매도 실행 엔진
* 국내 및 해외 주식 환경에 최적화된 자동매매 구조

## ③ 코인 퓨처스 퀀트 시스템 (Crypto Futures Quant)

* 변동성 돌파 및 추세 추종 기반의 하이브리드 전략
* 철저한 리스크 관리(Risk Management)가 적용된 고성능 봇
* 비트코인 및 주요 가상자산 파생상품 시장 대응

## ④ 인사이트 & 리포트 솔루션 (Expert Insight)

* 전문 트레이더의 실전 시장 해설 및 시황 분석
* 데이터 기반의 데일리 리포트 및 전략 인사이트 제공
* 사용자 의사결정을 보조하는 시장 해석 정보 제공

레드힐은 위 4가지 솔루션을 중심으로, **보유형 멤버십과 월결제형 서비스가 병행되는 투트랙 구조**를 구축합니다.


---

# 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://redheal.gitbook.io/whitepaper/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.
