# 볼트 실행하기

지갑을 만들기 위해 볼트 앱을 실행하겠습니다.&#x20;

1. **볼트는 니모닉(복구 문구)을 다루는 앱이므로, 실행 중에는 반드시 오프라인 상태를 유지해야합니다.** \
   앱을 처음 실행하면 오프라인 사용 원칙을 안내하는 화면이 표시됩니다. **\[환경 확인하기] 버튼을 눌러 주세요.**

   <figure><img src="/files/kAa2gfL7MJHqOJ6b4wc3" alt="" width="188"><figcaption></figcaption></figure>

2. 기기의 외부연결 상태를 확인하는 화면이  나타납니다. **네트워크 연결, 블루투스 연결, 개발자 옵션(안드로이드)이 모두 꺼져 있으면 \[다음] 버튼이 활성화 됩니다.** **\[다음] 버튼을 눌러 다음 화면으로 이동합니다.**&#x20;

   <figure><img src="/files/mspEoeQ5nBPUUqYIqx87" alt="" width="375"><figcaption></figcaption></figure>

3. 앱을 시작할 수 있는 환경이 준비되었습니다. **\[시작하기] 버튼을 눌러 다음 화면으로** 이동합니다.&#x20;

<figure><img src="/files/XLtnAhbU8CSpxoiHrpRL" alt="" width="188"><figcaption></figcaption></figure>

4. 모드 선택 화면에서 사용할 모드를 선택해 주세요. 모드 선택 후 버튼을 누르면 화면으로 진입합니다.&#x20;

{% hint style="info" %} <mark style="color:blue;">**볼트 사용 시, 모드 선택**</mark>

* 안전 저장 모드: 니모닉(키)을 스마트폰의 보안 모듈을 이용해 저장합니다. 앱을 종료했다가 다시 실행해도 별도의 가져오기(import) 과정 없이 키를 사용할 수 있습니다. 개념적으로 키를 기기 내부에 저장하는 하드웨어 월렛(예:키스톤, 콜드카드)의 내부 저장 방식과 유사합니다.&#x20;
* 서명 전용 모드: 볼트에 키를 저장하지 않습니다. 앱을 실행할 때마다 키를 입력(또는 불러오기)하여 서명합니다.&#x20;
  {% endhint %}

<figure><img src="/files/8eTaEQ9emmdXLNEpQx4V" alt="" width="375"><figcaption></figcaption></figure>

***

{% hint style="warning" %} <mark style="color:orange;">**왜 블루투스 권한을 요청하나요?**</mark>

**볼트는 오프라인 상태를 확인해요. 이를 위해 블루투스가 꺼져있는지 확인하기 위해 블루투스 권한이 필요해요.**&#x20;

**앱 시작 시 블루투스 권한 요청 창이 나타나면 허용해 주세요.** 볼트는 블루투스를 켜거나 끄는 등 상태를 변경하지 않으며, 기기의 블루투스 설정을 조작하지 않습니다. 오직 연결 상태를 확인하는 용도로만 사용합니다.
{% endhint %}

<figure><img src="/files/b3DNU7Cr4FtMrKbToaqG" alt="" width="188"><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://tutorial.coconut.onl/make-wallets/run-vault.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.
