> For the complete documentation index, see [llms.txt](https://docs.plotx.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plotx.io/adding-funds/transfer-from-wallet.md).

# Transfer from Wallet

This guide will walk you through transferring MATIC from your crypto wallet on Ethereum to the Polygon network.

## Requirements

You need to have a crypto wallet and tokens available on the Ethereum network.

## Note

PlotX supports USDC, USDT, MATIC, WETH, DAI, and WMATIC

## **Step-by-step guide**

* Open your PlotX app and click on Add Funds. Now select the **Transfer from Wallet** option and click on Proceed. Click on Ethereum to proceed. Else, you can directly go to <https://wallet.polygon.technology/bridge/>

![](https://lh3.googleusercontent.com/SW3OhSA_w1tfT6vYBAAuvaX7UXn5X1Y-dy5HYSO1J1cHqIrDaOYzb8sTAxIPi6-SFFrlMK6KB2G5O0C7VzrX5iYAHQpQ50dPLxqR9RvfD8F0AzxDHTkVlV2Mz7fAgLFJRqTo-Snzl4GxIn-b2Q)

* Now Connect your crypto wallet from where to want to send the tokens. Make sure you’ve selected the Ethereum network.

![](https://lh6.googleusercontent.com/RYvIPowVA2LF2vIE33GNICqivot6OXcp0XA0os1OKMrmgE_X45Wb_nRMvsCKuUDdBdtcgRtOeYc8jcPIb3zynn3QJvix4JYozpDMwJKqNsapoUA3GoQQ-QhJu68NCYoDjXsbQIB5c024v2VtKA)

* Select Deposit as shown below. Select MATIC from the dropdown and enter how many MATIC you want to transfer to the Polygon network.

![](https://lh3.googleusercontent.com/MOiRUlt5U23qp8O543vZF4s1ifF3KDVezWhvPK2bAHoKwHPGxzKUPLxmnlkBRhBj6tyQ1W7bKJtWzPCVIbdiO3osnfbrA2yHCDKQcifVXhGHh8WIZ0bhhcmUj9myH2xr5Zgk4oH0aGtdLM0fTg)

* Click on the **Transfer** button to complete the process.&#x20;
* In a couple of minutes, your crypto wallet will have the MATIC on the Polygon network.&#x20;
* Now, log in to the PlotX app with this wallet and you’ll see the balance in your crypto wallet. Deposit the funds to Game Wallet to start playing!

Alternatively, watch this [video](https://youtu.be/99WYZhOFKFQ?t=26) tutorial.<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.plotx.io/adding-funds/transfer-from-wallet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
