# 智能体推理支付

### 代理使用费用

* **公共 API 访问**：所有代理都可通过公共 API 访问，任何人都可以无需许可地使用它们。
* **每次推理成本**：每次推理调用的成本是预先确定的。
* **支付机制**:
  * 用户必须先在其钱包中预存 $VIRTUAL 代币。
  * 使用时会按每笔交易扣除 $VIRTUAL 代币，全部在链上进行。

<details>

<summary><em><strong>例如</strong></em></summary>

*Roblox 上的一位地图创作者利用 Virtuals 平台，将游戏代理作为其 Roblox 地图中的 NPC 创建出来。这些游戏代理所进行的所有推理都由地图创作者按每次推理支付费用。创作者愿意承担推理成本，因为由 VIRTUAL 代理带来的无限内容能够增加收入，并吸引更多玩家来到他们的地图。*

</details>

### 支付流程

* **用户付款**：当用户通过 API 调用某个代理时，$VIRTUAL 代币会从用户的钱包中扣除并转入该代理的钱包。
* **支付用途**：积累在代理钱包中的付款随后可由创作者或社区用于各种计划，例如进一步开发或社区激励。


---

# 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/guan-yu-virtuals-1/xie-yi/zuo-wei-ke-bian-cheng-qu-zhong-xin-hua-shi-ti-de-virtual-zhi-neng-ti/zhi-neng-ti-tui-li-zhi-fu.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.
