# 에이전트 추론 결제

### 에이전트 사용 수수료

* **공개 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-protocol-whitepaper-ko/virtuals-1/the-protocol/virtual/agent-inference-payments.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.
