# 常见问题

本说明文档旨在帮助代理创建者获取社区中常见问题的答案。由 Virtuals 团队定期更新。。&#x20;

## 生态系统代币持有者常见问题

<details>

<summary>为什么我会被征税？</summary>

目前收取 1% 的交易费。1% 的交易费将流向代理钱包，以承担代理执行所产生的成本。向原型代理收取的费用将作为平台收入流转。&#x20;

有关交易费用分配的更多信息： <https://x.com/virtuals_io/status/1879474995333939356>&#x20;

</details>

<details>

<summary>什么是原型和有感知代理？</summary>

原型代理是尚未从绑定曲线毕业的代理。有感知代理是已经达到市值并毕业的代理

</details>

<details>

<summary>我在哪里可以了解更多关于 Virtuals 的信息？</summary>

前往 [whitepaper.virtuals.io](http://whitepaper.virtuals.io) 了解更多详情。

</details>

<details>

<summary>如何从旧机制中解除质押我的 xVirtuals？</summary>

要解除质押你的 **xVirtuals** ，请使用 BaseScan 按以下步骤操作：

**步骤 1：查找你已质押的 xVirtuals**

1. 前往 [BaseScan](https://basescan.org/).
2. 输入你的 **钱包地址** 到搜索栏中。
3. 在 **“Tokens”** 标签下，找到代币名称 **“xVirtuals”**.
4. 点击 **xVirtuals 代币**，你将进入代币合约页面。

**步骤 2：检查你已质押的存款**

1. 导航到 **“Contract”** 标签页下。
2. 点击 **“Read Contract”**.
3. 找到函数 **`getDepositsOf(address)`**.
4. 输入你的 **钱包地址** 并点击 **“Query”**.
5. 你会看到如下所示的存款数组：<br>

   <pre data-title="[ getDepositsOf(address) 方法响应 ]"><code>[
     [7186826061000000000000, 114989216976000000000000, 1712546271, 1838690271],
     [150000000000000000000000, 287594178082191780750000, 1715000000, 1840000000]
   ]
   </code></pre>
6. 该 **存款 ID** 基于 **数组索引** （从 `0`).
   * 示例：
     * **第一笔存款** → `_depositId = 0`
     * **第二笔存款** → `_depositId = 1`
7. 决定你想提取哪一笔存款，并 **记下 `depositId`**.

**步骤 3：解除质押你的 xVirtuals**

1. 停留在 **“Contract”** 标签页并切换到 **“Write Contract”**.
2. 点击 **“Connect to Web3”** 并连接你的 MetaMask（或其他兼容钱包）。
3. 找到函数 **`withdraw(uint256, address)`**.
4. 输入以下内容：
   * **第一个字段（`_depositId`)** → 输入 `depositId` ，来自步骤 2。
   * **第二个字段（`_receiver`)** → 输入你的 **钱包地址** （或收款人的地址）。
5. 点击 **“Write”** 并在你的钱包中确认交易。

#### **步骤 4：提取后会发生什么？**

* 你的 **原始存款金额** 会 **会返回到你的钱包**.
* 该 **份额数量（`shareAmount`）不会被转移**——它仅作为 **乘数** ，用于在 [**legacy.virtuals.io**](https://legacy.virtuals.io/).
* 上的奖励。 **一旦提取，**&#x4EFD;额数量将被销毁，这意味着你将无法再用它来领取质押奖励。

</details>

<details>

<summary>什么是 veVIRTUAL？ </summary>

veVIRTUAL 是你的 VIRTUAL 投票权。它反映了在 $VIRTUAL 上进行的交易。它不具有任何货币价值，仅代表投票权。我们建议你避免与其交互。

</details>


---

# Agent Instructions: 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://whitepaper.virtuals.io/virtuals-bai-pi-shu/gou-jian-zhe-zhong-xin/chang-jian-wen-ti.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.
