# MetaMask 연결

메타마스크 (MetaMask)는 블록체인 지갑으로 다양한 체인에 연결하여 사용할 수 있습니다.&#x20;

메타마스크가 사용하는 지갑 체계는 비트코인 표준인 [BIP-39](https://en.bitcoin.it/wiki/BIP_0039)를 따라 생성되며 니모닉 (mnemonic), 혹은 시드 문구라는 문자열을 통해서 관리하게 됩니다.&#x20;

디카르고의 경우에도 이 주소 체계를 따르며 다양한 체인에서 호환이 가능합니다.


---

# Agent Instructions: 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:

```
GET https://docs.dkargo.io/undefined-1/metamask.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
