# For MetaMask Users

{% hint style="warning" %}
Please make sure that you have the necessary [Prerequisite Knowledge](https://plotx.gitbook.io/plotx-v2-wiki/getting-started/deposits/..#prerequisite-knowledge) before proceeding with this guide.
{% endhint %}

For those who use/want to use MetaMask to predict on the app and don't have any funds in their wallet on Polygon, the `Deposit Funds` page will help them bring funds from Ethereum to Polygon. Read on for more clarity...

#### Step 0 - Connect your MetaMask wallet with the app and go to the `Deposit Funds` page

{% hint style="success" %}
A guide on how to connect your MetaMask wallet with the app can be found [here](https://plotx.gitbook.io/plotx-v2-wiki/getting-started/deposits/..#depositing-for-metamask).
{% endhint %}

After logging in, navigate to `Home > My Funds >`[ `Deposit Funds`](https://plotx.io/deposit/wallet).

![](https://833974736-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MXxSJ2ifxbnW430cd2k%2F-MhOcydQ2DymH-TLneEt%2F-MhOgSZx_tZY3Famhhh2%2Fimage.png?alt=media\&token=4ea10010-d56e-44ce-81fa-da5078fab79e)

#### Step 1 - Connect Wallet

In the first step, you can either select:

* **MetaMask**\
  You have funds in the MetaMask wallet you connected with the app in [step 0](https://plotx.gitbook.io/plotx-v2-wiki/getting-started/deposits/..#step-0-connect-your-metamask-wallet-with-the-app-and-go-to-the-deposit-funds-page) on Ethereum, and you want to bridge/migrate them to Polygon (funds move from Ethereum to Polygon in the same wallet)

![](https://833974736-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MXxSJ2ifxbnW430cd2k%2F-MhEMRmMClTmun_JYF5A%2F-MhOKSiOdqytsH9sEwDZ%2FKU5j1pfzpv.gif?alt=media\&token=35c3cda1-c808-48f6-b28f-43482023e2f3)

* **WalletConnect**\
  You have funds in another wallet on Ethereum, and you want to deposit them in the MetaMask wallet you connected with the app in [step 0](https://plotx.gitbook.io/plotx-v2-wiki/getting-started/deposits/..#step-0-connect-your-metamask-wallet-with-the-app-and-go-to-the-deposit-funds-page) on Polygon (funds move from another wallet on Ethereum to the MetaMask wallet on Polygon)

![](https://833974736-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MXxSJ2ifxbnW430cd2k%2F-MhEMRmMClTmun_JYF5A%2F-MhOKm_a5z4IwFMHZedM%2FUcDSbn5JA4.gif?alt=media\&token=625c4321-6f9d-49bd-81cb-1d0e954add54)

#### Step 2 - Choose Network

In the second step, you need to select the network from where you're bringing funds into your MetaMask wallet.

* **Ethereum**

  You have funds in MetaMask or some other wallet on Ethereum and you want to deposit them in your MetaMask wallet on Polygon<br>
* **Polygon (Not applicable for MetaMask connections)**

In step 2, the Ethereum option is selected by default and can't be changed to Polygon Network for obvious reasons.

Obvious reason = if you have funds on Polygon already, you can use them to predict on the app directly without depositing them.

#### Step 3 - Choose deposit speed

When you're depositing funds from Ethereum, you have two choices available in terms of deposit speed:

1. **Standard Deposit**
   * This method uses the **Matic PoS bridge**
   * Deposit time = \~8 mins
   * Fees = Gas fees to be paid Ethereum<br>
2. **Fast Deposit (temporarily unavailable)**
   * This method uses [**Connext**](https://connext.network/)
   * Deposit time = \~3 mins
   * Fees = Connext fees (calculated at the time of deposit) + Gas fees to be paid on Ethereum

Choose the deposit method you're most comfortable with.

#### Step 4 - Enter Deposit Amount

Enter the amount you want to deposit in your MetaMask wallet on Polygon and hit the `Deposit` button.

![](https://833974736-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MXxSJ2ifxbnW430cd2k%2F-MhEMRmMClTmun_JYF5A%2F-MhNx0CqJ4J1fHrvN6oO%2Fimage.png?alt=media\&token=a3122bbf-d9b5-44a7-9d63-f1e416553c14)

#### Step 5 - Approve the deposit transaction(s)

Please note that you'll need to pay the necessary gas fees on Ethereum from the wallet you connected with the app in [step 1](https://plotx.gitbook.io/plotx-v2-wiki/getting-started/deposits/..#step-1-connect-wallet-1) to complete the deposit; so make sure that you have enough ETH to cover the necessary gas costs.

{% hint style="info" %}
For first time deposits, users will have to make a one-time approval transaction, before moving on to the deposit transaction.
{% 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://plotx.gitbook.io/plotx-v2-wiki/getting-started/deposits/for-metamask-users.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.
