> 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.md).

# MetaMask 사용 방법

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

MetaMask는 가장 인기 있는 Web3 지갑입니다. 그만큼 온라인 사기, 사이버 공격, 해킹에 더 취약합니다. 그렇기 때문에 항상 **시드 구문**을 안전하게 보관해야 합니다.

해킹을 방지하기 위해 MetaMask 시드 구문을 컴퓨터나 모바일 기기에 저장하지 **않을 것**을 권장합니다. 가장 권장되는 방법은 시드 구문을 물리적인 종이에 적어두고, 본인만 접근할 수 있는 안전한 장소에 보관하는 것입니다.

***Chiliz 팀은 절대로 비밀번호나 시드 구문을 요청하지 않습니다.***
{% endhint %}

{% content-ref url="/pages/FbcdfCC1Vib5ETY8CAGw" %}
[MetaMask 설치](/ko/baeuggi/jigap/metamask-sayong/metamask-seolchi.md)
{% endcontent-ref %}

{% content-ref url="/pages/VEtK4OWFK2JTAwunLy9V" %}
[Chiliz Chain과 MetaMask 연결](/ko/baeuggi/jigap/metamask-sayong/chiliz-metamask-yeongyeol.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/metamask-sayong.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.
