# Solana Liquidity Pool Creation Guide

{% hint style="success" %}
Easily create a liquidity pool for any Solana token. Your token will be tradable on platforms like Raydium, Birdeye, and DexScreener.
{% endhint %}

#### How to Use the Solana Liquidity Pool Creation Tool (Raydium V2):

1. **Connect Wallet**
2. **Select the Trading Pair** for which you want to create the liquidity pool
3. **Retrieve the OpenBook Market ID** for the selected trading pair
4. **Enter the Amount of Tokens** to add to the liquidity pool
5. **Set the Liquidity Pool Open Trading Time** (optional)
6. **Submit to the Blockchain** to complete the liquidity pool creation

#### Preparation:

* A computer or a mobile phone
* Solana wallet (Phantom Wallet installation tutorial)
* At least 0.5 SOL in your wallet (Raydium will charge 0.4 SOL)
* Tokens for creating the liquidity pool and the [OpenBook Market ID](https://slerf.tools/en-us/openbook-market/solana)

#### Specific Steps:

1. **Connect Wallet**

SlerfTools currently supports various popular Solana wallets, such as Solflare, Phantom, OK Wallet, etc. This guide uses Phantom Wallet as an example.

**Create Liquidity Pool**: [Create Liquidity Pool on SlerfTools](https://slerf.tools/en-us/liquidity-creator/solana)

Go to the SlerfTools liquidity pool creation page, where you can switch the language in the top right corner.

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

2. **Select the Trading Pair for which you want to create the liquidity pool:**
   * **Base Token**: Choose your token that currently has no value.
   * **Quote Token**: A token with market value, typically SOL or USDC.

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

3. **Retrieve the OpenBook Market ID for the selected trading pair.**

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

4. Enter the amount of tokens to add to the liquidity pool.

{% hint style="warning" %}
When creating liquidity on Raydium V2, Raydium will charge a fee of 0.4 SOL. To ensure the operation is successful, please make sure to have at least 0.5 SOL in your account to avoid liquidity addition failure due to insufficient balance.
{% endhint %}

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

5. **Set the Liquidity Pool Open Trading Time (optional)**&#x20;

If you need to schedule the opening of trading, you will use this configuration. After enabling "Set Release Time," you can set the time, with the time zone being UTC+8.

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

6. Submit to the blockchain to complete the liquidity pool creation.

&#x20;Once created, it will be displayed and available for trading on Raydium's official platform or third-party market software.

[<mark style="color:green;background-color:green;">Remove Liquidity</mark>](https://slerf.tools/en-us/liquidity-remover/solana)    [<mark style="color:green;">Burn Liquidity</mark>](https://slerf.tools/en-us/liquidity-burner/solana)   [<mark style="color:green;">Batch Trading Market Making</mark>](https://slerf.tools/en-us/multi-swap/solana)


---

# 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.slerf.tools/en/liquidity-management/liquidity-creator-solana.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.
