# developers

- [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: 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:

```
GET https://docs.wombat.exchange/developers.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.
