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

# 2. 비전

<figure><img src="/files/dROhovYkJxmScRuIe22v" alt=""><figcaption></figcaption></figure>

**"Democratization of Professional Trading" (전문 트레이딩 기술의 민주화)**

고성능 퀀트(Quant) 알고리즘, 실시간 데이터 분석 도구, 자동매매 엔진은 오랫동안 소수 전문가와 기관의 전유물처럼 여겨져 왔습니다. 레드힐은 이러한 전문 투자 기술을 일반 투자자도 보다 쉽게 접근하고 활용할 수 있도록 하는 것을 목표로 합니다.

레드힐의 비전은 단순한 투자 정보 제공이 아니라, 실제로 시장에서 작동하는 자동매매 기술과 분석 도구를 Web3 인증 구조와 결합하여, 누구나 **전문 트레이딩 기술의 혜택을 공유할 수 있는 환경**을 만드는 것입니다.


---

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