> For the complete documentation index, see [llms.txt](https://docs.cryption.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cryption.network/products/get-started/get-matic.md).

# Get Matic ERC20 Tokens

The native tokens of Polygon ( Matic ) blockchain is Matic and Matic-ERC20.

To do most things on Polygon, you will need to pay gas, in Matic.

You will also need the Matic-ERC20 version of any token you want to trade, stake etc. on PolyDEX.

You can go a few ways about porting your tokens to Matic.

Please refer the following links. They are equipped with all the information you need. Remember, knowledge is important. Invest few hours in undertstanding the basics. It will make your crypto journey pleasant and more secure.

{% embed url="<https://medium.com/stakingbits/guide-to-using-the-matic-bridge-to-bridge-tokens-from-ethereum-to-polygon-c3e66cf3d334>" %}

{% content-ref url="/pages/-MeQF3f3rb4sfD5ChWxk" %}
[Migrating CNT from Ethereum to Polygon](/migrating-cnt-from-ethereum-to-polygon.md)
{% endcontent-ref %}


---

# 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.cryption.network/products/get-started/get-matic.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.
