> For the complete documentation index, see [llms.txt](https://docs.integral.link/size/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.integral.link/size/getting-started/aggregator-integration.md).

# Aggregator Integration

The [Integral relayer](/size/concepts/integral-relayer.md) is a smart contract that provides atomic liquidity to aggregators. By serving as an intermediate party between on-chain traders/aggregators and the Integral pools, the relayer allows immediate trade execution before routing to the pools.

There are a few resources for aggregators/solvers/developers to integrate Integral's liquidity:

* The proxy address for the atomic relayer on [Ethereum Mainnet](https://etherscan.io/address/0xd17b3c9784510E33cD5B87b490E79253BcD81e2E) and [Arbitrum One](https://arbiscan.io/address/0x3c6951fdb433b5b8442e7aa126d50fbfb54b5f42). The code is verified on etherscan with self-explanatory functions. It should behave similar to querying a DEX for an aggregator/solver based on the feedback so far.
* For reference, here is the [integration PR](https://github.com/paraswap/paraswap-dex-lib/pull/231) submitted to Paraswap.
* We also have an FAQ on integration based on past questions from aggregators/solvers.

{% content-ref url="/pages/H6ciurMYhu0OTJRwv36f" %}
[FAQ](/size/getting-started/aggregator-integration/faq.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.integral.link/size/getting-started/aggregator-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.
