# Создание кошелька (MetaMask)

**Astra Terminal** работает на базе децентрализованных протоколов. Это значит, что ваши активы не хранятся у нас - они находятся под вашим полным контролем в блокчейне. Для взаимодействия с системой вам понадобится криптокошелек.

***

## Шаг 1. Подготовка кошелька (MetaMask)

Мы рекомендуем использовать [MetaMask](https://metamask.io/ru) как самый надежный и популярный инструмент.

**1)** Скачайте приложение MetaMask (доступно для [iOS](https://apps.apple.com/us/app/metamask-%D0%BA%D1%80%D0%B8%D0%BF%D1%82%D0%BE-%D0%B8-web3-%D0%BA%D0%BE%D1%88%D0%B5%D0%BB%D0%B5%D0%BA/id1438144202?l=ru) и [Android](https://play.google.com/store/apps/details?id=io.metamask)).

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

**2)** Создайте кошелек и **обязательно сохраните Seed-фразу** (12 слов) в надежном месте. **В случае потери Секретной фразы (Seed-фраза) кошелек нельзя будет восстановить.**

<figure><img src="/files/RYoPLKDsqAqnuXiQVe0X" alt=""><figcaption><p>Пример секретной фразы</p></figcaption></figure>

**3)** Переключите сеть на **Arbitrum One** (наш терминал работает в этой сети из-за минимальных комиссий и высокой скорости). Сперва нужно нажать **☰** в самом верху кошелька > **"Сети"** > Пишите в поиске **"Arbitrum One"** и подключаете.

<figure><img src="/files/j9alfcigAVK9PpBQrr1g" alt="" width="375"><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://astra-terminal.gitbook.io/docs/bystryi-start/sozdanie-koshelka-metamask.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.
