# WAGMI token bridge

The **WAGMI** token is deployed using the Omnichain Fungible Token (OFT) standard. This standard allows a token to be sent across both current and future chains without the need for liquidity, a requirement that was necessary with traditional multichain bridges.

To use the bridge feature, visit the 'Bridge' tab on wagmi.com. Then, select the network from which you'd like to bridge. The list of supported networks includes **Fantom, Polygon, Binance Smart Chain, zkSync Era, Optimism, Arbitrum, Avalanche, and Kava EVM.**

**Link to bridge is available here:** [**https://app.wagmi.com/#/bridge**](https://app.wagmi.com/#/bridge)

You can swap to and from these networks within seconds. However, make sure you have enough gas to bridge the **WAGMI** token across networks. The highest gas cost is incurred when bridging to and from the Ethereum mainnet; for other networks, the gas cost is generally insignificant.&#x20;

In the picture below you can see the interface of supported networks for bridge.

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

In the picture below you can see the interface of bridging from Kava EVM to Ethereum mainnet. Select the amount of tokens you would like to bridge and click the bridge button. Your **WAGMI** tokens should be transfered to Ethereum networks within seconds.

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

Make sure you have enough gas on the destination chain to send tokens or execute transactions.

### Destination chain gas

We implemented an option to convert a part of your origin chain tokens into destination chain native token so users can have some Gas ready on the destination chain.

Simply click on the "Convert to gas token".

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

Small pop up window will show where you can chose the amount of destination chain tokens to receive. Input the desired amount and click save. That's it. After your transaction is completed, you will also receive destination chain native token in your wallet.

<figure><img src="/files/Fs5IUZtVbM8r1rfQBKzR" alt=""><figcaption></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.popsicle.finance/wagmi-1/wagmi-token-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.
