> For the complete documentation index, see [llms.txt](https://docs.stellaswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stellaswap.com/how-to-guides/liquidity-staking/create-community-pool.md).

# Create Community Pool

A new tab in Pulsar just appeared labeled as Community Pools. Featured Pools is where bluechip and partner farms exist, community pools is the place where a group or an individual can launch their own farm and have it appear on community pools tab for others to see APRs and join.

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

Here is how to create a community pool

### Step 1: Create New Position

On Pulsar, click `+ New Position` to create a new position.

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

### Step 2: Choose Pair

You will be directed to Add liquidity page, select the two tokens you want to create a pair for.

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

### Step3: (Only applicable for new pairs) Set Initial Price

If you happen to be the first to provide liquidity for this pair ever, you will need to set the initial price for it. Our pair of choice is FRAX-DOT, and the initial price was extrapolated form USDT-DOT. Just enter how many A tokens needed to buy 1 B token to set the price.

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

### Step 4: Select Range

Here you can select your range in relation to the current price. Hover over each range to see the description. the recommended range to go with is standard.

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

### Step 5: Deposit Amounts

Input the desired amounts you want to deposit. The ratio between tokens is affected by your selected range.

&#x20;

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

### Step 6: Review & Confirm

Click on `Review & Confirm` to proceed, a pop-up will appear with your choices, double check your selection and click `Confirm Supply`. Then Sign the wallet transaction

<figure><img src="/files/7lYOImfJ6C32nbNILMl8" alt=""><figcaption></figcaption></figure>

### Success! You have created your position, if your pool  has over $100 worth of liquidity it will automatically be populated in community pools.

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

Now other users and your community can see your pool, if there are swaps utilizing your pool you will see APR from trade fees. And anyone who clicks `Deposit` can enter your pool.

<figure><img src="/files/2t9ArnU1o4asqBJbc6zr" alt=""><figcaption></figcaption></figure>


---

# 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.stellaswap.com/how-to-guides/liquidity-staking/create-community-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.
