# Deployment Addresses

### Mainnet

<table><thead><tr><th>Contract</th><th>Address</th><th>Comment</th><th data-hidden></th></tr></thead><tbody><tr><td>SwapFactory</td><td><a href="https://www.flowdiver.io/account/0xb063c16cac85dbd1">0xb063c16cac85dbd1</a></td><td>Pair creation and data container of all uni-v2 style (volatile) swap pair addresses</td><td></td></tr><tr><td>SwapPair (Template contract)</td><td><a href="https://www.flowdiver.io/account/0xecbda466e7f191c7">0xecbda466e7f191c7</a></td><td>A dual-mode swap pair contract template for deploying both volatile and stable pairs. (Pure code, no state) </td><td></td></tr><tr><td>SwapError</td><td><a href="https://www.flowdiver.io/account/0xb78ef7afa52ff906">0xb78ef7afa52ff906</a></td><td>Common error codes</td><td></td></tr><tr><td>SwapInterfaces</td><td><a href="https://www.flowdiver.io/account/0xb78ef7afa52ff906">0xb78ef7afa52ff906</a></td><td>Swap related interface definitions all-in-one</td><td></td></tr><tr><td>SwapConfig</td><td><a href="https://www.flowdiver.io/account/0xb78ef7afa52ff906">0xb78ef7afa52ff906</a></td><td>Common configs &#x26; helpful swap library functions</td><td></td></tr><tr><td>SwapRouter</td><td><a href="https://www.flowdiver.io/account/0xa6850776a94e6551">0xa6850776a94e6551</a></td><td>Router &#x26; apis support a chained swap trade among uni-v2 style volatile pairs</td><td></td></tr></tbody></table>

### Testnet

<table><thead><tr><th>Contract</th><th>Address</th><th data-hidden></th></tr></thead><tbody><tr><td>SwapFactory</td><td><a href="https://testnet.flowdiver.io/account/0x6ca93d49c45a249f">0x6ca93d49c45a249f</a></td><td></td></tr><tr><td>SwapRouter</td><td><a href="https://testnet.flowdiver.io/account/0x2f8af5ed05bbde0d">0x2f8af5ed05bbde0d</a></td><td></td></tr><tr><td>SwapPair (Template contract)</td><td><a href="https://testnet.flowdiver.io/account/0x7afd587a5d5e2efe">0x7afd587a5d5e2efe</a></td><td></td></tr><tr><td>SwapInterfaces, SwapConfig, SwapError</td><td><a href="https://testnet.flowdiver.io/account/0x8d5b9dd833e176da">0x8d5b9dd833e176da</a></td><td></td></tr></tbody></table>


---

# 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.increment.fi/protocols/decentralized-exchange/cpamm-dex/deployment-addresses.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.
