# 지갑 준비하기

<figure><img src="/files/1sW9xeIXewBaDd2we6Ee" alt=""><figcaption></figcaption></figure>

WEMIX Stake를 사용하기 위해서는 WEMIX3.0 블록체인 네트워크와 상호작용하고 정보를 저장할 수 있는 암호화된 지갑이 필요합니다. 지갑 생성 시 함께 설정하는 비밀번호와 복구 문구(시드 구문)는 반드시 안전한 곳에 기록하고 보관해야 합니다.

{% hint style="warning" %}

#### 보안 주의사항

복구 문구를 분실하거나 타인에게 유출될 경우 지갑 내 자산에 대한 접근 권한을 영구적으로 잃을 수 있습니다. 복구 문구는 절대 타인과 공유하지 마십시오.
{% endhint %}

## 메타마스크 생성하기 <a href="#test" id="test"></a>

### 1. 메타마스크 다운로드 및 설치

<figure><img src="/files/kAqvexnUvxm90cySnlxE" alt=""><figcaption></figcaption></figure>

* 메타마스크는 <https://metamask.io> 혹은 크롬 웹 스토어를 통해 다운로드 및 설치할 수 있습니다. 다운로드 한 메타마스크는 크롬 웹 브라우저에 확장 프로그램으로 추가할 수 있습니다.

<figure><img src="/files/J0qQGvECD6BbkQZbbMXd" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/BH3Ix4bM7hwbn8wMGqgJ" alt=""><figcaption></figcaption></figure>

* 메타마스크 실행 시 기존 계정을 생성하거나 복구할 수 있습니다. '지갑 생성' 버튼 선택 시 새로운 지갑 계정 생성이 가능하며, '기존 가져오기' 버튼 선택 시 기존에 생성했던 지갑 계정을 복구할 수 있습니다.

### 2. 비밀번호 만들기

<figure><img src="/files/qquKz6l2ecjhnJZfAjEc" alt=""><figcaption></figcaption></figure>

* 메타마스크에 접속하기 위한 비밀번호를 설정합니다. 새 지갑 생성 시, 이용 약관 및 개인정보 처리방침에 동의하지 않는 경우에 지갑을 생성할 수 없습니다.

### 3. 비밀문구 생성 및 확인

<figure><img src="/files/8kKuN1uygQc6arCucOav" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/n7aWiKTWjtOoUNY2AHYg" alt=""><figcaption></figcaption></figure>

* 비밀번호가 정상적으로 등록되면 생성된 지갑의 비밀 문구를 확인할 수 있습니다. 비밀 문구는 기기가 변경되는 경우 복구를 위해 필요한 정보이니 안전하게 보관해야하며, 어떤 상황에서도 타인에게 공유되지 않도록 주의해야합니다.
* 비밀 문구 확인을 위해 순서에 맞는 단어를 선택해야합니다. 비밀 문구 확인이 완료되면 새 지갑이 정상적으로 생성됩니다.

### 4. 메타마스크 생성 완료

<figure><img src="/files/ffHgezXbdxPKsP2G70H3" alt=""><figcaption></figcaption></figure>

* 모든 단계를 마치면 정상적으로 생성한 지갑을 사용할 수 있습니다.


---

# 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.wemix.com/wemixstake-ko/guides/getting-started/how-to-create-wallet.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.
