# FAQ

## **How does token bridging work on uBridge?**

Token bridging on [uBridge](https://bridge.udex.one/) entails the transfer of BRC20 tokens to the EVM network. To initiate the process, users connect their wallets, select the desired tokens, and commence the bridging procedure. Through the implementation of  uBridge, the token migration is carried out securely and efficiently, thereby expanding the liquidity and opportunities accessible to users.

## **What should I do if I can't find the tokens I want to bridge?**

If you are unable to locate the specific tokens you wish to bridge, please complete the [application form](https://docs.google.com/forms/d/e/1FAIpQLSe7WnssO-y_-rhGCSvgHNGjxZYEC3wX0IwKbKcO7f-bZynr7Q/viewform). uBridge will meticulously review the project eligibility and select high-quality projects to support cross-chain functionality.

## **After cross-chain bridging BRC20 tokens to the EVM network, how can I engage in trading?**

To engage in trading with the bridged tokens, simply click on the "Trade" button to access the [uDEX website](https://app.udex.one/). From there, you can select the desired currency or directly input the contract address to trade the tokens that have undergone cross-chain bridging on the decentralized exchange.


---

# 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://ubridge-docs.udex.one/faq.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.
