# Wasm Wallet

Wasm(Substrate) wallet is a little different from EVM wallet, so we list a tutorial about two more comprehensive  wasm wallet extensions---polkadot{.js} and SubWallet

## Polkadot{.js}

### 1 Download

you can download [polkadot{.js}](https://chromewebstore.google.com/detail/polkadot%7Bjs%7D-extension/mopnmbcafieddcagagdcbnhejhlodfdd) through this link on chrome browser.

### 2 Use

Generate a new mnemonic and set the password for your account, however, you need to back up your mnemonics at once because you can't back up your mnemonics once you skip the process.

### 3 Back up

You can export an encrypted .json file and import into other substrate(Wasm) wallets.

## SubWallet

### 1 Download

you can download [SubWallet](https://chromewebstore.google.com/detail/subwallet-polkadot-wallet/onhogfjeacnfoofkfgppdlbmlmnplgbn) through this link on chrome browser.

### 2 Use

SubWallet offers a beginner-friendly UX, similar to Metamask and other EVM wallets, also, you need to back up your mnemonics at once because you can't back up your mnemonics once you skip the process.

### 3 Network Importation

Paste `wss://rpc-mainnet-1.bevm.io/ws` in Provider URL.

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

### 4 Back up

You can export an encrypted ".json" file and import other substrate(Wasm) wallets.


---

# 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://documents.geb.network/use/wasm-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.
