# Create your wallet (MetaMask)

Astra Terminal operates on top of decentralized protocols. This means that your assets are not stored by us - they remain under your full control on the blockchain. To interact with the system, you will need a crypto wallet.

***

### Step 1. Preparing Your Wallet (MetaMask)

We recommend using [MetaMask](https://metamask.io/) as one of the most reliable and popular wallet tools.

1. Download the MetaMask app, available for [iOS](https://apps.apple.com/us/app/metamask-trade-crypto/id1438144202) and [Android](https://play.google.com/store/apps/details?id=io.metamask).

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

2. Create a wallet and make sure to save your Seed Phrase, consisting of 12 words, in a secure place. If you lose your Secret Recovery Phrase, also known as the Seed Phrase, your wallet cannot be restored.

<figure><img src="/files/1oZ0QZHbOOoNOqHYsOdd" alt=""><figcaption></figcaption></figure>

3. Switch the network to Arbitrum One. Our terminal works on this network because of its low fees and high transaction speed. To do this, tap **☰** at the top of the wallet, go to **“Networks”**, search for **“Arbitrum One”**, and connect it.

<figure><img src="/files/wNfB4LgWsOcHGFC4G2g9" 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/english/quick-start/create-your-wallet-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.
