# How to Create a Pool on Saros DLMM

### Preparation <a href="#id-91mx2awss5on" id="id-91mx2awss5on"></a>

#### Set up Solana Wallet <a href="#xuh5keg5ony1" id="xuh5keg5ony1"></a>

At the moment, you can connect to Saros DLMM using Coin98 Super Wallet.

You need to download and set up a Multichain or Solana wallet to use Swap feature

Kindly refer to this [guide on download and set up Coin98 Super Wallet](https://docs.coin98.com/products/coin98-super-wallet/extension/getting-started/how-to-create-or-import-a-multichain-wallet)

#### Gas fee and SPL standard <a href="#id-2govoqpr0e8" id="id-2govoqpr0e8"></a>

Saros DLMM operates on the Solana network, so you can only transact with tokens following the SPL standard.

Transaction fees are paid in SOL (SPL token), so make sure you have enough SOL before making any transactions.

## How to create a pool <a href="#dsvcapktzns0" id="dsvcapktzns0"></a>

{% hint style="info" %}
*Note: You can only create a pool on Saros DLMM if one does not already exist for the selected token pair.*
{% endhint %}

**Step 1:** Access the Saros DLMM Swap via <https://dlmm.saros.xyz/pool>

**Step 2:** Click on **Connect Wallet** at the top right corner and choose your wallet (Coin98) and proceed to connect

![](/files/vKbKmXL7hIfaQPcQkz79)

**Step 3:** Go to the Pool tab and click **Create New Pool.**

<figure><img src="/files/9dwlFewAdR9QrFb9yH64" alt=""><figcaption></figcaption></figure>

**Step 4:** Enter the details for the pool you want to create:

**- Select token pair:** Choose your token and quote asset.

**- Select bin steps:** Bins are containers within a pool that hold your tokens and liquidity. Bin Steps determine the distance between bins. Available options are 0.1%, 0.25%, 0.5%, and 1%.\
\&#xNAN;*Example:* If the bin step is 1% and the active bin price is $1, the bins will be at prices like $1.00, $1.01, $1.02, etc. Each bin holds liquidity at its specific price level. Smaller steps create closer bins for finer pricing, while larger steps spread bins out for wider price coverage.

**- Enter Active Price:** Ensure the active price closely aligns with the current market price for accurate and efficient trading. If no one swaps within your liquidity range, you may not earn any fees.

**Step 5:** Click **Create Pool** and confirm the transaction.

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

<figure><img src="/files/6idbEQTDg4dadjKIWYwZ" alt=""><figcaption></figcaption></figure>

After creating the pool, you can [add liquidity](/saros-dlmm/user-guides/add-remove-liquidity.md) to it to start earning fees and enable trading.


---

# 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.saros.xyz/saros-dlmm/user-guides/create-a-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.
