> 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/modules/native-pool.md).

# Native Pool

Native Pool hosts LP assets and enforces settlement across various chains.

It gives users a single, unified entry point to start earning trading fees or LPing with Native Core:

* **Loan Based:** the pool model is designed so liquidity providers bear no market risk while their capital is actively utilized.
* **Single Token LP:** with a single-sided LP model, liquidity providers are no longer constrained by pair-based deposits or exposed to impermanent loss.

#### Use case

Native Pool is currently powering:

* "Native Earn Program" - flexible and fixed term, single token Earn product.
* "Native Liquidity Provisioning" - versatile LP model for asset issuers to bootstrap liquidity.

{% content-ref url="/pages/3tzMbDny0B25gtANtoaT" %}
[Native Earn Program](/native-dev/products/native-earn.md)
{% endcontent-ref %}

{% content-ref url="/pages/WJeqM7A9Mh84e3OllNem" %}
[Native Liquidity Provisioning](/native-dev/products/native-liquidity-provisioning.md)
{% endcontent-ref %}


---

# 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/modules/native-pool.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.
