# DEX integration

## Currently Supported Liquidity Sources

View all currently supported liquidity sources for each chain through the [`/chainInfo`](https://github.com/swapnet-xyz/docs/blob/main/aggregator-api/chainInfo.md) endpoint. This endpoint provides real-time information about integrated liquidity sources available to each router contract on a specific blockchain.

## Adding New Liquidity Sources

We continuously expand our liquidity source coverage based on user demand and our own operational requirements.

The integration timeline depends on the liquidity source's implementation. If a liquidity source is a close fork of Uniswap V2 or V3, it can typically be integrated within hours due to the standardized interface. Liquidity sources with custom architectures or unique implementations may take longer.

## Requesting New Liquidity Source Support

To request integration of a new liquidity source:

**Contact Methods:**

1. **Email**: [info@swap-net.xyz](mailto:info@swap-net.xyz?subject=Request%20for%20liquidity%20source%20support)
2. **Telegram**: [Official channel](https://t.me/swapnetxyz)

**Required Information:**

* Protocol name and official website
* Target blockchain(s)
* Technical documentation or whitepaper
* Smart contract addresses
* Current TLV and weekly trading volume

Our team will review your request and provide an estimated integration timeline based on protocol complexity.


---

# 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://swapnet-1.gitbook.io/docs/extension-and-customization/dex-integration.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.
