# Universal Bridge

**Universal Bridge** is a mechanism that allows any token to be transferred from another network to Everscale and then to other networks.

{% hint style="warning" %}
At the moment, the Universal Bridge does not support working with two outside networks.
{% endhint %}

At the [step of choosing a token to send](/use/bridge/cross-chain-transfer/how-to/transferring-from-another-network-to-everscale.md#select-token-and-amount) to Everscale, you can add any missing token to the list:

1. Copy the **Root address** of this token (you can find it using blockchain explorer), and then paste it into the **Token line**.
2. Then click Import and confirm this action.

Now this token will be displayed in the general list of tokens!

![](/files/UDCteQROsqKLAKU7rwP2)


---

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