# About Native V2

Native V2 introduces a scalable foundation of the [**Native Credit Pool**](/native-dev/modules/native-credit-pool.md), and enhances the [**Native Swap Engine**](/native-dev/modules/native-swap-engine.md) with efficient quoting and order execution, ensuring high success rates and low latency.

#### Key Features:

For Cheaper and Easier On-chain Liquidit&#x79;**:**

* [**Single-Sided Liquidity Provision**](/native-dev/concepts/single-sided-liquidity-pools.md): Allows liquidity providers to supply single asset while earning yields from interests as well as trading fees. Without the need for rebalancing or adjusting.
* [**Liquidity Pairing Mechanism**](/native-dev/concepts/liquidity-pairing.md): Offers bootstrapping liquidity and smart pairing liquidity for listed tokens dynamically as needed.

For Better and Faster Pricin&#x67;**:**

* [**Market-Responsive Pricing**](/native-dev/concepts/market-responsive-pricing.md): Dynamically adjusts prices through PMMs to reflect real-time global market conditions.
* [**Credit-Based Atomic Swap**](/native-dev/concepts/credit-based-swap.md): Provides collateralized credit lines to private market makers, amplifying liquidity and trading capacity.


---

# 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/about-native-v2.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.
