# Wallet Tool Connection (MetaMask)

This page has been updated to avoid stale hardcoded values.

## Recommended approach

Use your **current RPC endpoint and chain settings** from your active environment configuration rather than old static values.

* For local development, get RPC ports from `run/hydra.toml`.
* For operational checks, validate connectivity first with [RPC Guide](/testnet/rpc.md) and [Mazze CLI](/testnet/mazze-cli.md).

## Steps

1. Open MetaMask and choose **Add network**.
2. Fill network fields using the RPC endpoint and chain ID currently used by your node/environment.
3. Save and switch network.
4. Verify connectivity by sending a read-only call (for example with `eth_chainId` from [RPC Guide](/testnet/rpc.md)).

## Important

If your environment is updated, network values may change. Always trust active configuration and RPC validation over old screenshots/tutorial constants.


---

# 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.mazze.io/testnet/how-to-add-the-mazze-testnet-to-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.
