# Getting MATIC

In order to pay fees on the Polygon network, a small amount of MATIC token is required. MATIC pays fees on Polygon the same way that ETH pays gas fees on Ethereum. It is important to note that you cannot pay fees on Polygon with ETH, that's why MATIC is needed.

The best way to acquire MATIC is to buy it directly from an exchange that supports withdrawals direct to the Polygon network. [Crypto.com](https://www.crypto.com) is one well-known example here, as does [Kucoin](https://www.kucoin.com/).

You can also buy MATIC on exchanges that don't support direct withdrawals to Polygon (like Binance, Kraken or Coinbase) but in doing so you will then need to bridge your MATIC over to Polygon from Ethereum, which is slower and more costly. The reason for this is that these exchanges provide ERC-20 MATIC, which resides on the Ethereum network. It won't work on Polygon without first being bridged to Polygon.

Recommended steps:

1. Sign up for and log in to an exchange that supports withdrawals direct to the Polygon network. Again, crypto.com is one that does this.
2. Purchase MATIC on the exchange.
3. Withdraw the MATIC on the exchange, sending it to your Polygon wallet address (this will be your Ethereum address if using Metamask).
4. Check your wallet to ensure you are connected to the Polygon network (not Ethereum mainnet)
   1. If you have not added Polygon to your wallet you will need to do so.
5. Check your wallet assets and check your MATIC is present.


---

# 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://eulerbeats.gitbook.io/eulerbeats-docs/futura/getting-matic.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.
