> For the complete documentation index, see [llms.txt](https://docs.native.org/native-dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.native.org/native-dev/modules/native-relay.md).

# Native Relay

**Native Relay** is an integrator SDK/API that streams prices and routes trades into Native Core.

It lets existing distribution partners tap into the deep Native Core liquidity **without changing any user flow**.

#### Modes

Relay meets each partner where they already operate. See [Integration Modes](/native-dev/concepts/integration-modes.md) for the full breakdown.

* **RFQ mode:** Lowest-friction path for existing DEX aggregators.
* **Intent mode:** Used for meta-aggregators, intent platforms, solvers, and cross-chain UIs.

#### Who It's For

* **DEX aggregators** — Native Core as a DEX liquidity source.
* **Wallets & Meta-aggregators** — Native Core as a swap service provider.
* **Intent platforms & solvers** — Native Core as a solver.

#### Compatibility with Native V2

Native's earlier V2 Swap API product now lives inside **Native Relay's mode RFQ.**&#x20;

The same firm-quote, backward-compatible integration partners already use — while pricing, matching, and settlement move on-chain to Native Core.

### Build with Native Relay

Existing RFQ swap APIs for aggregators and integrators are documented under Swap Aggregators.

{% content-ref url="/pages/8ob8Fc9urTQsyZF5LW3m" %}
[Wallets, Aggregators & Solvers](/native-dev/build-with-native/swap-aggregators.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, and the optional `goal` query parameter:

```
GET https://docs.native.org/native-dev/modules/native-relay.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
