# Liquidity Pairing

By default, adding liquidity is conducted through "Smart Pairing," which signifies that the liquidity will be paired with all the assets in Native Credit Pool dynamically and as-needed, being utilised in the most efficient manner possible.

Additionally when adding liquidity for base assets, LPs also have the option to exclusively pair their liquidity with a listed asset in order to earn rewards and incentives from asset issuers. These rewards are often provided to incentivise dedicated pairing and boost the total available liquidity exclusively.

Refer to this guide for details:&#x20;

{% content-ref url="/pages/aoobYmbGHfnC9u0LmDWF" %}
[Pair Liquidity](/native-dev/user-guide/pair-liquidity.md)
{% endcontent-ref %}


---

# 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/concepts/liquidity-pairing.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.
