# Benefits for Key Players

{% tabs %}
{% tab title="LPs" %}
Liquidity Providers (**LPs**) benefits from the unique design of Native Credit Pool that enables:

* **Single-sided LP without impermanent loss:** Deposit a **single token** into Native Credit Pool and provide liquidity without worrying about capital loss due to market fluctuations. PMMs borrow and return exactly what they took, along with credit financing interest, ensuring your capital remains secure while earning returns.
* **Unified liquidity**: Your deposit is merged into a larger credit pool with all other LPs' contributions. A single ETH can be deployed **across multiple trading pairs** rather than being tied to just one, maximizing capital efficiency and boosting liquidity across the ecosystem.
* **Sustainable yields**: In addition to **trading fees**, earn **credit financing yield** from the active utilization of your capital in the credit pool, benefiting from the efficient allocation of liquidity to various market needs.

{% hint style="info" %}
Add and pair liquidity with [Credit Pool](https://native.org/app/credit-pool/) on Native V2 today! Click [here](/native-dev/user-guide/add-liquidity.md) for a step-by-step user guide.
{% endhint %}
{% endtab %}

{% tab title="Asset Issuers" %}
Asset issuers can build chain-abstraction liquidity more efficiently without needing to supply capital to each AMM on every chain with segmented liquidity:

* **Market-Responsive pricing**: Aligns liquidity provisioning with prevailing market prices.&#x20;
* **Capital-efficient liquidity provision**: Access deeper on-chain trading liquidity through a **liquidity pairing mechanism**. Active utilization ensures **no idle funds**, optimizing every asset deployed.
* **Chain abstraction**: Provide **chain-abstract, liquidity-backed bridges** that unify liquidity across chains, eliminating the need for redundant capital deployment.

{% hint style="info" %}
Leverage Native's infrastructure to maximize your asset's potential. \
Click [here](/native-dev/build-with-native/asset-issuers.md) to start your integration today!
{% endhint %}

{% hint style="success" %}
Check out [this article](https://medium.com/@official_42951/pioneering-a-new-era-of-liquidity-stakestone-x-native-90d401002319) showcasing a successful use case from our recent partnership with StakeStone.
{% endhint %}
{% endtab %}

{% tab title="Market Makers" %}
Market makers benefit from large order flows via a network of relayers and access to credits for financing trades:

* **Capital efficiency:** Maximize leverage by tapping into the full value of **Native Credit Pool**.
* **Dynamic borrowing:** Borrow assets in **real time** based on trading needs, eliminating the need to maintain large, static inventories.
* **Intent-based lending and settlement:** Customize and automate on-chain **lending and settlement** strategies.
* **Single point of access to core meta-aggregators:** Gain **unified access** to top meta-aggregators, ensuring a continuous flow of substantial orders.
  {% endtab %}

{% tab title="Swappers" %}
Swappers connect end traders to a highly efficient network of PMMs powered by Native Credit Pool, ensuring they always get the best possible prices for their trades:

* **Competitive pricing:** Deliver **best possible** prices for traders.
* **High success rate**: Access top quotes with **low latency** and rapid execution, ensuring seamless trade finality for end users.
* **On-chain executable orderbooks**: Operate on a **stable, resilient auto-sign infrastructure** with minimal downtime to provide end users with a superior trading experience.
  {% endtab %}
  {% endtabs %}


---

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