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

# 6. 기술적 인증 구조

레드힐 플랫폼은 On-chain 데이터를 기반으로 사용자의 보유 상태와 서비스 자격을 실시간으로 검증하여 투명한 멤버십 생태계를 유지합니다.

## 6.1 보유형 멤버십 인증 흐름

1. **Wallet Connect** — 사용자는 개인 지갑(Metamask 등)을 레드힐 플랫폼에 연결합니다.
2. **Sign Message** — 전자서명을 통해 지갑 소유권 및 무결성을 검증합니다.
3. **Snapshot & Valuation** — 실시간 블록체인 스냅샷을 통해 REDH 보유량을 조회하고, 이를 원화 가치 기준으로 환산합니다.
4. **Access Grant / Revoke** — 기준 충족 시 코인 자동매매 서비스 접근 권한을 즉시 활성화하고, 기준 미달 시 자동 비활성화합니다.

## 6.2 월결제형 서비스 인증 흐름

1. 사용자는 주식 서비스 이용을 위해 REDH로 월 구독 결제를 진행합니다.
2. 플랫폼은 결제 내역과 유효기간을 검증합니다.
3. 결제 상태가 유효한 동안 주식 관련 서비스 접근 권한을 활성화합니다.
4. 구독 기간 만료 시 서비스 권한은 자동 비활성화됩니다.

이러한 구조를 통해 레드힐은 **지갑 보유 기반 권한 부여**와 **월 결제 기반 권한 부여**를 동시에 관리할 수 있는 하이브리드 인증 체계를 구현합니다.

<figure><img src="/files/5BcyqFVvsvJ00wXxH6ie" alt=""><figcaption></figcaption></figure>


---

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