> For the complete documentation index, see [llms.txt](https://bananatoolsssq.gitbook.io/fa-bi-gong-ju/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bananatoolsssq.gitbook.io/fa-bi-gong-ju/solana/openbook.md).

# OpenBook市场ID创建教程

{% hint style="success" %}
无需编写代码，在Solana上轻松创建OpenBook市场，便于您后续快速建立流动性池。
{% endhint %}

Raydium上线代币市场之前，需要创建OpenBook ID，但是Raydium官方提供的链接创建需要花费 3-4 SOL。这成本使得我们对Solana发行代币望而却步。

本篇文档介绍OpenBook的一些基础概念和教大家如何更低成本 (最低0.39 SOL) 创建 OpenBook Market ID。

## **创建市场ID视频教程**

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

## **如何使用 Solana OpenBook 市场 ID 创建工具：** <a href="#ru-he-shi-yong-solana-dong-jie-zhang-hu-gong-ju" id="ru-he-shi-yong-solana-dong-jie-zhang-hu-gong-ju"></a>

1. 链接钱包
2. 选择要创建OpenBook 市场 ID 的交易对
3. 设置交易对的最小订单量和最小价格变动单位
4. 选择 OpenBook 市场 ID 配置
5. 提交上链签名完成OpenBook市场 ID 创建

## **准备事项：** <a href="#zhun-bei-shi-xiang" id="zhun-bei-shi-xiang"></a>

1. 一台电脑或者一部手机
2. Solana 钱包（幻影钱包Phantom安装教程）
3. 钱包最少准备 **0.4** SOL
4. 要创建 OpenBook 市场 ID 的代币

## **1、链接钱包** <a href="#id-1.-lian-jie-qian-bao" id="id-1.-lian-jie-qian-bao"></a>

首先打开创建市场ID页面，<https://sol.bananatool.com/raydium/createId>，右上角连接钱包

<figure><img src="/files/2WlobL53mmGfs05a1Wpn" alt=""><figcaption></figcaption></figure>

## **2、填写参数**

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

* **目标代币：**&#x586B;写你发行的代币合约
* **价值代币：**&#x4EA4;易对代币，如USDT、SOL等
* **最小订单数量：**&#x7528;户能够购买您的代币的最小金额
* **最小价格变动：**&#x80FD;够改变您代币价格的最小金额。
* **配置费用：**&#x4F4E;配（适合一般土狗币）、中配（适合成长型代币）、标配（适合优质价值币）
* **配置详情：**&#x5C5E;于高级选项，新手不要打开此操作，以防出现不可预知的问题

## **2、创建ID**

所有参数填写完成后，就可以进行ID创建了。此时我们点击“确认创建”，会弹出钱包进行确认：

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

创建完成后，下方会出现市场ID地址，创建就完成了，可以去添加流动性了

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

## **其他问题**

* 任何问题，都可以进入Telegram电报群找志愿者解答： <https://t.me/BananaTools>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://bananatoolsssq.gitbook.io/fa-bi-gong-ju/solana/openbook.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.
