> 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/chiliz-metamask-yeongyeol.md).

# Chiliz Chain과 MetaMask 연결

## 사전 조건 <a href="#prerequisites" id="prerequisites"></a>

1. 이 항목은 MetaMask가 이미 시스템에 설치되어 있다고 가정합니다. 설치되어 있지 않다면 먼저 [MetaMask를 설치](/ko/baeuggi/jigap/metamask-sayong/metamask-seolchi.md)하세요(Chrome 기반 확장 프로그램 또는 모바일 앱).
2. 편의를 위해 선호하는 브라우저에 MetaMask 확장 프로그램을 고정 📍하세요.

## 지갑 연결 단계

{% hint style="info" %}
MetaMask의 공식 문서를 참고하실 수도 있습니다.\
<https://support.metamask.io/configure/networks/how-to-add-a-custom-network-rpc/>
{% endhint %}

MetaMask 지갑을 Chiliz Chain Mainnet 또는 Testnet에 연결하려면 다음 단계를 따르세요.

1. **MetaMask** 아이콘을 클릭하여 지갑을 엽니다(비밀번호를 입력하라는 메시지가 표시됩니다).
2. 기본적으로 Ethereum Mainnet에 연결되어 있습니다. 드롭다운 메뉴를 클릭하여 펼친 후 **네트워크 추가**를 선택합니다. "네트워크 > 네트워크 추가" 섹션의 MetaMask 설정 페이지가 열립니다.
3. "네트워크 추가" 페이지에서 "수동으로 네트워크 추가"를 클릭하고, 양식을 사용하여 MetaMask 계정의 해당 필드에 관련 값을 입력합니다.\
   \
   복사 붙여넣기가 필요한 경우 Chiliz Chain Mainnet 및 Spicy Testnet의 파라미터는 여기에서 확인할 수 있습니다: [RPC로 연결](/ko/gaebal/gibon/chiliz-chain-yeongyeol/rpc-yeongyeol.md).<br>
4. **저장**을 클릭합니다.

{% hint style="success" %}
"저장" 버튼은 제공된 값으로 양식이 올바르게 작성된 경우에만 활성화됩니다.
{% endhint %}

녹색 체크 표시 ✅는 MetaMask 계정을 Chiliz Chain Mainnet에 성공적으로 연결했음을 나타냅니다. 이제 MetaMask 지갑으로 CHZ를 탐색하고, 커스터마이징하고, 사용할 수 있습니다.

{% hint style="info" %}
Chiliz Chain Mainnet과 Spicy Testnet 각각에 대해 이 단계를 수행해야 합니다.\
하나의 네트워크를 구성했다고 해서 다른 네트워크도 자동으로 구성되지는 않습니다. MetaMask에서 두 네트워크 모두 별도로 설정해야 합니다.
{% 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/chiliz-metamask-yeongyeol.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.
