> For the complete documentation index, see [llms.txt](https://docs.arthswap.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arthswap.org/zh/kai-shi-zhi-nan/qiao.md).

# 桥

ArthSwap和Celer Bridge建立了合作关系，用户可以使用cBridge将资产从其他链转移到Astar网络。步骤如下：

1\. 点击网页顶端的“Bridge”按钮，用户将被带到cBridge App。

<figure><img src="/files/8qvKZJ9LxZ2qJMyvak6a" alt=""><figcaption></figcaption></figure>

2\. 链接cBridge到你的Metamask钱包。选择你要转移到Astar链的资产和数量。

**注意，每条链能转移到Astar链的资产不一样。目前以太主网能转账的资产有wETH,wBTC,USDT,和USDC。**

一旦你输入了你想转账的代币及数量，点击“transfer” ，完成！

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.arthswap.org/zh/kai-shi-zhi-nan/qiao.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
