# 5.1.2 통신 & 보안 레이어

* **오프체인 P2P 메시 네트워킹:**\
  게임 내 실시간 동기화와 저지연 상태, 실시간 커뮤니케이션을 고효율로 지원합니다.
* **영지식증명(ZKP):**\
  게임 결과는 오프체인에서 검증되고, 핵심 상호작용만 온체인에 기록되어치팅을 원천 차단하고 검증 가능한 공정성을 보장합니다.
* **데이터 컴플라이언스:**\
  자산 및 핵심 상태 데이터만 온체인에 기록되어,GAS 사용량과 네트워크 혼잡을 최소화합니다.


---

# 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/5.-and/5.1/5.1.2-and.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.
