> For the complete documentation index, see [llms.txt](https://docs.kcc.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kcc.io/individuals/bridge-assets/kcc-bridge.md).

# KCC Bridge

Using KCC Bridge, users can transfer tokens from different networks to the KuCoin Community Chain with the KCC Bridge.

The networks available currently are KuCoin Community Chain, Ethereum, Avalanche, Binance Smart Chain, Polygon, and Fantom Opera. Therefore, you can easily connect your Metamask wallet to this protocol and bridge between any of the blockchains mentioned.

To detail a specific bridge example, let’s assume that you are looking to transfer Tether (USDT) from Ethereum to KuCoin Community Chain via KCC Bridge.

1\. Visit the [KCC Bridge](https://www.kcc.io/bridge/transfer) website.

2\. Click “Connect your Wallet”.

<figure><img src="/files/dTdi8uJRKxIErUMzyygA" alt=""><figcaption></figcaption></figure>

3\. Select the asset for the desired token (in this case, USDT) from the “Asset” dropdown.

4\. Select “Ethereum Network” in the “From” section, then select “KCC Mainnet Network” in the “To” section.

<figure><img src="/files/dHmlrpJY9Rn4AAe4PJM9" alt=""><figcaption></figcaption></figure>

5\. Enter the amount that you want to send. You should see an image like the one below. Then click “Approve” to complete the transaction.

6\. A transfer confirmation window will open. Please recheck all the details and click “Transfer”.&#x20;

You can follow similar steps to transfer any tokens we supported to the different supporting networks.

View the[ video guide](https://www.youtube.com/watch?v=kZdX1V2Tgnc) of KCC Bridge


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.kcc.io/individuals/bridge-assets/kcc-bridge.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
