# Liquidity Bootstrapping

When private market makers collaborate with Native and seek to utilize the inventory in **Native Credit Pool** to facilitate swaps, they are obligated to deposit collateral in order to obtain credits. This collateral is in the form of **Native Credit Pool** base tokens.

Consequently, the collateral locked by private market makers effectively functions as a portion of liquidity known as bootstrapping liquidity that is automatically paired with all issuer assets.

This implies that any listed assets with a health ratio equal or exceeding 1 can benefit from the depth and liquidity offered by private market makers, even from day one.


---

# 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-bootstrapping.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.
