# For Mobile Wallet Users

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

For those who use/want to use any other wallet to predict on the app and don't have any funds in that 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 wallet with the app using WalletConnect and go to the `Deposit Funds` page

{% hint style="success" %}
A guide on how to connect your wallet with the app using WalletConnect can be found [here](/plotx-v2-wiki/getting-started/connecting-to-plotx.md#connecting-using-walletconnect).
{% endhint %}

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

![](/files/-MhOBFRsw8DTLBPQIig0)

#### Step 1 - Connect Wallet

In the first step, you can either select:

* **MetaMask**\
  You have funds in a MetaMask wallet on Ethereum, and you want to deposit them into the wallet you connected with the app in [step 0](/plotx-v2-wiki/getting-started/deposits.md#step-0-connect-your-wallet-with-the-app-using-walletconnect-and-go-to-the-deposit-funds-page) on Polygon (funds move from a MetaMask wallet on Ethereum to the wallet connected with the app in [step 0](/plotx-v2-wiki/getting-started/deposits.md#step-0-connect-your-wallet-with-the-app-using-walletconnect-and-go-to-the-deposit-funds-page) on Polygon)

![](/files/-MhOWk1Wue3vs3v5kr8j)

* **WalletConnect**\
  You have funds in the wallet you connected with the app in [step 0](/plotx-v2-wiki/getting-started/deposits.md#step-0-connect-your-wallet-with-the-app-using-walletconnect-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)

![](/files/-MhOX2oRxo4-ZNEfPLgd)

#### Step 2 - Choose Network

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

* **Ethereum**

  You have funds in MetaMask or some other wallet on Ethereum and you want to deposit them in the wallet you connected with the app in [step 0](/plotx-v2-wiki/getting-started/deposits.md#step-0-connect-your-wallet-with-the-app-using-walletconnect-and-go-to-the-deposit-funds-page) on Polygon<br>
* **Polygon (Not applicable for WalletConnect 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 wallet on Polygon and hit the `Deposit` button.

![](/files/-MhNx0CqJ4J1fHrvN6oO)

#### 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](/plotx-v2-wiki/getting-started/deposits.md#step-1-connect-wallet-2) 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-mobile-wallet-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.
