> 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/concepts/integration-modes.md).

# Liquidity Relaying

Native Core liquidity is accessible through Native Relay in two integration modes, each suited to a different venue type and user flow. Both are compatible with how existing on-chain swap infrastructures operate.

#### Mode — RFQ

The user requests firm quotes on public networks.

* Native Relay generates firm-quote calldata based on Native Core liquidity.
* Lowest-friction for existing DEX aggregators, wallets, and solvers.

#### Mode — Intent

The user commits an intent on public networks.

* Native Relay executes the trade on Native Core, and settles with the user on public network.
* Ideal for meta-aggregators, intent platforms, and cross-chain UI.

#### Mode — Direct

* Users deposit and trade directly on Native Core.
* Ideal for users who want full CLOB access with all the available order types. (limit, market)

#### Choosing a Mode

<table><thead><tr><th width="419.18359375">Partner type</th><th>Recommended mode</th></tr></thead><tbody><tr><td>DEX Aggregators / Wallets / Solvers</td><td>Mode — RFQ</td></tr><tr><td>Meta-Aggregator / Intent &#x26; Cross-chain Platforms</td><td>Mode — Intent</td></tr><tr><td>Venues wanting full CLOB access</td><td>Mode — Direct</td></tr></tbody></table>


---

# 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.native.org/native-dev/concepts/integration-modes.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.
