> 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/yongeo/jigap.md).

# 지갑

### 개요

암호화폐 지갑은 암호화폐를 저장, 전송, 교환하려는 사람들에게 유용합니다. 디지털 지갑과 같아서 과거 및 실시간 트랜잭션을 볼 수 있습니다.

암호화폐 지갑은 일반 트랜잭션에 필수적인 암호화폐 키 세트를 저장합니다. 이 개인 키는 이후 암호화폐와 소유권을 전송, 수신, 추적하는 데 도움이 됩니다.

전통적인 은행 계좌와 달리 모바일 애플리케이션이나 컴퓨터 프로그램을 지갑으로 선택할 수 있습니다.

## 지갑 주소 (공개 키)

지갑 주소는 고유한 영숫자 문자열 세트로 지갑 보유자에게만 할당됩니다. 암호화폐나 NFT를 교환하는 데 사용되는 일반 주소와 유사합니다. 지갑 주소 없이는 트랜잭션을 할 수 없습니다.

개인 키와 달리 이메일 주소를 공유하는 것처럼 지갑 주소를 공개적으로 공유할 수 있습니다.

### 지갑 주소를 찾는 방법

지갑 주소를 찾으려면 다음 옵션 중 하나를 선택하세요.

*옵션 1:*

MetaMask 지갑을 열고 **계정**을 선택합니다. 영숫자 문자열을 클릭하여 지갑 주소를 복사한 다음 필요한 곳에 붙여 넣으세요.

<figure><img src="/files/Hm1EcfCX91kWXezMTTJc" alt=""><figcaption></figcaption></figure>

*옵션 2:*

1. 3점 메뉴를 열고 \_계정 세부 정보\_를 선택합니다.

<figure><img src="/files/JbVJshq3jpcoQ4MLk2p4" alt=""><figcaption></figcaption></figure>

2\. 계정 세부 정보가 팝업됩니다. QR 코드 또는 ID를 복사하여 지갑 주소를 사용할 수 있습니다.

![](/files/jOjJp9ZQWZXf6DRHvBQX)

## 지갑 유형

### 하드웨어 지갑 (콜드 지갑 또는 콜드 스토리지)

하드웨어 지갑은 개인 키 토큰(예: RSA 토큰)과 유사한 물리적 장치입니다. 블록체인에서 계정에 접근하는 데 필요한 개인 키를 보관합니다.

하드웨어 지갑은 컴퓨터 같은 디지털 장치에 연결할 필요가 없어 계정 해킹 위험이 낮습니다. 따라서 하드웨어 지갑은 개인 키와 계정을 안전하게 유지하는 선호 방법으로 널리 알려져 있습니다.

그러나 하드웨어 지갑의 주요 단점은 구입 및 유지 비용입니다. 하드웨어 지갑을 분실한 경우, 지갑의 시드 구문만 이후 계정에 접근하는 데 사용할 수 있습니다. 그 시드 구문을 저장하거나 기록해 안전하게 보관했다면 다행입니다.

### 소프트웨어 지갑 (핫 지갑)

웹 지갑은 컴퓨터(예: 브라우저 확장 프로그램)나 모바일 애플리케이션을 통해 쉽게 접근할 수 있습니다. 웹 지갑은 사용하기 매우 편리합니다. 이동 중에도 트랜잭션을 수행하고 계정 잔액을 확인하고 계정을 관리할 수 있습니다.

지갑에 접근하려면 자격 증명을 입력해야 합니다. 특히 시드 구문을 항상 안전하게 보관해야 합니다. **어떤 상황에서도 이 기밀 정보를 공유하지 마세요**. Chiliz 팀은 절대로 비밀번호나 시드 구문을 요청하지 않습니다.

## 키 관리

디지털 개인 키를 관리하는 데 모바일 애플리케이션과 브라우저 확장 프로그램을 사용할 수 있습니다.


---

# 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/yongeo/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.
