# Wombat Exchange

## English

- [Overview](https://docs.wombat.exchange/overview.md): Wombat brings an innovative, scalable algorithm and design, low-slippage, multichain and crosschain single-sided DEX, backed by Binance Labs, Animoca, Shima, and Jump Crypto.
- [The Team](https://docs.wombat.exchange/the-team.md)
- [Investors](https://docs.wombat.exchange/investors.md)
- [Roadmap](https://docs.wombat.exchange/roadmap.md)
- [Connect Your Wallet](https://docs.wombat.exchange/getting-started/connect-your-wallet.md)
- [Swap](https://docs.wombat.exchange/getting-started/swap.md)
- [Swap Guide](https://docs.wombat.exchange/getting-started/swap/swap-guide.md)
- [Swap Guide For Crosschain Pool](https://docs.wombat.exchange/getting-started/swap/swap-guide-for-crosschain-pool.md)
- [Yield Farming](https://docs.wombat.exchange/getting-started/yield-farming.md)
- [Providing Liquidity](https://docs.wombat.exchange/getting-started/yield-farming/providing-liquidity.md)
- [Stake](https://docs.wombat.exchange/getting-started/yield-farming/stake.md)
- [Claim](https://docs.wombat.exchange/getting-started/yield-farming/claim.md)
- [Yield Boosting](https://docs.wombat.exchange/getting-started/yield-boosting.md)
- [Acquire WOM](https://docs.wombat.exchange/getting-started/yield-boosting/acquire-wom.md)
- [Lock WOM](https://docs.wombat.exchange/getting-started/yield-boosting/lock-wom.md)
- [Unlock WOM](https://docs.wombat.exchange/getting-started/yield-boosting/unlock-wom.md)
- [Extend Lock](https://docs.wombat.exchange/getting-started/yield-boosting/extend-lock.md)
- [Fee Sharing](https://docs.wombat.exchange/getting-started/fee-sharing.md)
- [Analytics](https://docs.wombat.exchange/getting-started/analytics.md)
- [Emission Allocation](https://docs.wombat.exchange/getting-started/emission-allocation.md)
- [Risks](https://docs.wombat.exchange/getting-started/risks.md)
- [Security](https://docs.wombat.exchange/getting-started/security.md)
- [Gauge Voting](https://docs.wombat.exchange/governance/gauge-voting.md)
- [Vote and Claim](https://docs.wombat.exchange/governance/gauge-voting/vote-and-claim.md)
- [Governance Framework](https://docs.wombat.exchange/governance/governance-framework.md)
- [Coverage Ratio](https://docs.wombat.exchange/concepts/coverage-ratio.md)
- [Invariant Curve](https://docs.wombat.exchange/concepts/invariant-curve.md)
- [Global Equilibrium Coverage Ratio](https://docs.wombat.exchange/concepts/global-equilibrium-coverage-ratio.md)
- [Dynamic Pool](https://docs.wombat.exchange/concepts/dynamic-pool.md)
- [Cross Chain](https://docs.wombat.exchange/concepts/cross-chain.md)
- [Fees](https://docs.wombat.exchange/concepts/fees.md)
- [Haircut (Swap Fee)](https://docs.wombat.exchange/concepts/fees/haircut-swap-fee.md)
- [Fee Distribution](https://docs.wombat.exchange/concepts/fees/fee-distribution.md)
- [Deposit Gain and Withdrawal Fee](https://docs.wombat.exchange/concepts/fees/deposit-gain-and-withdrawal-fee.md)
- [Coverage Ratio Fee](https://docs.wombat.exchange/concepts/fees/coverage-ratio-fee.md)
- [Pool Configuration](https://docs.wombat.exchange/concepts/pool-configuration.md)
- [About WOM](https://docs.wombat.exchange/tokenomics/about-wom.md)
- [Where To Buy $WOM?](https://docs.wombat.exchange/tokenomics/about-wom/where-to-buy-usdwom.md)
- [veWOM](https://docs.wombat.exchange/tokenomics/about-wom/vewom.md)
- [Whitepapers](https://docs.wombat.exchange/resources/whitepapers.md)
- [Security Audits](https://docs.wombat.exchange/resources/security-audits.md)
- [Brand Assets](https://docs.wombat.exchange/resources/brand-assets.md)
- [Links](https://docs.wombat.exchange/resources/links.md)
- [Community Resources](https://docs.wombat.exchange/resources/community-resources.md)
- [Bug Bounty](https://docs.wombat.exchange/developers/bug-bounty.md): Join our bug bounty program with Immunefi!
- [Contracts](https://docs.wombat.exchange/developers/contracts.md)
- [BNB Chain](https://docs.wombat.exchange/developers/contracts/bnb-chain.md)
- [Ethereum](https://docs.wombat.exchange/developers/contracts/ethereum.md)
- [Scroll](https://docs.wombat.exchange/developers/contracts/scroll.md)
- [Avalanche](https://docs.wombat.exchange/developers/contracts/avalanche.md)
- [Arbitrum](https://docs.wombat.exchange/developers/contracts/arbitrum.md)
- [Optimism](https://docs.wombat.exchange/developers/contracts/optimism.md)
- [Base](https://docs.wombat.exchange/developers/contracts/base.md)
- [Integration Guideline](https://docs.wombat.exchange/developers/integration-guideline.md)
- [Pool](https://docs.wombat.exchange/developers/integration-guideline/pool.md): Manages deposits, withdrawals and swaps. Holds a mapping of assets and parameters.
- [Asset](https://docs.wombat.exchange/developers/integration-guideline/asset.md): Contract presenting LP tokens in a pool.
- [Router](https://docs.wombat.exchange/developers/integration-guideline/router.md)
- [MasterWombatV2](https://docs.wombat.exchange/developers/integration-guideline/masterwombatv2.md)
- [MasterWombatV3](https://docs.wombat.exchange/developers/integration-guideline/masterwombatv3.md)
- [Voter](https://docs.wombat.exchange/developers/integration-guideline/voter.md)
- [veWOM](https://docs.wombat.exchange/developers/integration-guideline/vewom.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://docs.wombat.exchange/overview.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.
