> For the complete documentation index, see [llms.txt](https://docs-bridgers.bridgers.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-bridgers.bridgers.xyz/chang-jian-wen-ti/faq.md).

# 常见问题

<details>

<summary>问： Bridgers有没有前端</summary>

答：[https://www.bridgers.xyz](<https://www.bridgers.xyz/#/ >)

</details>

<details>

<summary>问： 是否可以单独设置三方手续费</summary>

答： 可以单独为三方设置Bridgers兑换手续费

</details>

<details>

<summary> 问 ： 目前支持那些币兑换：</summary>

答：目前Bridgers1支持ETH, BSC, HECO, POLYGON,OEC,FANTOM,TRON,,ARBITRUM,AVALANCHE,OPTIMISM,CRONOS,SOLANA,APT链上支持的任意币兑换，后续继续扩展，优先EVM链。

</details>

<details>

<summary>问： 单笔兑换时长</summary>

答：币池够时大概30s左右。特殊情况币池不够时需要补充，会慢点&#x20;

</details>

<details>

<summary>问： API对接时长</summary>

答：涉及到6个接口，大概一天左右

</details>


---

# 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-bridgers.bridgers.xyz/chang-jian-wen-ti/faq.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.
