> For the complete documentation index, see [llms.txt](https://docs.algem.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.algem.io/thai/undefined/wallets-and-networks/metamask.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.algem.io/thai/undefined/wallets-and-networks/metamask.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
