> For the complete documentation index, see [llms.txt](https://docs.wemix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wemix.com/wemixstake-ko/guides/getting-started.md).

# WEMIX Stake 준비하기

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

WEMIX Stake는 위믹스3.0 블록체인 기반 스테이킹 서비스입니다. 가상자산을 처음 접하는 사용자도 손쉽게 따라 할 수 있도록 단계별 가이드가 준비되어 있습니다. 서비스를 이용하는 중에 문제가 발생할 경우 지원센터를 통해 도움을 받을 수 있습니다. 또한, WEMIX Stake는 개인정보 처리 방침 및 이용 약관에 대하여 고지합니다. 서비스 이용 전 반드시 확인하기 바라며, 모든 내용을 이해하고 동의한 것으로 인정합니다.

## 가이드 구성

<details>

<summary>1. 지갑 생성하기</summary>

* 메타마스크 생성하기
  * 메타마스크 다운로드 및 설치
  * 비밀번호 만들기
  * 비밀문구 생성 및 확인
  * 메타마스크 생성 완료
* WEMIX3.0 지갑 생성하기
  * WEMIX3.0 지갑 다운로드 및 설치
  * 비밀번호 및 생체 인증 방법 등록
  * 지갑 비밀문구 생성 및 확인
  * 지갑 생성 완료

</details>

<details>

<summary>2. 지갑 연결하기</summary>

* WEMIX3.0 지갑 연결하기
* 메타마스크 연결하기

</details>


---

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