Finalize a Presale on Solana (Auto Listing)

After your launchpad has met softcap and ended or reached hardcap, follow these steps to list your token:

Create OpenBook Market ID on raydium.io

Access https://raydium.io/create-market/ to create OpenBook Market Id. Note that creating a new market can cost anywhere from 3 - 4 SOL.

  • Base Mint: YOUR TOKEN ADDRESS

  • Quote Mint: SOL (if you want to trade pair your token-solana)

  • Price Tick Size: This is the smallest amount by which prices can move (It is suggested that Min Price Tick Size should be a maximum of 0.1% of your intended starting price for the Base Token (price being the number of Quote Tokens needed to purchase 1 Base Token).

  • Minimum Order Size: This is the smallest allowed order size (In general, more decimals in the Minimum Order Size and min Tick Size are better. However the market cannot have more than 6 decimals places for both of these two parameters combined).

Read more: https://docs.raydium.io/raydium/pool-creation/creating-a-standard-amm-pool#how-to-create-a-permissionless-pool

And click "Create Market".

After create successfully, we will have "Market Id".

In Pool Action, click "Finalize" and paste "Market Id" we created from Raydium OpenBook Market page.

And your pool was finalized successfully.

Or you can create OpenBook Market ID on dexlab.space

Access https://openbook-tools.dexlab.space/market/create to create OpenBook Market Id

Note: If you only need Raydium and Jupiter, just need to choose "Only Raydium"

  • Base Mint: YOUR TOKEN ADDRESS

  • Quote Mint: What token you want your token paired to.

    • USDC: EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v

    • USDT: Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB

    • Wrapped SOL: So11111111111111111111111111111111111111112

  • Min. Order Size: Orderbook minimum order quantity.

    • Example) set to 4 -> Can make an order to 0.0001 unit.

    • Example) set to 0 -> Can make an order to 1 unit.

    • Example) set to 1 -> Can make on order to 0.1 unit.

  • Price Tick: Price display digits.

    • Example) set to 5 -> The price of the token is displayed in 5 decimal places like 11.12345

    • Example) set to 4 -> The price of the token is displayed in 4 decimal places like 11. 1234

  • The minimum order size cannot be larger than the base token's decimals.

  • The price tick size cannot be larger than the quote token's decimals.

  • 'Minimum order size' + 'Price Tick' cannot be larger than the quote token decimals.

    • Example) Your base token A's token decimal is set to 9. And pairing token A with USDC. USDC is a quote token and its' token decimal is 6. The minimum order size cannot be larger than 9. The price tick size cannot be larger than 6. 'Minimum order size' + 'Price Tick' cannot be larger than 6 (quote token decimals). Therefore, you can make the minimum order size and price tick set to 3 and 2 (total 5, less than 6). However, cannot be 4 and 4 because the sum exceeds 6.

  • Again, If you have less than 3 $SOL but executed transactions, the platform fee will be paid although creating a market ID does not proceed. The platform fee cannot be refunded so please do note that creating an OpenBook market ID needs at least 3 $SOL for the transaction fee.

Read more: https://docs.dexlab.space/products/minting-lab/create-openbook-market-id

After create successfully, copy "Market Id" created successfully and paste in "Finalize" in your pool link.

Last updated