# COTI Bridge

The COTI bridge allows users to bridge funds to and from other networks and the COTI V2 network. The following assets and networks are supported:

| Network          | Supported Toke                                        |
| ---------------- | ----------------------------------------------------- |
| COTI Mainnet     | <ul><li>COTI (native)</li><li>gCOTI (ERC20)</li></ul> |
| COTI Testnet     | <ul><li>COTI (native)</li><li>gCOTI (ERC20)</li></ul> |
| Ethereum Mainnet | <ul><li>COTI (ERC20)</li><li>gCOTI (ERC20)</li></ul>  |
| Ethereum Sepolia | <ul><li>COTI (ERC20)</li><li>gCOTI (ERC20)</li></ul>  |

{% hint style="info" %}
**A Note on Processing Timelines**

Please note that bridging on Mainnet may be slower due to network congestion. Processing times between 2-4 minutes are normal during regular network load.
{% endhint %}

### Bridging tokens

{% hint style="info" %}
MetaMask is required to bridge tokens using the COTI bridge. If you don't have it installed yet see **I**[**nstalling MetaMask**](https://metamask.io/download)
{% endhint %}

1. Visit [**bridge.coti.io**](https://bridge.coti.io), click on the "**Connect Wallet**" button.\\

   <figure><img src="/files/Sba7qbkdf5rCrFqOUZcg" alt=""><figcaption><p>COTI Bridge Homepage</p></figcaption></figure>
2. Once MetaMask prompts you to connect, click the "**Connect**" button on MetaMask.

   <figure><img src="/files/aw5d5hHMNvVZeDf5Mqw6" alt=""><figcaption><p>COTI Bridge MetaMask Connection</p></figcaption></figure>
3. Once connected, set the following parameters for the desired transaction

   1. Source Network
   2. Destination Network
   3. Token
   4. Amount

   <figure><img src="/files/JJN0q17FRe6P6sHbgqvO" alt=""><figcaption><p>COTI Bridge Transaction Configuration</p></figcaption></figure>
4. Once desired parameters have been entered and verified, click the "**Bridge Tokens**" button. MetaMask will show prompt for the transfer request. Click "Confirm".\\

   <figure><img src="/files/Bkg9njAhMCm6pIv6wnFe" alt=""><figcaption><p>COTI Bridge MetaMask Transfer Request</p></figcaption></figure>
5. Once the bridging process starts, you will notice the button will change state to "Bridging" and display a spinner. Once the process is complete, you will see a confirmation on the lower right hand side of the screen\\

   <figure><img src="/files/OlvmYo74tKLW0BXhww6y" alt=""><figcaption><p>COTI Bridge Transaction Confirmation</p></figcaption></figure>


---

# 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.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.
