# Swap ERC20 → TZL

## How to migrate ERC20 to native TZL?

Check out swap [web page](https://tzlibre.github.io/swap.html).

## What's the address where ERC20 are sent on burn?

{% hint style="info" %}
0x0000000000000000000000000000000000000001
{% endhint %}

## How can I make sure I performed the swap process properly?

1. Search you Ethereum transaction on Etherscan ([example](https://etherscan.io/tx/0xb0e6e8462c038fe883222dbb59024abed5c5db46e6c98f7c8479cc6aaf3a62f3)).
2. Check destination token address is 0x0000000000000000000000000000000000000001.
3. The click on "Click to see more".
4. Select "view input as UTF-8"
5. Check your TzLibre address is showed.


---

# 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://tzlibre-doc.gitbook.io/tzlibre/faq/swap-erc20-tzl.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.
