openbook.market Open in urlscan Pro
2606:4700:3033::ac43:bd5c  Public Scan

URL: https://openbook.market/
Submission: On March 06 via api from US — Scanned from US

Form analysis 3 forms found in the DOM

<form class="row g-3 needs-validation" novalidate="">
  <div class="col-md-12">
    <label for="BaseMint" class="form-label">Base Mint (Your token address)</label> <input type="text" class="form-control" id="BaseMint" required="">
    <div class="valid-feedback"> Looks good! </div>
  </div>
  <div class="col-md-12">
    <label for="QuoteMint" class="form-label">Quote Mint</label> <input type="text" class="form-control" id="QuoteMint" value="So11111111111111111111111111111111111111112" required="">
    <div class="valid-feedback"> Looks good! </div>
  </div>
</form>

<form class="row g-3 needs-validation" novalidate="">
  <div class="col-md-12">
    <label for="minOrderSize" class="form-label">Min. Order Size</label>
    <div class="input-group relative mb-3">
      <p class="absolute left-0 ps-2 p-9px text-white-50 text-sm z-index-6">1e <sup>-x</sup></p>
      <input type="number" class="form-control rounded pl-50px" id="minOrderSize" required="" aria-label="Amount (to the nearest dollar)">
      <div class="valid-feedback"> Looks good! </div>
    </div>
  </div>
  <div class="col-md-12">
    <label for="PriceTick" class="form-label">Price Tick</label>
    <div class="input-group relative mb-3">
      <p class="absolute left-0 ps-2 p-9px text-white-50 text-sm z-index-6">1e <sup>-x</sup></p>
      <input type="number" class="form-control rounded pl-50px" id="PriceTick" required="" aria-label="Amount (to the nearest dollar)">
      <div class="valid-feedback"> Looks good! </div>
    </div>
  </div>
</form>

<form class="row g-3 needs-validation" novalidate="">
  <div class="col-md-12">
    <label for="EventQueueLength" class="form-label">Event Queue Length</label>
    <div class="input-group relative mb-3">
      <input type="number" class="form-control rounded" id="EventQueueLength" value="2978" required="" readonly="" disabled="">
      <p class="absolute right-0 p-9px pr-10px text-white-50 text-sm z-index-6">262108 bytes</p>
      <div class="valid-feedback"> Looks good! </div>
    </div>
  </div>
  <div class="col-md-12">
    <label for="RequestQueueLength" class="form-label">Request Queue Length</label>
    <div class="input-group relative mb-3">
      <input type="number" class="form-control rounded" id="RequestQueueLength" value="63" required="" readonly="" disabled="">
      <p class="absolute right-0 p-9px pr-10px text-white-50 text-sm z-index-6">5084 bytes</p>
      <div class="valid-feedback"> Looks good! </div>
    </div>
  </div>
  <div class="col-md-12">
    <label for="OrderbookLength" class="form-label">Orderbook Length</label>
    <div class="input-group relative mb-3">
      <input type="number" class="form-control rounded" id="OrderBookLength" value="909" required="" readonly="" disabled="">
      <p class="absolute right-0 p-9px pr-10px text-white-50 text-sm z-index-6">65500 bytes</p>
      <div class="valid-feedback"> Looks good! </div>
    </div>
  </div>
</form>

Text Content

 * Home
 * GitHub
 * Create Token (Soon)
 * Old Transactions

Select Wallet
 * Change wallet

Create


CREATE OPENBOOK MARKET ID


EASY AND AFFORDABLE

Creating an Openbook market ID is now much more affordable. Thanks to innovative
methods, lease fees paid on the Solana network have been minimized.

Mints
Configure the mints for the tokens you want to create a market for.
Base Mint (Your token address)
Looks good!
Quote Mint
Looks good!
Tickers
Configure the tick sizes, or lowest representable quantities of base and quote
tokens.
Min. Order Size

1e -x

Looks good!
Price Tick

1e -x

Looks good!
Advanced Options

Attempting to lower the payment by adjusting the lease costs has been disabled
due to the potential for errors. The current transaction values consist of
recommended and tested values.

Total Rent Estimate
(Platform fee 0.05 SOL included)

0.2 SOL

Event Queue Length

262108 bytes

Looks good!
Request Queue Length

5084 bytes

Looks good!
Orderbook Length

65500 bytes

Looks good!
Risk Agreement

I confirm that I have confirmed all details and that I am fully responsible for
creating the market. Need at least 0.2 SOL to prevent transaction failure.

Select Wallet
 * Change wallet

Create




FREQUENTLY ASKED QUESTIONS

Got a question? It is likely answered here.


WHAT IS MARKET ID?

Market ID is a necessary step to list your project on swap platforms (such as
Raydium.io) on the Solana network through the OpenBook platform.


WHAT IS THE COST OF CREATING A MARKET ID?

Thanks to our innovative solutions, the cost of obtaining a Market ID varies
based on network congestion but averages around 0.2 Sol. This cost includes all
fees associated with obtaining the Market ID.


WHAT IS BASE MINT?

Base Mint is the address of the token you created. You need to enter the
contract address into this field.


WHAT IS QUOTE MINT?

As the name suggests, Quote Mint is the address of the currency you want to use
in trading transactions. By default, the SOL address is defined, you can change
it if you wish.

USDC: EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v
USDT: Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB


EXAMPLES OF MINIMUM ORDER SIZE:

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.


WHY ARE ADVANCED OPTIONS DISABLED?

Advanced Options are disabled to reduce rental fees and prevent errors during
trades that may occur due to uninformed actions. Therefore, these advanced
features have been restricted for user usage.

Creating a Market ID on the Solana network is now faster and more
cost-effective. With the innovative rental fee structure, you can instantly
generate your Market ID.

MENU

 * Home
 * GitHub
 * Create Token (Soon)
 * Old Transactions

USEFUL LINKS

 * Solana University
 * Discord
 * White Paper
 * FAQs

Manage cookies


WE USE COOKIES

We use our own and third-party cookies to personalize content and to analyze web
traffic. Read more about cookies

Accept cookies Reject