# For Developers

- [WarpX V3](https://docs.warpx.exchange/for-developers/warpx-v3.md)
- [Contracts](https://docs.warpx.exchange/for-developers/warpx-v3/contracts.md)
- [Core](https://docs.warpx.exchange/for-developers/warpx-v3/core.md)
- [WarpX V3 Factory](https://docs.warpx.exchange/for-developers/warpx-v3/core/warpx-v3-factory.md): The WarpX V3 Factory enables permissionless creation of WarpX V3 liquidity pools for any ERC20 token pair.
- [WarpX V3 Pool](https://docs.warpx.exchange/for-developers/warpx-v3/core/warpx-v3-pool.md): The WarpX V3 Pool contract manages concentrated liquidity positions and enables token swaps for a specific token pair and fee tier.
- [Periphery](https://docs.warpx.exchange/for-developers/warpx-v3/periphery.md)
- [NFT Position Manager](https://docs.warpx.exchange/for-developers/warpx-v3/periphery/nft-position-manager.md): Wraps WarpX V3 liquidity positions in ERC721 NFTs, enabling transferable and composable LP positions.
- [Swap Router](https://docs.warpx.exchange/for-developers/warpx-v3/periphery/swap-router.md): Stateless router for executing token swaps against WarpX V3 pools with optimal routing.
- [ABIs](https://docs.warpx.exchange/for-developers/warpx-v3/abis.md)
- [Factory](https://docs.warpx.exchange/for-developers/warpx-v3/abis/factory.md)
- [Position Manager](https://docs.warpx.exchange/for-developers/warpx-v3/abis/position-manager.md)
- [SwapRouter](https://docs.warpx.exchange/for-developers/warpx-v3/abis/swaprouter.md)
- [Pool](https://docs.warpx.exchange/for-developers/warpx-v3/abis/pool.md)
- [WarpX V2](https://docs.warpx.exchange/for-developers/warpx-v2.md)
- [Contracts](https://docs.warpx.exchange/for-developers/warpx-v2/contracts.md)
- [Core](https://docs.warpx.exchange/for-developers/warpx-v2/core.md)
- [Periphery](https://docs.warpx.exchange/for-developers/warpx-v2/periphery.md)
- [ABIs](https://docs.warpx.exchange/for-developers/warpx-v2/abis.md)
- [Factory](https://docs.warpx.exchange/for-developers/warpx-v2/abis/factory.md)
- [Router](https://docs.warpx.exchange/for-developers/warpx-v2/abis/router.md)
- [Pair](https://docs.warpx.exchange/for-developers/warpx-v2/abis/pair.md)
- [Integration Workflows](https://docs.warpx.exchange/for-developers/warpx-v2/integration-workflows.md)
- [Events & Monitoring](https://docs.warpx.exchange/for-developers/warpx-v2/events-and-monitoring.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.warpx.exchange/for-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.
