# ERC20 Token Swap

With the release of the v2 LTO ERC20 token we developed a webpage that allows users to swap their v1 tokens to the new v2 tokens.

* [V1 Token on Etherscan](https://etherscan.io/token/0x3db6ba6ab6f95efed1a6e794cad492faaabf294d)
* [V2 Token on Etherscan](https://etherscan.io/token/0xd01409314acb3b245cea9500ece3f6fd4d70ea30)

## Official Token Swap Page

The official token swap page is available at <https://swap.lto.network/>

![swap.lto.network](/files/dizd8rpMGujyrG92rOAh)

By clicking on "Unlock Wallet", you'll be greeted with the choice of your wallet provider. *WalletConnect* will always be available, alongside any wallet providers you have installed on your browser (injected providers).

![Choose a wallet provider](/files/kinLvhsCQsqIZj3wg23r)

Once you've connected with your wallet provider, you can see your v1 and v2 token balance. To swap tokens, you must first hit "Approve", so that the contract has the required allowance to make the transaction.

![Hit Approve to have an allowance](/files/rKsFS6tjg9IgYJHQiBYl)

This will prompt a confirmation screen with your wallet provider, which once approved, will take a few seconds to load and confirm the block. The "Swap" button should become available then.

![Hit Swap to swap your tokens](/files/bhpVZWAKDAXhJmJgeLb1)

Once again, "Swap" will prompt a confirmation screen with the wallet provider. Once everything is complete, you should be left with all your v1 tokens now swapped to v2.

![All tokens swapped to v2](/files/j3V3rsppnvBk3l2Y6BoL)


---

# 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.ltonetwork.com/wallets/erc20-token-swap.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.
