# Contract Deployments

### Laminar V2 Core & Periphery

<table><thead><tr><th>Contract</th><th>HyperEVM Mainnet</th><th data-hidden>HyperEVM Testnet</th></tr></thead><tbody><tr><td>LaminarV2Factory</td><td>0x8f45c2143a875de1e31b1c3f523b4c6529e11615</td><td></td></tr><tr><td>LaminarV2Router</td><td>0xfcf22fcc4d165d18882d701adc8848d2b0801401</td><td></td></tr></tbody></table>

{% hint style="info" %}
The LaminarV2Router can only be used for adding and removing Laminar V2 liquidity. It does not have any swap functionality. For swaps, always use the Laminar SwapRouter, which supports both V2 and V3.
{% endhint %}

### Swap Router

<table><thead><tr><th>Contract</th><th>HyperEVM Mainnet</th><th data-hidden>HyperEVM Testnet</th></tr></thead><tbody><tr><td>SwapRouter</td><td>0x7d39aE50f97012C5d550240267dbC28355F625A0</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.laminar.xyz/laminar-v2-amm/contract-deployments.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.
