# OpenSwap

## OpenSwap

- [Introduction](https://doc.openswap.xyz/readme.md)
- [Roadmap](https://doc.openswap.xyz/vision-and-roadmap.md)
- [Tokenomics](https://doc.openswap.xyz/tokenomics.md)
- [Liquidity Queue](https://doc.openswap.xyz/technologies/liquidity-queue.md)
- [Hybrid Smart Router](https://doc.openswap.xyz/technologies/hybrid-smart-router.md)
- [OpenSwap Bridge](https://doc.openswap.xyz/technologies/openswap-bridge.md)
- [Bridge Trolls](https://doc.openswap.xyz/technologies/openswap-bridge/bridge-trolls.md)
- [Dynamic Multisig Withdrawal](https://doc.openswap.xyz/technologies/openswap-bridge/dynamic-multisig-withdrawal.md)
- [Primary Chain](https://doc.openswap.xyz/technologies/openswap-bridge/primary-chain.md)
- [Bridge Troll Selection Algorithm](https://doc.openswap.xyz/technologies/openswap-bridge/bridge-troll-selection-algorithm.md)
- [Staking & Farming Program](https://doc.openswap.xyz/staking-and-farming/staking-and-farming-program.md)
- [NFT Loyalty Club](https://doc.openswap.xyz/staking-and-farming/nft-loyalty-club.md)
- [What is OS Pro?](https://doc.openswap.xyz/os-pro/what-is-os-pro.md)
- [OS Pro Roadmap](https://doc.openswap.xyz/os-pro/os-pro-roadmap.md)
- [Current Liquidity Landscape](https://doc.openswap.xyz/os-pro/current-liquidity-landscape.md)
- [OS Pro Advantages for Token Projects](https://doc.openswap.xyz/os-pro/os-pro-advantages-for-token-projects.md)
- [OS Pro Advantages for DeFi Users](https://doc.openswap.xyz/os-pro/os-pro-advantages-for-defi-users.md)
- [OS Pro Offerings](https://doc.openswap.xyz/os-pro/os-pro-offerings.md)
- [On-Chain Private Sales](https://doc.openswap.xyz/os-pro/os-pro-offerings/on-chain-private-sales.md)
- [Liquidity as a Service](https://doc.openswap.xyz/os-pro/os-pro-offerings/liquidity-as-a-service.md)
- [Bond Marketplace](https://doc.openswap.xyz/os-pro/os-pro-offerings/bond-marketplace.md)
- [NFT Loyalty Club](https://doc.openswap.xyz/os-pro/os-pro-offerings/nft-loyalty-club.md)
- [Staking & Farming](https://doc.openswap.xyz/os-pro/os-pro-offerings/staking-and-farming.md)
- [Governance Model](https://doc.openswap.xyz/governance/governance-model.md)
- [Proposals & Voting](https://doc.openswap.xyz/governance/proposals-and-voting.md)
- [Contract](https://doc.openswap.xyz/contracts/contract.md)
- [Framework](https://doc.openswap.xyz/contracts/framework.md)
- [BSC Framework](https://doc.openswap.xyz/contracts/framework/bsc-framework.md)
- [AVAX Framework](https://doc.openswap.xyz/contracts/framework/avax-framework.md)
- [Bug Bounty](https://doc.openswap.xyz/contracts/bug-bounty.md)
- [Risks](https://doc.openswap.xyz/security-and-risks/risks.md)
- [Audit Report](https://doc.openswap.xyz/security-and-risks/audit-report.md)
- [Insurance](https://doc.openswap.xyz/security-and-risks/insurance.md)
- [Open Interchain Protocol](https://doc.openswap.xyz/faq/open-interchain-protocol.md)
- [Liquidity Queue](https://doc.openswap.xyz/faq/liquidity-queue.md)
- [Hybrid Smart Router](https://doc.openswap.xyz/faq/hybrid-smart-router.md)
- [Staking and Farming](https://doc.openswap.xyz/faq/staking-and-farming.md)
- [NFT Loyalty Program](https://doc.openswap.xyz/faq/nft-loyalty-program.md)
- [OS Pro](https://doc.openswap.xyz/faq/os-pro.md)
- [OpenSwap Bridge Tutorial (testnet)](https://doc.openswap.xyz/tutorial/openswap-bridge-tutorial-testnet.md)
- [OpenSwap Project Token Bridging & Bridge Vault Tutorial (testnet)](https://doc.openswap.xyz/tutorial/openswap-project-token-bridging-and-bridge-vault-tutorial-testnet.md)
- [Brand Guidelines](https://doc.openswap.xyz/openswap-blog-banner-or-guide/brand-guidelines.md)


---

# 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://doc.openswap.xyz/readme.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.
