> For the complete documentation index, see [llms.txt](https://whitepaper.virtuals.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.virtuals.io/virtuals-bai-pi-shu/guan-yu-virtuals/zi-ben-xing-cheng-ceng/virtuals-shang-xian-ji-zhi.md).

# Virtuals 上线机制

### 工作原理

### 1. [创建](https://app.virtuals.io/create) 阶段

创始人可在 Virtuals 平台上免费创建其代理以发起上线。某些模块需支付激活费用：Launch Radar（100 $VIRTUAL）和 Capital Formation（10 $VIRTUAL）。其他所有模块均免费。

在创建过程中，创始人通过开启或关闭模块来配置其上线。每个模块都是独立的。没有任何模块需要另一个模块才能运行。

创建完成后，代理上线页面会立即发布在 Virtuals Protocol 平台上，展示：

* 代币供应和分配参数
* 已启用的模块及其配置
* 创始团队详情
* 产品详情和代理信息

***

### 2. 上线和早期交易

代理创建后，交易将自动开启。

任何人都可以直接通过 Virtuals Protocol 平台进行交易。没有预售、白名单或受限分配。

#### **狙击税机制**&#x20;

**如果已启用反狙击保护：**

* 买方税从 99% 开始，并在创始人选择的时间窗口内逐步衰减至 1%（可配置范围为 0 秒至 98 分钟），直到达到 1% 的基础交易税。卖方税在整个期间始终固定为 1%。
* 在此时间窗口内收取的所有狙击税都会自动用于链上回购代理代币。
* 回购的代币将分配到团队钱包，并遵循 3 个月悬崖期和 9 个月线性归属计划。

这种结构在保护早期流动性免受机器人和机会主义狙击者侵害的同时，也将初始波动转化为项目创始人的长期一致性。

如果未启用反狙击保护，交易税自上线起固定为 1%。

#### **狙击税机制常见问题**

<details>

<summary>当狙击税降至 1% 后，回购会立即开始吗？</summary>

一旦配置的保护窗口结束且买入侧税率达到基准 1%，回购就会自动开始。

</details>

<details>

<summary>收取的狙击税是一次性用于单笔买入，还是分批随时间使用？</summary>

回购会在 24 小时内逐步执行。

</details>

***

### 3. 上线生命周期

创建者部署代理并初始化其绑定曲线。该代币会立即在 Virtuals 平台上可交易。自第一天起适用 1% 的交易手续费：

* 70% 分配给代理创建者
* 30% 分配给 Virtuals 金库

对于使用 60 天模块的上线，创始人的 70% 份额在试用期内会被锁定，并且只有在承诺后才会释放。如果创始人未作承诺，该分配将转入退款池。

***

### 4. 流动性模型

随着交易持续进行，绑定曲线会自动积累 $VIRTUAL 流动性。

当总流动性达到 42,000 $VIRTUAL 时，系统会自动创建一个流动性池，并在 Uniswap V2 上将其与代理代币配对。

流动性池建立后，用户可以直接在 Virtuals 平台上交易该代币，也可以通过任何与该协议集成的受支持 DEX、聚合器或交易机器人进行交易。

这确保了：

* 持续、可验证的链上流动性增长
* 从绑定曲线到公开市场的无缝过渡
* 在所有受支持的交易环境中完全兼容

{% hint style="success" %}
代理毕业期间生成的所有流动性池（LP）代币都会自动质押，并附带十（10）年的长期锁定。该机制旨在确保流动性永久存在，消除上线后流动性控制方面的歧义，并确保通过 Virtuals 上线的所有代理都具备长期、不可提取的流动性保障。
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://whitepaper.virtuals.io/virtuals-bai-pi-shu/guan-yu-virtuals/zi-ben-xing-cheng-ceng/virtuals-shang-xian-ji-zhi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
