# How to get a MATIC token to sign cheap transactions on Polygon

Matic (MATIC) is the native asset of the **Polygon chain** using the MRC20 protocol. You can find all the token details at this address “**0x0000000000000000000000000000000000001010**” by looking it up on their official explorer at: <https://polygonscan.com/address/0x0000000000000000000000000000000000001010>

![](/files/-McI_f085Gbex_8qPOld)

Because Polygon is an Ethereum-compatible blockchain, this means that any token or wallet address you have on Ethereum is also interchangeable with Polygon. You can use the exact same wallet address to interact between your regular ERC20 tokens on Ethereum and with Polygon using the Matic bridge.

This guide shows you how to Swap MATIC from any Ethereum-based DEX like PlasmaSwap using the Matic bridge. You can also do this with any other token, moving it from Ethereum to Polygon in this way.

**Step 0.** First of all you need to get a Matic token on your Ethereum wallet. Please go to [Plasma.Finance Matic Token page,](https://apy.plasma.finance/swap#/market/0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0/trade) connect your wallet (Ethereum Mainnet chain) and swap any token to Matic.

![](/files/-McIdHEEZgLtBWRtD5jM)

**Step 1:** Go to <https://wallet.matic.network/bridge/> and choose to connect with your MetaMask with the wallet containing the MATIC Token you would like to migrate from Ethereum to Polygon Chain.

![](/files/-McIe8jnpABWJsKtX9MX)

**Step 2:** Choose the MATIC token from dropdown menu, put the amount you want to migrate on Polygon layer and click “Transfer”, than sign transaction with your Metamask wallet. This will send MATIC token from your Ethereum wallet to your Polygon wallet (which has the exact same address).

![Metamask TX confirmation](/files/-McIfDbqrbCvwQbi40Q7)

Please note that you may see several informational popups or disclaimers. Keep clicking “Continue” until you reach the page to confirm the transfer. Select “Continue”.

![](/files/-McIerwPj7kQT5uFVvVf)

![](/files/-McIewSX-Xs6REr4ZAI9)

**Step 3:** Approve the gas fee from MetaMask. Your transaction is now executed and waiting for confirmation! Your Matic is on its way from Ethereum to Polygon! This can take several (7-10) minutes, and you can always check your transaction on <https://polygonscan.com/> by entering either your wallet address or tx ID. It should tell you if it’s Pending or Confirmed.

![](https://lh3.googleusercontent.com/XuKeZCixiwOuOcOBBB5OlWzl22Rz2YBetrvgyqDrzinxUGB7-b9n2zsKeSw9rNU89vqYcGrtDWo64BztdscVHpwoI_o98KIbk8BgHZYDIAQMn7-c9n4zX7ouSD8Q7d07jZSOECAq)

*After you see the Matic token on your wallet in Polygon Mainnet, than you can sign any on-chain transaction, using your Matic token to pay for Gas Fee.*

Notes: If you'd like to move any asset back to Ethereum Mainnet, you can do the same steps but choose the Polygon Mainnet Network on the Bridge page.


---

# 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.plasma.finance/polygon-matic/how-to-get-a-matic-token-to-sign-cheap-transactions-on-polygon.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.
