# Cross-Chain Bridge

{% hint style="info" %}
Currently, cross-chain transfers are supported between the same wallet for the following assets on BSC, Solana, ETH, Base, XLayer and Monad: native tokens, USDT, USDC, and USD1.
{% endhint %}

On the homepage, click the **“Cross-Chain”** button to enter the cross-chain page.

<figure><img src="/files/xOhuZiDlgyhiIfgNmUFp" alt="" width="550"><figcaption></figcaption></figure>

Select the sending wallet, set the sending token, the destination chain, and the destination token. After entering the transfer amount, click **Initiate Quotaion** to get the cross-chain quote details.

**Regarding approving allowance when cross-chaining ERC20 tokens:**

* If you choose **Approve Max Amont**, the cross-chain process will authorize the maximum amount of the input token.
* If you choose **Approve Current Amount**, the process will authorize only the current input token amount.

<figure><img src="/files/BsX40hdNLJMJuU7vNoKu" alt="" width="392"><figcaption></figcaption></figure>

After confirming that the quote details are correct, click **Confirm to Bridge** to submit the request.\
Once the cross-chain transfer is completed, you will receive a notification. You can also check the result in the **Bridge History** section.


---

# 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://avebotdoc.ave.ai/en/quick-use/cross-chain-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.
