# 4.3 경제 모델

## **오프체인 P2P & 영지식증명(ZKP)**

#### **P2P 게임 상태 동기화:**

* **각 게임 로비마다 자동으로 P2P 게임 세션 네트워크가 형성됩니다.**
* **실시간 동기화와 저지연, 퍼포먼스를 위한 오프체인 구조입니다.**

#### **공정성 보장:**

* **모든 상호작용은 영지식증명(ZKP)으로 암호화 및 검증됩니다.**
* **데이터를 공개하지 않고도 변조 불가 논리 검증을 보장합니다.**

#### **온체인 데이터 효율성:**

* **필수적인 결과 및 디지털 자산 업데이트만 온체인에 기록됩니다.**
* **가스비를 획기적으로 절감하면서 투명성은 유지됩니다.**

## 텔레그램 딥 인티그레이션

#### **라이브 게임 메시징:**

* **게임 진행 상황이 텔레그램 채팅방에 자동 전송됩니다** (예: “@John 플레이어 탈락. 잭팟: 1000 $TOKEN!”)
* **NFT 구매 및 거래 내역도 전용 텔레그램 채널에 실시간 푸시됩니다** (예: “SSR 블랙수트가 10,000 Stars에 판매됨!”)

#### **계정 시스템:**

* **텔레그램 계정이 라이트 크립토 월렛과 연동되어 있습니다.**
* **점진적 탈중앙화 지원(사용자가 프라이빗키 내보내기 가능)**


---

# Agent Instructions: 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:

```
GET https://squidverse.gitbook.io/squidverse/squidverse-1/4./4.3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
