SolTokenCreator
guides6 min readMarch 8, 2026

How to Create an OpenBook Market ID on Solana (2026)

Learn how to create an OpenBook Market ID for your Solana token. Required for Raydium AMM V4 liquidity pools. Step-by-step guide with lot size and tick size explained.

To create an OpenBook Market ID, connect your wallet on SolTokenCreator.io, paste your token's mint address, set the lot size and tick size, and click Create Market. The process takes under 30 seconds and costs approximately 2.33 SOL. The Market ID is required to create Raydium AMM V4 liquidity pools.

What Is an OpenBook Market ID?

An OpenBook Market ID is an on-chain order book identifier on the Solana blockchain. It creates a trading pair between your token and a quote token (usually SOL) on the OpenBook decentralized exchange. Raydium AMM V4 pools use OpenBook's order book infrastructure, which is why a Market ID is required before creating a V4 pool.

Think of the Market ID as an address for your token's order book. It tells Raydium where to route trades and how to match buyers with sellers. Without a Market ID, Raydium V4 cannot create a pool for your token.

Important: Raydium CPMM pools do NOT require an OpenBook Market ID. If you want the simplest path to listing, you can skip Market ID creation and create a CPMM pool instead.

When Do You Need a Market ID?

You need a Market ID in these situations:

  • Creating a Raydium AMM V4 pool — V4 pools require an OpenBook Market ID for order book integration
  • Listing on OpenBook directly — If you want your token tradeable on the OpenBook DEX
  • Advanced trading features — V4 pools with order book depth provide better price discovery for high-volume tokens

You do NOT need a Market ID for:

  • Raydium CPMM pools — CPMM pools work without a Market ID
  • Jupiter listing — Jupiter aggregates both CPMM and V4 pools automatically
  • Token creation — Creating the token itself does not require a Market ID

Step-by-Step: Create an OpenBook Market ID

Step 1: Connect Your Wallet

Visit SolTokenCreator.io/create-market-id and connect your Solana wallet. You need approximately 2.33 SOL in your wallet. This covers the on-chain account rent for the order book accounts (bids, asks, event queue, and request queue).

Step 2: Enter Your Token Mint Address

Paste your token's mint address into the Base Token field. This is the address you received when you created your token. You can find it in your transaction history or on Solana Explorer.

The tool will validate the mint address and fetch your token's metadata (name, symbol, decimals) to confirm you have the right token.

Step 3: Configure Lot Size and Tick Size

These two settings control trading precision:

Lot Size (Minimum Order Size) The smallest amount of your token that can be traded in a single order. For most tokens with 9 decimals, a lot size of 1 works well. This means the minimum trade is 1 token (at the base unit level).

Tick Size (Price Increment) The smallest price increment between orders. For tokens with 9 decimals, a tick size of 0.0001 is common. Lower tick sizes allow more precise pricing but create larger order book accounts.

Recommended settings by token type:

| Token Type | Decimals | Lot Size | Tick Size | |------------|----------|----------|-----------| | Standard SPL token | 9 | 1 | 0.0001 | | Low-decimal token | 6 | 1 | 0.001 | | Whole-number token | 0 | 1 | 0.01 |

Step 4: Create the Market

Click Create Market and approve the transaction in your wallet. The transaction creates four on-chain accounts:

  1. Market account — The main Market ID address
  2. Bids account — Stores buy orders
  3. Asks account — Stores sell orders
  4. Event queue — Tracks order fills and cancellations

After confirmation, you receive your Market ID (an address like AbCdEf...). Copy this — you need it to create your Raydium V4 pool.

What to Do After Creating a Market ID

With your Market ID in hand, the next steps are:

  1. Create a Raydium AMM V4 liquidity pool — Use your Market ID to set up the pool
  2. Add initial liquidity — Deposit your tokens and SOL to set the initial price
  3. Burn LP tokens — Lock liquidity permanently to build community trust
  4. Revoke authorities — Revoke mint and freeze authority if you haven't already

Your token becomes tradeable on Raydium immediately after pool creation, and Jupiter will automatically discover it within minutes.

Market ID Cost Breakdown

The 2.33 SOL cost breaks down as:

| Component | Cost | |-----------|------| | Market account rent | ~0.3 SOL | | Bids account rent | ~0.7 SOL | | Asks account rent | ~0.7 SOL | | Event queue rent | ~0.5 SOL | | Network transaction fee | Under 0.01 SOL | | Total | ~2.33 SOL |

These are Solana network costs for on-chain account rent, not platform fees. The rent is held in the market accounts permanently.

CPMM vs V4: Do You Need a Market ID?

| Feature | CPMM (No Market ID) | AMM V4 (Market ID Required) | |---------|---------------------|----------------------------| | Setup cost | Token creation only | +2.33 SOL for Market ID | | Complexity | Simpler, fewer steps | More steps but more features | | Order book | No order book | OpenBook integration | | Jupiter support | Yes | Yes | | Best for | Most new tokens | High-volume projects |

For most new token launches, CPMM is recommended — it's simpler, cheaper, and gets you listed on Jupiter just the same. Use V4 with a Market ID when you need order book depth or your project expects significant trading volume.

Common Questions

Can I reuse a Market ID for multiple pools? No. Each Market ID can only be associated with one Raydium pool. If you need multiple pools for the same token pair, create additional Market IDs.

What if I set the wrong lot size or tick size? Market IDs are permanent — you cannot change lot or tick size after creation. If the settings are wrong, you would need to create a new Market ID. Test on devnet first if you are unsure.

Can I create a Market ID on devnet? Yes. Use SolTokenCreator.io in devnet mode to create test Market IDs for free. This lets you practice the entire workflow before spending real SOL.

How do I find my Market ID later? Search your wallet address on Solana Explorer and look for the CreateMarket transaction. The Market ID is the primary account created in that transaction.

Full Token Launch Workflow

Here is the complete workflow from token creation to trading:

  1. Create your token — 0.5 SOL
  2. Revoke authorities — 0.1 SOL each
  3. Create Market ID — 2.33 SOL (skip for CPMM)
  4. Create liquidity pool — Network fees only
  5. Add initial liquidity — Your tokens + SOL
  6. Burn LP tokens — Network fees only

Total platform cost: approximately 3 SOL (with V4) or 0.7 SOL (with CPMM). Plus whatever SOL you deposit as initial liquidity.

Ready to create your OpenBook Market ID? Use our Market ID creator tool — no coding required.

Share:
By Sol Token Creator

Ready to Create Your Token?

Launch your Solana token in minutes — no coding required.

Related Articles

How to Create an OpenBook Market ID on Solana (2026)