# Metamask

### Create a Metamask Wallet

To create a Metamask wallet, please visit the Metamask website. Beware of fake Metamask and use only the official website! -> <https://metamask.io/>

Metamask supports the Astar network and allows users to transfer tokens and sign transactions. More details are in Astar's documentation.

### Configure Astar Network

When you connect Metamask to Algem dApp, Algem will automatically change the Metamask configuration to Astar Network. Still, if you need to add the network manually, you can find the configuration below.

{% tabs %}
{% tab title="Astar Network" %}

| **Network name**   | Astar Network                                                                                                                                                                                                                                                           |
| ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Chain ID**       | 592                                                                                                                                                                                                                                                                     |
| **Symbol**         | ASTR                                                                                                                                                                                                                                                                    |
| **EVM RPC**        | <p><a href="https://astar-rpc.dwellir.com/"><https://astar-rpc.dwellir.com/></a><br><a href="https://astar.api.onfinality.io/public"><https://astar.api.onfinality.io/public></a><a href="https://astar.public.blastapi.io">	<https://astar.public.blastapi.io></a></p> |
| **Block explorer** | <https://blockscout.com/astar/>                                                                                                                                                                                                                                         |
| {% endtab %}       |                                                                                                                                                                                                                                                                         |

{% tab title="Shibuya Network" %}

| **Network name**   | Shibuya Network                                                          |
| ------------------ | ------------------------------------------------------------------------ |
| **Chain ID**       | 81                                                                       |
| **Symbol**         | SBY                                                                      |
| **EVM RPC**        | h[ttps://evm.shibuya.astar.network ](https://evm.shibuya.astar.network/) |
| **Block explorer** | <https://blockscout.com/shibuya>                                         |
| {% endtab %}       |                                                                          |
| {% endtabs %}      |                                                                          |

More information in the Astar Network documentation:

{% embed url="<https://docs.astar.network/docs/quickstart/endpoints>" %}

### Add a token to Metamask.

To add a token on Metamask, such as nASTR, you can use the feature on Algem dApp or add it manually using the contract address below.

**nASTR:** 0xE511ED88575C57767BAfb72BfD10775413E3F2b0


---

# 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://docs.algem.io/russkii/kak-nachat/wallets-and-networks/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.
