# Create Liquidity pool

A liquidity pool is an on-chain reserve managed by a smart contract that holds two or more assets and algorithmically quotes swap prices. By launching a pool, you bootstrap the market for a token pair & earn a share of trading fees (and any bonus incentives).

This guide describes the end-to-end walkthrough to **create a liquidity pool** on Ferra's DLMM & CLMM pool and seed it with initial liquidity.

<figure><img src="/files/gGU04NUKlvuh6sLVH4A3" alt=""><figcaption></figcaption></figure>


---

# 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.ferra.ag/user-guide/create-liquidity-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.
