# OmniBridge

## OmniBridge

- [概述](https://docs.cn.omnibridge.pro/architecture.md)
- [介绍](https://docs.cn.omnibridge.pro/architecture/introduce.md): 一站式跨链兑换平台，安全、快捷、可靠
- [跨链协议](https://docs.cn.omnibridge.pro/architecture/bridge-protocol.md): 公证人模式 + MPC多方签名
- [状态流转](https://docs.cn.omnibridge.pro/architecture/flow.md)
- [费用](https://docs.cn.omnibridge.pro/architecture/fee.md)
- [浏览器](https://docs.cn.omnibridge.pro/architecture/explorer.md)
- [支持的链](https://docs.cn.omnibridge.pro/architecture/zhi-chi-de-lian.md)
- [常见问题](https://docs.cn.omnibridge.pro/architecture/chang-jian-wen-ti.md)
- [集成](https://docs.cn.omnibridge.pro/integration.md)
- [状态码说明](https://docs.cn.omnibridge.pro/integration/response-code.md)
- [查询币种列表](https://docs.cn.omnibridge.pro/integration/coin-list.md)
- [查询兑换汇率](https://docs.cn.omnibridge.pro/integration/get-base-info.md)
- [创建订单](https://docs.cn.omnibridge.pro/integration/create-order.md)
- [提交存币hash](https://docs.cn.omnibridge.pro/integration/submit-hash.md)
- [批量提交存币hash](https://docs.cn.omnibridge.pro/integration/batch-submit-hash.md)
- [查询订单状态](https://docs.cn.omnibridge.pro/integration/order-state.md)
- [批量查询订单状态](https://docs.cn.omnibridge.pro/integration/batch-order-state.md)
- [查询订单记录](https://docs.cn.omnibridge.pro/integration/order-record.md)
- [批量查询兑换汇率](https://docs.cn.omnibridge.pro/integration/batch-quote.md)
- [查询目标链GAS费接口](https://docs.cn.omnibridge.pro/integration/chain-fee.md)
- [免gas兑换](https://docs.cn.omnibridge.pro/integration/free-gas-swap.md)
- [技能](https://docs.cn.omnibridge.pro/skills.md)
- [跨链闪兑技能](https://docs.cn.omnibridge.pro/skills/swap-skill.md)
- [支持](https://docs.cn.omnibridge.pro/support.md)
- [邮箱](https://docs.cn.omnibridge.pro/support/email.md): support@omnibridge.pro


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.cn.omnibridge.pro/architecture.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.
