> 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/lock/token.md).

# 锁定代币

## 1、介绍 <a href="#id-1-jie-shao" id="id-1-jie-shao"></a>

创建代币锁其实就是锁定代币，它是指将特定数额的代币存放在特定地址中，限制其交易和转移的过程。这种设置可以用来保护投资者的利益，防止代币市场波动带来的风险。比如，在ICO阶段，项目方会放出一定比例的代币供投资者购买，而这些代币通常会被锁定一段时间，以防止过早地卖出，引发代币价格的暴跌。

## 2、操作步骤

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

进入页面：<https://www.bananatool.com/lock/create>，点击右上角，连接小狐狸钱包，并切换到主网（这里以BSC测试网为例)。

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

#### 2. 输入信息 <a href="#id-2-shu-ru-xin-xi" id="id-2-shu-ru-xin-xi"></a>

假设我们创建一个叫 “BananaTool” 的代币锁，输入如下：

* 代币地址：0x014F16D7713fBCa88FF0fe7717398480D691100F
* 锁的名称：BananaTool
* 数量：10000
* 解锁日期：2025-09-30 00:00

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

#### 3.完成 <a href="#id-3-wan-cheng" id="id-3-wan-cheng"></a>

输入完成后，点击 “创建” 按钮，并在小狐狸上支付gas费用（下一步>批准>确认），就完成了。

（注意：因为每个用户网络速度不同，支付gas费用时可能会延迟1、2秒，属正常现象。）

现在您可以在 “代币锁>代币锁”中 查看和管理了。

<figure><img src="/files/19cvHCREpjWKnHJiRkWd" alt=""><figcaption></figcaption></figure>

如有不明白或者不清楚的地方，请加入官方电报群：<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/lock/token.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.
