# Bridge COQ from Avalanche to Coqnet

### Overview

This guide outlines the process of acquiring COQ tokens on Avalanche and transferring them to the Coqnet subnet. The process consists of two primary operations: token acquisition through exchange and cross-chain transfer.

Follow these three steps below to obtain the native token COQ in Coqnet:

1. Swap from a known token (AVAX, USDT, USDC) to COQ token in Avalanche
2. Use AvaCloud bridge
3. Receive the tokens in Coqnet subnet

### 1. Swap to COQ token in Avalanche

There are liquidity pools created in LFJ (ex Trader Joe) that enables to exchange a known token (AVAX, USDC and USDT) to COQ tokens. [This link](https://lfj.gg/avalanche/swap?outputCurrency=0x420FcA0121DC28039145009570975747295f2329\&inputCurrency=AVAX) will lead you to the preconfigure trade to obtain COQ in LFJ. You will find a similar set up like the following picture:

<figure><img src="/files/7dTPV6bHNsrNAK0gjyjx" alt=""><figcaption><p>Trading to COQ token in LFJ</p></figcaption></figure>

Once you are here, first connect your wallet. The exchange will automatically detect your current balance in different tokens. Decide an amount to exchange. Approve and Swap. Then you will receive COQ Tokens in Avalanche. Use the following COQ token address to add it to your wallet: `0x45f6Ed0023260e2e2F3c5561A647fFDE09606D69.`

### 2. Using AvaCloud to receive COQ in Coqnet

Open [AvaCloud](https://bridge.avacloud.io/) to bridge COQ tokens from Avalanche to Coqnet. Connect your wallet. Choose the following setttings:

* **From**: Avalanche (C-Chain)
* **Token**: COQ
* **Amount**: Your desired amount
* **To**: coqnet

<figure><img src="/files/mk9npLxBa4SrjFPaubYi" alt=""><figcaption><p>Bridge COQ from Avalanche to Coqnet</p></figcaption></figure>

Then click on **Bridge**.  You will see something like this:

<figure><img src="/files/71Ub8n9dkPapaTb3G4Qf" alt=""><figcaption><p>Approve COQ and Confirm</p></figcaption></figure>

Click on **Approve COQ** and then **Confirm**. Finally, you will see the success confirmation of the bridge transaction:

<figure><img src="/files/fEZDaly4TjeSXiwWVSXG" alt=""><figcaption><p>Bridge success confirmation</p></figcaption></figure>

### 3. Receive the tokens in Coqnet

Now take a look at your COQ balance in Coqnet. This is the [scanner](https://subnets.avax.network/coqnet/). On the search bar put your address to see its more relevant information.


---

# 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://coqnet.gitbook.io/coqnet/bridge-coq-from-avalanche-to-coqnet.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.
