> For the complete documentation index, see [llms.txt](https://docs.furucombo.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.furucombo.app/using-furucombo/tutorials/token-bridge-tutorial.md).

# Token Bridge Tutorial

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

With the integration of Stargate on Furucombo, you can now bridge any token that Stargate supports to any network that’s available on Furucombo.

This includes the following networks:

* Ethereum
* Polygon
* Arbitrum
* Optimism
* Fantom
* Avalanche
* Metis<br>

And the following tokens:

* USDC
  * Available on all networks
* STG
  * Available on all networks
* MAI
  * Available on: Ethereum, Optimism, Polygon, Arbitrum, Avalanche
* FRAX
  * Available on: Ethereum, Optimism, Arbitrum, Avalanche
* USDT
  * Available on: Ethereum, Polygon, Arbitrum, Avalanche, Metis
* ETH
  * Available on: Arbitrum, Ethereum, Optimism
* DAI
  * Available on: Ethereum, Optimism, Polygon
* LUSD
  * Available on: Ethereum, Optimism, Arbitrum
* sUSD
  * Available on: Ethereum, Optimism
* Metis
  * Available on: Ethereum, Metis

#### &#x20;How to use the token bridge cube

1. On the [Furucombo Create page](https://furucombo.app/combo), connect your wallet and select your network to transfer from in the top right. Once your wallet is connected, and the network selected, click the ‘+’ cube in the center to add a cube to your combination.

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

2. With the new cube page open, add a ‘Token Bridge’ cube under the Stargate header.

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

3. Next, select the token you wish to transfer from the drop down menu, and the amount you wish to transfer. Then, select the network you wish to transfer to from the network drop down menu. Once you are happy with the values, hit ‘set’.

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

4. Now you can click the ‘Approve’ button, and ‘Send’ to complete the transaction. And that’s it, the transaction will process on the blockchain. Note that it can take up to 5 minutes, and in some cases a little longer for the transaction to complete.

<figure><img src="/files/4coKfCnU3GEVr1oTO4Mh" alt=""><figcaption></figcaption></figure>

If you have any questions, please let us know on our[ community Discord](https://go.furucombo.app/Discord), we are always happy to assist!


---

# 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.furucombo.app/using-furucombo/tutorials/token-bridge-tutorial.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.
