# How to Integrate?

## Holdstation Aggregator&#x20;

Follow our Holdstation Aggregator API: <https://swap.hold.so/berachain/api/swagger/index.html>

Kindly note the following code is our sample. We encourage you to reach out to our dedicated Dev team for assistance. Your seamless integration is our priority!

### Deployed Contract Address

<table><thead><tr><th width="275">Name</th><th>Address </th></tr></thead><tbody><tr><td>Router Aggregator</td><td>0x7d55D31adFde09f48d35cfcA13c08A31EBc790CB</td></tr></tbody></table>

## Holdstation DEX (V3)

### Deployed Contract Address

| Liquidity Source             | Integration Type                                                  |
| ---------------------------- | ----------------------------------------------------------------- |
| Factory                      | 0xCaca5910586473646F294d8FA5530cA9E8E3fc38                        |
| Nonfungible Position Manager | 0x7346aF84D25c318a5D233cA43f42673Dc99EaB17                        |
| Init Code Hash               | xb38f2a2c813e361cd2525c5586543155eef33f6ef22fd0d1bbfff2f477f7ea38 |


---

# 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.holdstation.com/holdstation/holdstation-dex-aggregator/how-to-integrate.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.
