# Available chains and assets

Using the [**Universal Bridge**](/use/bridge/concepts/universal-bridge.md) mechanism, you can transfer any tokens to and from Everscale, however, at the moment, Universal Bridge does not support working with two outside networks.\
\
The tokens available for transfer from each network are shown in the table below:

{% tabs %}
{% tab title="Ethereum" %}

* WEVER
* USDT
* USDC
* DAI
* WBTC
* WETH
* FRAX
* FXS
* DAF
* Uniswap v2 USDT/WEVER LP Tokens
  {% endtab %}

{% tab title="BNB" %}

* WEVER
* USDT
* USDC
* DAI
* WBTC
* WETH
  {% endtab %}

{% tab title="Polygon" %}

* USDT
* USDC
* DAI
* WBTC
* WETH
  {% endtab %}

{% tab title="Fantom Opera" %}

* USDC
* DAI
* WBTC
* WETH
  {% endtab %}

{% tab title="Avalanche" %}

* DAI
* USDT
* USDC
* WBTC
* WETH
  {% endtab %}

{% tab title="Milkomeda" %}

* Use the Universal Bridge
  {% endtab %}
  {% endtabs %}


---

# 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.octusbridge.io/use/bridge/concepts/available-chains-and-assets.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.
