# 기초 - 지갑 만들기

- [볼트 실행하기](https://tutorial.coconut.onl/make-wallets/run-vault.md): ⏱️ 소요 시간: 3분 이내 | 준비물: 볼트
- [볼트에 지갑 추가하기](https://tutorial.coconut.onl/make-wallets/add-wallet.md)
- [동전 던지기](https://tutorial.coconut.onl/make-wallets/add-wallet/flip-coin.md): ⏱️ 소요 시간: 30분 이내 | 준비물: 볼트, 동전
- [주사위 던지기](https://tutorial.coconut.onl/make-wallets/add-wallet/dice-roll.md): ⏱️ 소요 시간: 30분 이내 | 준비물: 볼트, 주사위
- [자동 생성하기](https://tutorial.coconut.onl/make-wallets/add-wallet/auto-generate.md): ⏱️ 소요 시간: 3분 이내 | 준비물: 볼트
- [니모닉으로 가져오기](https://tutorial.coconut.onl/make-wallets/add-wallet/import-mnemonic.md): ⏱️ 소요 시간: 3분 이내 | 준비물: 볼트, 백업한 니모닉 문구
- [시드 QR로 가져오기](https://tutorial.coconut.onl/make-wallets/add-wallet/seed-qr.md): ⏱️ 소요 시간: 3분 이내 | 준비물: 볼트, 백업한 니모닉 문구
- [Copy of 볼트 실행하기](https://tutorial.coconut.onl/make-wallets/run-vault-1.md): ⏱️ 소요 시간: 3분 이내 | 준비물: 볼트
- [월렛에 보기 전용 지갑 추가하기](https://tutorial.coconut.onl/make-wallets/add-watch-only-wallet.md): ⏱️ 소요 시간: 1분 이내 | 준비물: 볼트 & 월렛


---

# 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://tutorial.coconut.onl/make-wallets.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.
