# Connect wallet to Moonbeam

To use Beamswap, your wallet should be connected to the Moonbeam Mainnet. There are three ways to connect your wallet to the Moonbeam Network.

{% hint style="info" %}
Below, the process of connecting a MetaMask wallet to Moonbeam is described. A very similar process applies to other supported wallets, too.
{% endhint %}

## Option 1 - On Beamswap

Go to <https://app.beamswap.io/exchange/swap>, and if you haven't yet, in the top right corner click the “Connect Wallet” button.

<figure><img src="https://4237212995-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9tC9qDROHxBdPo4ntPQ5%2Fuploads%2Fm2PMfUW7tsbQAtc4sdjj%2Fbeamswap-connect-wallet.png?alt=media&#x26;token=b2279fa1-6769-4619-8c26-2757f8d945e8" alt=""><figcaption></figcaption></figure>

If your wallet was primarily connected to a different network, a new window prompts you to switch your MetaMask network to Moonbeam.

<figure><img src="https://4237212995-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9tC9qDROHxBdPo4ntPQ5%2Fuploads%2FwY4hxg3xDgk3a3dhd0X8%2Fbeamswap-wrong-network-switch-to-moonbeam.png?alt=media&#x26;token=32fdd665-10e2-4628-be21-88d824b332d2" alt=""><figcaption></figcaption></figure>

If this is your first time connecting to the Moonbeam Network, the MetaMask pop-up window will ask you for approval to add a new network. Click "Approve".

Or, if your MetaMask already has Moonbeam on its list of networks, simply click "Switch network".

<div><figure><img src="https://4237212995-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9tC9qDROHxBdPo4ntPQ5%2Fuploads%2FDQ4di66wMJn07dEC6zGR%2Fbeamswap-platform-connect-wallet-add-network-moonbeam-confirm.png?alt=media&#x26;token=099ede7c-e1df-435d-9765-33f088d1ea35" alt=""><figcaption></figcaption></figure> <figure><img src="https://4237212995-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9tC9qDROHxBdPo4ntPQ5%2Fuploads%2FAVxpX4aVyIoAE8Rf9TeR%2Fbeamswap-platform-connect-wallet-switch-network-to-moonbeam-confirm.png?alt=media&#x26;token=6a9f69d8-51bf-434c-bda0-12969bb24e06" alt=""><figcaption></figcaption></figure></div>

This will connect your MetaMask wallet to the Moonbeam network so you can start interacting with the Beamswap platform.

## Option 2 - On MetaMask

Open the MetaMask extension in your browser. At the top of the pop-up, you see the network you are connected to - normally, it’s Ethereum Mainnet. Click on it to open a drop-down list of available networks.

If Moonbeam is already on the list, simply click on it to switch networks. If it's not listed yet, continue to add it.

<figure><img src="https://4237212995-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9tC9qDROHxBdPo4ntPQ5%2Fuploads%2FE3XFWO8ZhK4KijdkcVBW%2Fbeamswap-add-network-on-metamask.png?alt=media&#x26;token=9b86c95e-8877-45de-bc62-9013e68134aa" alt=""><figcaption></figcaption></figure>

To add Moonbeam, click "Add Network". In a new tab that opens in your browser, fields requiring information will appear:&#x20;

<figure><img src="https://4237212995-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9tC9qDROHxBdPo4ntPQ5%2Fuploads%2FIwvYRfxEpuR3CHMDNKGO%2Fimage.png?alt=media&#x26;token=16caf6e0-e428-4843-bb2c-b0a2adc2a7c0" alt=""><figcaption></figcaption></figure>

Enter the network information as follows:

Network Name: `Moonbeam`\
New RPC URL: `http://rpc.api.moonbeam.network`\
Chain ID: `1284`\
Currency Symbol: `GLMR`\
Block Explorer URL: `https://moonscan.io`<br>

Click "Save" and your MetaMask wallet will connect to the Moonbeam Network.

## **Option 3 - Moonbeam Dapp Dashboard**

Go to <https://apps.moonbeam.network/moonbeam>, and connect with MetaMask.

When the MetaMask pop-up asks you to confirm switching the network to Moonbeam, simply confirm with the "Switch network" button and the wallet will automatically connect to it.

<figure><img src="https://4237212995-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9tC9qDROHxBdPo4ntPQ5%2Fuploads%2FeXOTERvv3ErZxIUnwWiU%2Fbeamswap-connect-metamask-on-moonbeam-dapp-dashboard.png?alt=media&#x26;token=a9b445c0-295e-48aa-8560-46cb986e1bb5" alt=""><figcaption></figcaption></figure>

Learn more about adding Moonbeam Network to your MetaMask wallet:

{% embed url="<https://www.youtube.com/watch?v=Z-z653qxALk>" %}

{% hint style="info" %}
Moonbeam requires $GLMR to pay for the gas fees when executing transactions on the network. To get $GLMR, continue to the next step.
{% endhint %}


---

# 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.beamswap.io/getting-started/connect-wallet-to-moonbeam.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.
