> 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/xin-xi-zhong-xin/virtuals-protocol-chang-jian-wen-ti.md).

# Virtuals Protocol 常见问题

关于 Virtuals 协议最常见的问题。

{% hint style="info" %}
常见问题解答反映了截至 2026 年 5 月 6 日的当前系统。\
\
随着协议迭代，细节可能会随时间演变。
{% endhint %}

### 面向构建者的常见问题

<details>

<summary>如何启动一个代理？</summary>

你可以从以下位置开始获取关于如何启动代理的完整指南 [这里](/virtuals-bai-pi-shu/xin-xi-zhong-xin/gou-jian-zhe-zhong-xin/zhi-neng-ti-qi-dong-zhi-nan.md).

</details>

<details>

<summary>如何获得我的代理启动支持？</summary>

你可以从以下位置开始申请代理启动支持 [这里](/virtuals-bai-pi-shu/xin-xi-zhong-xin/gou-jian-zhe-zhong-xin/zhi-neng-ti-qi-dong-zhi-chi.md).

</details>

<details>

<summary>Base 上的交易税是如何跟踪和处理的？</summary>

要跟踪 Base 上的交易税流向，有三种方法：<br>

**选项 1：通过 Virtuals 税务检查器仪表板跟踪**\
\
你可以通过官方的 [Virtuals Tax Checker 仪表板](https://dune.com/virtual_protocol/tax-checker)跟踪你的代理交易费用累计和分配状态。\
\
向下滚动到标有“按项目划分的未分配 Virtual 明细”的部分，并对表格进行排序以查看待分配项。

注意：

* 每个代理必须先达到最低交易量门槛，才会触发费用分配。 *（以上细节）*

**选项 2：通过合约追踪**

1. 代币兑换到 Tax Swapper\
   \
   产生税费的代理代币交易会路由到 Tax Swapper：\
   \
   0x8e0253dA409Faf5918FE2A15979fd878F4495D0E<br>
2. Swapper 转换为 $VIRTUAL → 发送到 Tax Manager\
   \
   Tax Swapper 会将征税后的代币转换为 $VIRTUAL，然后将输出发送给 Tax Manager：\
   \
   0x7e26173192d72fd6d75a759f888d61c2cdbb64b1<br>
3. Tax Manager 以 $VIRTUAL 分发费用\
   \
   Tax Manager 直接以 $VIRTUAL 将费用分发给创建者和平台。

**选项 3：从 Tax Manager 合约读取**

在 Tax Manager 代理合约上使用函数 5：

[BaseScan - Tax Manager 合约](https://basescan.org/address/0x7e26173192d72fd6d75a759f888d61c2cdbb64b1#readProxyContract)

此函数会返回分配余额的当前统计数据。

</details>

<details>

<summary>Solana 上的代理交易税如何跟踪和处理？</summary>

在 Solana 上，税收收益会直接从代理钱包发送到创建者的分配钱包。

* 如果目标钱包未知，创建者应联系 Virtuals 团队进行验证。
* 另外，也可以通过 LP 费用分配钱包监控分配情况：

  9WBoFXeAbskmi6aMK5jvyNgXVKeZrcVeFJtDBLikzdnm

</details>

<details>

<summary>交易税是如何处理和分配的？</summary>

交易税会根据每个代理的交易量进行处理和分配。费用首先会兑换成 $VIRTUAL。一旦系统达到相当于总计 100 万个代理代币的交易量门槛，累计金额就会转换为 USDC 进行分配。

</details>

<details>

<summary>归属代币如何领取？</summary>

归属代币不会自动分发。

接收钱包必须登录到 [app.virtuals.io](https://app.virtuals.io) 并手动领取任何归属代币。

</details>

<details>

<summary>为什么在创建流动性池时，开发者钱包会收到质押代币？</summary>

当通过 Virtuals 协议启动流动性池时，池创建者就是 LP 的所有者。为确保永久性并防止流动性被抽走，所有 LP 代币都会立即被质押并长期锁定。

随后，协议会将已质押的 LP 头寸转回创建者的钱包。这意味着：

* 所有权 → 创建者保留 LP 的所有权
* 锁定流动性 → LP 代币被质押数年，且无法提取
* 生态系统对齐 → 流动性始终得到永久保障，同时项目保留所有权权益

这一机制在 Virtuals 协议中是标准化的。每个池都设计为由创建者拥有，但由协议保障，以保护构建者和参与者。

</details>


---

# 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/xin-xi-zhong-xin/virtuals-protocol-chang-jian-wen-ti.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.
