# Connect with MetaMask

### Connect MetaMask to Luntra Network

MetaMask is a browser wallet extension that lets you connect to any EVM-compatible network, including Luntra Network.

### How to Install MetaMask

Install the official MetaMask extension from the [MetaMask download page](https://metamask.io/download/).

### Add Luntra Network to MetaMask

1. Click the MetaMask icon in your browser and unlock your wallet.
2. Click the network selector at the top (the default is "Ethereum Mainnet").
3. Select "Add Network" or "Add a network manually" to open the custom network form.

### Luntra Network Parameters

Fill in the following details:

```
Network Name: Luntra Infrastructure
Chain ID: 3470144
RPC URL: https://rpc.luntrainfrastructure.com/http
Currency Symbol: ETH
```

**Note:** Block Explorer URL is optional, powered by BlockScout.

### Switch to Luntra Network

Once the network is added, use the network selector to switch to Luntra Network.

### Fund Your Wallet (Optional)

Need Testnet ETH? Visit the [Luntra Network faucet](https://hub.luntrainfrastructure.com/).

Funds will appear once included in a Testnet block.

#### You're All Set!

MetaMask is now connected to the Luntra Network. You can:

* Deploy smart contracts using tools like Foundry, Hardhat, or Remix.
* Interact with Testnet dApps and contracts.
* Inspect transactions via the Blockscout explorer.

**Tip:** Always double-check RPC URLs and Chain IDs - accuracy is crucial to avoid misconfiguration.


---

# 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://luntra.gitbook.io/luntra-infrastructure/connect-with-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.
