# Solana Raydium AMM Create Liquidity (Add Pool) Tutorial

## Introduction to Raydium AMM Liquidity Pool

The Raydium AMM liquidity pool, also known as AMM V4, or AMM V2, or simply the V2 pool. Essentially, they are the same thing, which is a standard liquidity pool provided by Raydium.

## 📺Raydium AMM Create Liquidity Video Tutorial

{% embed url="<https://youtu.be/N6rQNz1uoxw>" %}

## 📺Raydium AMM V4 Create Liquidity Video Tutorial

{% embed url="<https://youtu.be/pGsl0PbSzCY>" %}

## Preparatory items

1. A computer or a mobile phone.
2. Solana wallet ([Phantom Wallet Installation Tutorial](https://docs.gtokentool.com/en/solana/phantom-wallet-installation))
3. Prepare at least 0.5 SOL in your wallet (Raydium official will charge 0.5 SOL)
4. Tokens to create a liquidity pool and [OpenBook market ID](https://sol.gtokentool.com/liquidityManagement/searchId)

## Tutorial on Creating a Raydium AMM Pool on Solana

### 1.  Connect your wallet

Enter the GTokenTool Create Liquidity Pool page and connect your wallet in the upper right corner. Then, select <mark style="color:purple;">Main</mark> network. Here is a demonstration using the test network.&#x20;

Create a liquidity pool: <https://sol.gtokentool.com/en/liquidityManagement/CreatePool>

<figure><img src="/files/umo6Vpx8UiIGEmQFR85x" alt=""><figcaption><p>connect wallet &#x26; select network</p></figcaption></figure>

### 2. Choose pool type

GTokenTool provides two ways to create Raydium AMM liquidity pools:

* **Fill in the market ID to create:** The market ID needs to be created manually and filled in. It supports the creator to import a secondary account for priority purchase.
* **Integrated market ID to create:** There is no need to create a market ID. Just create a liquidity pool directly, and the price is cheaper.

<figure><img src="/files/vvHiHnyf4eJ5vNbvf8p6" alt=""><figcaption><p>choose pool type</p></figcaption></figure>

### 3. Fill in the market ID and create an AMM liquidity pool

#### 1.  Select the trading pair for which you want to create a liquidity pool

* **Base Token:** Fill in the token you created that has no value yet.
* **Quote Token:** A token with a market value, usually SOL or USDC or USDT.

<figure><img src="/files/L9SHASbTFICYeEJR4R4P" alt=""><figcaption><p>select target token</p></figcaption></figure>

<figure><img src="/files/riPWReFOKbjJ2Vtz334U" alt=""><figcaption><p>select base token</p></figcaption></figure>

<figure><img src="/files/chJAvaOGmHuH3FPwHC81" alt=""><figcaption><p>token pair</p></figcaption></figure>

#### 2. Fill in the specific parameters

* **OpenBook Market ID:** Enter the OpenBook market ID of the corresponding token.
* **Base Token Amount:** Fill in the number of tokens you created. You can fill in as much as you want, but do not exceed the actual amount you own.
* **Quote Token Amount:** Fill in the quantity of value coins, and do not exceed the actual quantity owned.
* **Initial Price:** After filling in the quantity of the base token and the quantity of the quoted token, the initial price will be automatically estimated for you.&#x20;
* **Jito Bundle Tips:** A tip for Jito can make your transaction complete faster.

<figure><img src="/files/Zds5qUOhjQoGgOIrXeNw" alt=""><figcaption><p>fill in specific parameters</p></figcaption></figure>

{% hint style="warning" %}
**Fee**:  The lowest in the entire network, 0.08 SOL per address

**Must read before use**: When creating, ensure sufficient SOL (at least 0.5 SOL + pool addition amount + purchase amount). There is no need to give up the blacklist permission to create a pool with this function. Create a pool and buy. The current wallet needs to sign twice to buy. The second red prompt is normal. Quickly confirm after popping up the wallet.
{% endhint %}

#### 3. Fill in the market ID and create an AMM liquidity pool to show the effect

After filling in the parameters, click "`Create Liquidity`". When the wallet pops up, click "`Confirm`".

Creation success effect display:

<figure><img src="/files/y8HitLeWil0tmviY4M27" alt=""><figcaption><p>created successfully</p></figcaption></figure>

Once created, it can be displayed and traded on Raydium official or third-party market software.

### 4. Integrate market id to create AMM liquidity pool

#### 1. Select the pool type AMM V4

<figure><img src="/files/t42xT0imp1rygkyrDuJ1" alt=""><figcaption><p>select AMM V4</p></figcaption></figure>

#### 2. Select the trading pair for which you want to create a liquidity pool

<figure><img src="/files/YM8RjkwZtQehpq8q9NBS" alt=""><figcaption><p>select the trading pair</p></figcaption></figure>

#### 3. Fill in the specific parameters

* **Base Token Amount:** Fill in the number of tokens you created. You can fill in as much as you want, but do not exceed the actual amount you own.
* **Quote Token Amount:** Fill in the quantity of value coins, and do not exceed the actual quantity owned.
* **Initial Price:** After filling in the quantity of the base token and the quantity of the quoted token, the initial price will be automatically estimated for you.&#x20;

<figure><img src="/files/HPuSNOau0YkSUAf61mHU" alt=""><figcaption><p>fill in specific parameters</p></figcaption></figure>

#### 4. Effect demonstration of creating an AMM liquidity pool with integrated market id

After filling in the parameters, click "`Create Liquidity`". When the wallet pops up, click "`Confirm`".

Creation success effect display:

<figure><img src="/files/sCkLUmh5DEKpdeljEYgd" alt=""><figcaption><p>created successfully</p></figcaption></figure>

Once created, it can be displayed and traded on Raydium official or third-party market software.

If you're looking for a complete overview of adding liquidity to your Solana token on Raydium, including both AMM and CLMM pool creation workflows, check out our comprehensive guide:\
\[[How to add liquidity to Solana token on Raydium](https://docs.gtokentool.com/en/blockchain-introduction/how-to-add-liquidity-to-solana-token-on-raydium)]

***

## ❓FAQ

### Q: Can the Market ID be modified after creation?

**A:** No. It is bound on-chain. If incorrect, you can only recreate the ID and rebuild the pool.

### Q: Does Raydium AMM support Token-2022?

**A:** It does not. It only supports traditional SPL. Choose CPMM if you need to use Token-2022.

### Q: How many pools correspond to one Market ID?

**A:** One-to-one correspondence. One trading pair (e.g., XXX/SOL) matches one Market ID and one V4 pool.

### Q: Can liquidity be removed or burned from a V4 pool?

**A:** Yes, the rules are the same as regular AMMs: remove liquidity to get tokens back, or burn liquidity for permanent locking.

***

### 🤝 Connect with GTokenTool <a href="#connect-with-gtokentool" id="connect-with-gtokentool"></a>

* 💬 **Telegram Community:** [Click to join our official group](https://t.me/GToken_EN)
* 💻 **Official Website:** [Visit our official site for full features](https://gtokentool.com/)
* 🐦 **Twitter (X):** [Follow us for the latest updates](https://twitter.com/GTokenTool)
* 📺 **Video Tutorials:** [Subscribe to our YouTube Channel](https://www.youtube.com/@GTokenTool)

> ⚠️ **Risk Warning & Disclaimer**
>
> GTokenTool reserves the right to modify this notice without prior notice. All platform information is for reference only. We do not endorse any virtual assets or activities. Virtual assets are highly volatile and carry significant financial risk. Please invest with caution and conduct your own due diligence.


---

# 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.gtokentool.com/en/solana/raydium-amm-create-liquidity.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.
