# Metamask Settings

| Parameter          | Value                            |
| ------------------ | -------------------------------- |
| Network Name       | GTON Network                     |
| RPC URL            | <https://rpc.gton.network/>      |
| Chain ID           | 1000                             |
| Currency Symbol    | GCD                              |
| Block Explorer URL | <https://explorer.gton.network/> |

Or use [GTON CLI](https://cli.gton.capital/) to add the network, command:\
\
**switch gton**&#x20;

After creating an Ethereum wallet using MetaMask, you can transfer coins and spend your digital assets on other platforms. Another option to set up a MetaMask connection to GTON Network is by using Chainlist (allows users to search for different digital tokens and easily connect to EVM-powered networks). Use [this link](https://chainlist.org/chain/50021) to add GTON Testnet.&#x20;


---

# 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.gton.capital/use/metamask-settings.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.
