> For the complete documentation index, see [llms.txt](https://docs.chiliz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chiliz.com/ko/baeuggi/jigap.md).

# 지갑 소개

{% hint style="success" %}
Web3 지갑은 CHZ 토큰을 보관하는 저장소이자 온체인 작업을 승인하는 디지털 서명 수단입니다.
{% endhint %}

NFT 발행, 토큰 전송, 커뮤니티 거버넌스 참여 등 Chiliz Chain의 모든 트랜잭션에는 안전한 Web3 지갑 솔루션이 필요합니다.

지갑을 통해 개인 키를 저장, 관리, 제어할 수 있으며, 이는 자산 보호와 블록체인상 트랜잭션 검증에 매우 중요합니다.

Chiliz 생태계에서는 다양한 지갑을 활용할 수 있습니다.

대표적인 예시:

* [MetaMask](https://metamask.io/)는 탈중앙화 애플리케이션과 통합되는 인기 있는 브라우저 확장 프로그램입니다.
* [Safe](https://safe.global/)와 같은 멀티시그 지갑은 공동 트랜잭션에 추가적인 보안 레이어를 제공합니다.
* [Socios.com 지갑](https://www.socios.com/new-socios-wallet-upgrade/)은 팬 중심 상호작용을 위해 특별히 제작되었습니다.

개인 투자자, 개발자, 대규모 트랜잭션을 관리하는 조직 등 다양한 요구에 맞는 지갑이 존재합니다. 각 유형은 Chiliz 경험을 최대한 활용할 수 있도록 고유한 기능 조합을 제공합니다.

더 알아보기:

{% content-ref url="/pages/igiuYVT5abkWAqBysH3I" %}
[MetaMask 사용 방법](/ko/baeuggi/jigap/metamask-sayong.md)
{% endcontent-ref %}

{% content-ref url="/pages/CEZ7UaaWZnozE6LPTyfL" %}
[멀티시그 지갑 사용 방법 (Safe)](/ko/baeuggi/jigap/multisig-jigap-sayong.md)
{% endcontent-ref %}


---

# 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://docs.chiliz.com/ko/baeuggi/jigap.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.
