> 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/introduction/benefits-for-key-players.md).

# Benefits for Key Players

{% tabs %}
{% tab title="Traders" %}
Get an institutional-grade experience with fully on-chain visibility:

* **High-performance CLOB execution:** Real order-book trading with limit and market orders, deterministic order matching, and sub-second finality.
* **On-chain transparency:** Every order, match, and balance update is publicly auditable.
* **Unified cross-chain balance:** Deposit from any supported network and hold a **single balance** for trading.
  {% endtab %}

{% tab title="Asset Issuers" %}
Bootstrap real order-book liquidity and price discovery:

* **Real CLOB listing:** List and bootstrap liquidity with a real central limit order book on Native Core.
* **Capital-efficient provision:** Native Pool allows active capital utilization, lowering the cost of establishing deep liquidity.
* **Chain abstraction:** Unified, multi-chain liquidity with Native Relay.
  {% endtab %}

{% tab title="Market Makers" %}
Direct API access to the trade interface:

* **Direct, exchange-grade access:** Get real-time data and place orders on the Native Core CLOB through the Native Pro direct-access APIs.
* **Capital-efficient:** Onboard via spot margin — start making instantly without maintaining large, static inventories.
  {% endtab %}

{% tab title="Wallets, Aggregators & Solvers" %}
Connect your existing order flow:

* **Backward-compatible:** Integrate via Native Relay mode RFQ or mode intent without changing any userflow.
* **Best execution, high success rate:** Access Native Core prices, and route trades with deep, transparent liquidity and ultra low latency.
* **Single point of access:** One integration reaches the entire Native Core liquidity across all supported chains.
  {% endtab %}
  {% endtabs %}


---

# 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/introduction/benefits-for-key-players.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.
