# Swap COTI V1 Funds to COTI V2

With launch of the COTI V2 network, users who hold legacy COTI tokens in their VIPER wallets are able to upgrade these tokens to native COTI V2 tokens.

{% hint style="info" %}

* MetaMask is required to upgrade funds to COTI V2. See [**Installing MetaMask**](https://metamask.io/download).
* COTI will cover all network fees when upgrading tokens from VIPER to COTI V2
  {% endhint %}

Follow these simple steps:

1. **Log into Your VIPER Wallet**
   * Go to [pay.coti.io](https://pay.coti.io).
   * Access your VIPER wallet using your existing credentials.\\

     <figure><img src="/files/2NpqdhEYIaAJWoCnU1Ch" alt=""><figcaption><p>pay.coti</p></figcaption></figure>
2. **Navigate to SEND/RECEIVE Section**
   * Once logged in, locate and click on the **SEND/RECEIVE** section.\\

     <figure><img src="/files/yj9tLqvXzVfobm7V3XV4" alt=""><figcaption></figcaption></figure>
3. **Initiate Token Swap**
   * Click on the **Swap to COTI V2** button on the lower right hand side of the screen.\\

     <figure><img src="/files/loVXp8DK4Y9hmXytORmk" alt=""><figcaption></figcaption></figure>
   * If the COTI network is not yet added to MetaMask, you will be prompted to add it first.
   * If the COTI network is already added, MetaMask will prompt you to connect to [**pay.coti.io**](https://pay.coti.io).
4. **Configure Swap Parameters and Execute Swap**\
   Once connected, you will notice the "TO" field will be automatically populated with your MetaMask address.
   * Specify the amount of VIPER COTI tokens you'd like to swap to V2 tokens on the FROM field.
   * Review your transaction details to ensure accuracy.
   * Click the SWAP button
5. **Enjoy Zero Fees**
   * Your tokens will automatically swap to COTI V2 tokens without any fees applied.
6. **Verify Your V2 Tokens**
   * After completing the swap, your new V2 token balance will be updated in your MetaMask wallet.


---

# 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.coti.io/coti-documentation/coti-bridge/swap-coti-v1-funds-to-coti-v2.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.
