# What does "Switch to WMATIC or wrap your MATIC" mean?

MATIC (and ETH) are not ERC20 tokens, they are native tokens. Before we proceed we need to know the difference between native and ERC20 tokens.&#x20;

The following article can prove to be useful:  <https://cardano-ledger.readthedocs.io/en/latest/explanations/features.html#:~:text=An%20important%20benefit%20of%20using,handling%20logic%20to%20track%20transactions>.&#x20;

In the background, when using MATIC/ETH for blockchain operations, they are wrapped (converted to ERC20 token) and afterwards used for the operation itself. In that regards, Kromatika's GASless contract cannot operate with native tokens, it only accepts ERC20 tokens. Note: this only applies when you trade MATIC to anything else;

{% embed url="<https://youtu.be/2hCNSuhrkNo>" %}

<figure><img src="/files/eAszZ0ullJ7fOxvpLOEd" alt=""><figcaption><p>Figure A</p></figcaption></figure>

**Figure A** shows that the "From" sender is not the actual address, because it is executed by Biconomy.

Notice that there is also transaction fee existing. GASless does not mean feeless. Blockchain fees still exist and cannot be avoided, but they are being paid by Biconomy. For that service they charge same amount as the transaction fee denominated in output token.

The last transaction of 1.19 KROM is for the relayer.&#x20;

The above transfer of 13.04 KROM is what the user actually gets

&#x20;The other transfers are regular swap transfers that occur as in regular aggregate swap.


---

# 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.kromatika.finance/kromatika-dapp-2.0/tutorials/how-to-use-gasless/what-does-switch-to-wmatic-or-wrap-your-matic-mean.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.
