> 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/metamask-sayong/metamask-seolchi.md).

# MetaMask 설치

아래 단계를 따라 MetaMask 웹 확장 프로그램을 다운로드하고 MetaMask 지갑을 사용하세요.

1. [<mark style="color:blue;">MetaMask</mark>](https://metamask.io/) 웹사이트를 방문하여 "Get MetaMask"를 클릭합니다.
2. "Install MetaMask for Chrome"을 선택합니다.

Chrome 웹 스토어로 이동합니다. "Chrome에 추가" 버튼을 클릭합니다.

3\. 면책 조항을 주의 깊게 읽은 후 **확장 프로그램 추가**를 선택합니다.

4\. **시작하기**를 선택합니다.

5\. **동의합니다** 버튼을 클릭하여 동의합니다.

6\. MetaMask를 처음 사용한다고 가정하여 **지갑 만들기** 버튼을 클릭합니다.

7\. 계정 보안을 위해 복잡한 비밀번호를 선택하세요. \_이용 약관\_을 읽은 후 ✅ 체크박스를 선택합니다. **만들기**를 클릭합니다.

8\. 진행하기 전에 *지갑 보호* 방법에 관한 동영상을 시청하는 것을 권장합니다. **다음**을 클릭합니다.

9\. *잠금* 🔒 아이콘을 클릭하여 시드 구문을 확인합니다.

{% hint style="info" %}
**시드 구문이란 무엇인가요?**

시드 구문은 계정에 할당된 12\~24개의 무작위 단어로 구성된 문자열로, 필요 시 지갑(계정)에 액세스하기 위한 개인 키로 사용됩니다.
{% endhint %}

{% hint style="danger" %}
**주의사항**

암호화폐 세계의 위험으로부터 지갑을 안전하게 보호하세요! 어떠한 상황에서도 다른 사람이 있는 자리에서 시드 구문을 공개하거나 공유하지 마세요.

시드 구문을 디지털 타사 애플리케이션이나 모바일 기기에 저장하지 마세요. 도난이나 해킹의 위험이 높습니다.\
온라인 서비스에 저장하거나 로컬 파일에 저장하지 마세요.

대신, 시드 구문을 종이에 적어 금고와 같이 안전한 장소에 보관하세요. Ledger의 Cryptosteel Capsule과 같은 금속 백업 도구를 활용하는 것도 좋습니다.
{% endhint %}

10\. 시드 구문을 기록한 후 **다음**을 클릭합니다.

11\. 시드 구문이 무작위로 배열된 것을 볼 수 있습니다. 빈 상자를 사용하여 받은 시드 구문과 정확히 같은 순서로 배열해야 합니다. **확인**을 선택하기 전에 입력한 시드 구문을 다시 한번 확인하세요.

12\. 시드 구문을 올바른 순서로 배열하면 MetaMask 지갑이 성공적으로 생성되었음을 나타내는 알림이 표시됩니다. **완료**를 클릭합니다.

13\. 이제 MetaMask 지갑을 사용할 준비가 되었습니다!

{% hint style="info" %}
기본적으로 MetaMask 지갑은 Ethereum 네트워크에 연결되어 있습니다.\
[<mark style="color:blue;">Chiliz Chain 네트워크에 지갑을 연결</mark>](/ko/baeuggi/jigap/metamask-sayong/chiliz-metamask-yeongyeol.md)하려면 수동으로 설정해야 합니다.
{% endhint %}


---

# 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/metamask-sayong/metamask-seolchi.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.
