> 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/gaebal/gibon/chiliz-chain-yeongyeol/hadeuweeo-jigap.md).

# 하드웨어 지갑 사용

Chiliz Chain에 하드웨어 지갑을 설정하는 것이 까다롭게 느껴질 수 있지만, 실제로는 그렇지 않습니다.

[MetaMask](https://metamask.io/) 덕분에 과정이 매우 간단합니다. 이 예시에서는 [Ledger](https://www.ledger.com/) 지갑을 사용하지만, MetaMask는 다른 브랜드의 지갑도 지원합니다.

[*공식 MetaMask 문서*](https://support.metamask.io/more-web3/wallets/user-guide-how-to-use-a-hardware-wallet/)*도 참고할 수 있습니다.*

## Ledger 가져오기

Ledger 지갑을 Chiliz Chain에 연결하려면 브라우저에 MetaMask가 설치되어 있고 Chiliz 계정으로 올바르게 구성되어 있어야 합니다. [이에 대한 전용 페이지가 있습니다](https://github.com/chiliz-chain/docs/blob/master/baeuggi/jigap-sayong/metamask-sayong/README.md).

모든 준비가 완료되면 다음 단계를 따르세요.

1. MetaMask 브라우저 확장 프로그램을 엽니다.
2. Chiliz Chain Mainnet 또는 Spicy Testnet에 연결되어 있는지 확인합니다.
3. "계정 선택" 메뉴를 열고 "계정 또는 하드웨어 지갑 추가"를 클릭한 후 "하드웨어 지갑 추가"를 선택합니다.
4. 브라우저에 새 탭이 열립니다. "Ledger"(또는 사용 중인 다른 지갑 브랜드)를 선택합니다. 추가 정보가 표시됩니다. Ledger(또는 소유한 하드웨어 지갑 브랜드)를 선택하고 지갑이 노트북에 연결되어 있는지 확인합니다.
5. 인터페이스 하단의 "계속" 버튼을 클릭합니다.\
   그러면 브라우저에서 MetaMask가 Ledger(또는 다른 하드웨어 지갑)에 연결할 수 있는지 묻습니다.
6. 기기를 선택합니다.
7. "연결"을 클릭합니다.

MetaMask가 지갑에 저장된 계정을 표시합니다.

1\. 가져올 CHZ가 있는 계정의 체크박스를 클릭하여 선택합니다.

2\. "잠금 해제"를 클릭합니다.

완료되었습니다! 하드웨어 지갑이 MetaMask로 가져와졌습니다.

## "Ledger를 통해 MetaMask로 $CHZ를 저장할 수 있나요?"

네, MetaMask를 Ledger에 연결하여 Chiliz Chain에서 $CHZ를 관리할 수 있습니다.

Ledger 기기가 트랜잭션 서명 시 $CHZ 티커를 표시하지 않더라도, MetaMask는 Ledger 계정에 있는 $CHZ를 올바르게 표시합니다.


---

# 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/gaebal/gibon/chiliz-chain-yeongyeol/hadeuweeo-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.
