For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Partner type
Recommended mode

DEX Aggregators / Wallets / Solvers

Mode — RFQ

Meta-Aggregator / Intent & Cross-chain Platforms

Mode — Intent

Venues wanting full CLOB access

Mode — Direct

Last updated