# Moonbeam

## Connect SubWallet to Moonbeam&#x20;

{% hint style="info" %}
For instructions on creating **Moonbeam** wallet including EVM and Substrate accounts with SubWallet, please visit [Create an Account](/beta/extension-user-guide/create-an-account.md)
{% endhint %}

{% hint style="info" %}
If you want to import your Moonbeam wallets (accounts) from MetaMask into SubWallet, go to [Import an Account using private key from MetaMask](/beta/extension-user-guide/import-and-restore-an-account/import-an-account-using-private-key-from-metamask.md)
{% endhint %}

**Step 1**: Log into [Moonbeam DApp](https://apps.moonbeam.network/moonbeam). Select **SubWallet**, then select the EVM account(s) (Polkadot EVM wallets) you want to connect and hit **Connect**.

![](/files/LeFIew6IJox25yrOAgaA)

**Step 2**: After logging in, the DApp will automatically prompt you to connect your Substrate account (Polkadot native wallet). Select the account(s) you want to connect and hit **Connect.**&#x20;

![](/files/ateVQgjfzGP342campuo)

## **Stake GLMR**

**Step 1:** On the Moonbeam dashboard, scroll down to Staking and press **Manage delegations**.

![](/files/uam5l2jFSggiPpB5MDdB)

**Step 2**: On the Staking screen, press Select a collator. A list of collators divided into active pool and on wait pops up with details about each collator so you can make an informed decision. Choose a collator.

![](/files/OIFf6o0LNVxvOwBQybfn)

![](/files/FA0ohEsN1dblbqsLbyGZ)

**Step 3**: Enter the amount of GLMR you want to delegate and choose **Delegate**. Key in your password on the SubWallet pop-up screen and press **Send Transaction**. Your transaction is complete.

![](/files/PXwQyzi9OKDwnrmR4zip)

![](/files/m00dXfRyK7NpoTVRx7zJ)

{% hint style="warning" %}
Note that Moonbeam requires a minimum delegation amount of 50 GLMR, but collators can ask for a higher minimum amount. Always check this information before delegating your stake.
{% endhint %}

## Manage Cross-chain Assets

### Deposit Tokens

**Step 1**: On the main dashboard, select an asset you would like to deposit into Moonbeam and hit the **deposit** button next to it.

![](/files/YSpqrBBEuOk2IUL09VMb)

**Step 2**: Choose the chain and the Substrate address you want to send from and enter the amount. Press **Send**, then key in your password on the SubWallet pop-up and hit **Approve**. Your transaction is successful.

![](/files/Mc12Vs2OLNvEJ0dc9EGo)

![](/files/KcCoBrtu2mpIqpOS9ZMW)

### Withdraw Tokens

**Step 1**: On the main dashboard, select an asset you would like to withdraw from Moonbeam and hit the **withdraw** button next to it.

![](/files/Yrm4dFZb5Gqp6vDoZmND)

**Step 2**: Choose the chain and the Substrate address you want to withdraw to and enter the amount. Press **Send**, then key in your password on the SubWallet pop-up and hit **Approve**. Your transaction is successful.

![](/files/tbgcPaZXhC1HMStoueOQ)

![](/files/UliU9HoFbVU6SBhu1JMR)


---

# 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.subwallet.app/beta/dapps-user-guide/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.
