# 지갑 만들기 메뉴얼

## 🦊 메타마스크 지갑 만들기 & 아발란체 체인 연동 가이드

*PumpSpace 이용을 위한 필수 준비 단계*

## 1. 메타마스크 설치하기

#### 📱 모바일

* Play Store [모바일(안드로이드)](https://play.google.com/store/apps/details?id=io.metamask\&hl=ko) 또는 App Store [모바일(애플)](https://apps.apple.com/us/app/metamask-%EB%B8%94%EB%A1%9D%EC%B2%B4%EC%9D%B8-%EC%A7%80%EA%B0%91/id1438144202?l=ko) 에서\
  \&#xNAN;**‘MetaMask’** 앱을 설치하세요.

#### 💻 데스크탑 (크롬 브라우저)

* 공식 홈페이지 접속 ([웹(PC)](https://chromewebstore.google.com/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn)
* “Download” → “Chrome Extension” 클릭
* 크롬 확장 프로그램에 추가

> ⚠️ **사칭 앱 주의!** 반드시 공식 사이트나 마켓에서 다운로드하세요.

## 2. 지갑 생성하기

📌 [지갑에 대해 학습하기](/docs/hello/wallet.md)

1. **“지갑 생성(Create a Wallet)”** 클릭
2. 비밀번호 설정 (8자 이상)
3. **백업 구문(시드 구문)** 12개 단어를 안전한 곳에 저장
   * 다른 사람에게 절대 공유 금지!
   * 복구 시에만 사용됨
4. 확인 후 지갑 생성 완료 🎉

## 3. 아발란체 체인 추가하기 (Avalanche C-Chain)

메타마스크는 기본적으로 이더리움 네트워크만 연결되어 있으므로,\
**펌프스페이스를 이용하려면 아발란체 체인을 수동으로 추가해야 합니다.**

### 네트워크 추가 방법

1. 메타마스크 앱 또는 확장프로그램에서\
   화면 상단의 “네트워크 선택” → “네트워크 추가” 클릭
2. Avalanche Network C-Chain 선택

## 4. 펌프스페이스 연동 확인

1. 메타마스크가 아발란체 체인에 연결된 상태에서
2. PumpSpace 접속
3. “지갑 연결(Connect Wallet)” 클릭
4. 메타마스크 팝업이 뜨면 승인

정상적으로 연결되었다면 AVAX 잔액이 보이며, 아쿠아뱅크의 기능을 사용할 수 있습니다.

### TIP

* **AVAX 입금 필수**: 거래 및 수수료를 위해 메타마스크에 **소량의 AVAX**를 입금해야 합니다.
* 입금 방법: 국내 거래소(업비트 등) → 아발란체 네트워크 선택 → 메타마스크 주소로 전송
* 복구 구문은 종이 등에 **오프라인으로 안전하게 보관**하세요.


---

# 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://pumpspace.gitbook.io/docs/pumpspace/wallet1.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.
