# Creating A Wallet

To get started in the Telos ecosystem you’ll need a cryptocurrency wallet. A wallet allows you to securely store your assets and interact with dApps (Decentralized Applications) within the Telos ecosystem.

### Wallet Options

We will be going over the MetaMask wallet option for Telos EVM. Please visit the [Telos Docs](https://docs.telos.net/getting-started/setup-wallet) for information on all Telos supported wallet options.&#x20;

{% hint style="danger" %}
NEVER give anyone your private key or recovery phase "seed phrase"

This will give someone complete access to your crypto!&#x20;
{% endhint %}

### MetaMask (Telos EVM)[​](https://docs.telos.net/getting-started/setup-wallet#metamask-telos-evm) <a href="#metamask-telos-evm" id="metamask-telos-evm"></a>

[MetaMask](https://docs.telos.net/getting-started/setup-wallet#metamask) is an industry-standard and is used across all EVMs. **If you have experience in crypto or already use MetaMask**, then this is a great option for you.

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

### Step I - Install MetaMask[​](https://docs.telos.net/getting-started/setup-wallet#step-i---install-metamask) <a href="#step-i---install-metamask" id="step-i---install-metamask"></a>

1. Head over to [MetaMask](https://metamask.io/download/)
2. MetaMask is compatible with multiple browsers, iOS & Android.

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

{% hint style="info" %}
Be attentive to each install tip that MetaMask may give.
{% endhint %}

{% hint style="danger" %}
Be sure to save and safely store any and all private keys/seed phrases during the MetaMask install. If your private key/ seed phrase is lost or stolen you lose control over your account and wallet. Please keep your key/s safe!
{% endhint %}

### Step II - Import The Telos EVM RPC <a href="#step-ii---import-the-telos-evm-rpc" id="step-ii---import-the-telos-evm-rpc"></a>

1. Head over to [teloscan](https://www.teloscan.io/)
2. Click "Sign in" on the top right corner of the page.
3. Select MetaMask

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

4. Click "Approve" to add the tEVM network to your MetaMask wallet.
5. Click "Switch network" If you'd like to swap over from your current network to the tEVM network.

<figure><img src="/files/4ST9P8he0VX411d7I5rH" alt=""><figcaption></figcaption></figure>

With the network added you can now enjoy what the tEVM ecosystem has to offer! We are sure you'll love the instant speeds, cheap transactions and the lack of front running.


---

# 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://trove-labs.gitbook.io/jump-defi/get-started/get-started-with-telos/creating-a-wallet.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.
