# 소개

이 문서는 영지식 증명(Zero-knowledge Proof, ZKP)에 대해 한국어로 편하게 공부하고 싶은 모든 분들을 위해 설계되었습니다.

영지식 증명은 블록체인, 프라이버시 보호 및 확장성 등 다양한 분야에서 혁신을 이끌고 있는 핵심 암호 기술입니다. 이 학습 허브는 여러분이 영지식 증명을 단수히 사용하는 것을 넘어, 그 원리와 동작 방식을 깊이 이해하고 응용할 수 있도록 돕는 것을 목표로 합니다. 또한 단순한 이론 뿐만 아니라 영지식증명 응용 및 설계에 필요한 보안 가이드라인을 제시합니다.

팀원 소개: 저희는 두나무와 티오리의 보안 인재 양성 프로그램인 'UPSide-Acadamy' 2기 수료생 5인으로 구성되었으며, UPSide-Academy의 후속 지원을 받아 진행하게 되었습니다.


---

# 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://upsidezkp.gitbook.io/upside-zkp-docs/definitions/readme.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.
