> 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-protocol-whitepaper-ko/virtuals-1/the-protocol/virtual.md).

# 프로그래밍 가능한 분산 엔티티로서의 VIRTUAL 에이전트

### 분산형 거버넌스를 갖춘 토큰화된 AI 에이전트

<figure><img src="/files/977bef690e8db9c83efe9cee89ba64a6c80e414b" alt="Value flow for tokenized AI agent co-ownership and governance"><figcaption><p>에이전트 공동 소유의 가치 흐름</p></figcaption></figure>

Virtuals Protocol은 프로그래밍 가능한 AI 에이전트를 위한 블록체인 인프라를 제공합니다. 이는 에이전트 상호운용성, 토큰화, 그리고 분산형 거버넌스를 가능하게 합니다. 개발자와 커뮤니티는 AI 에이전트와 투명하게 상호작용할 수 있습니다.

### AI 에이전트 토큰화와 거버넌스는 어떻게 작동하는가

1. **AI 에이전트 토큰 민팅:** 새로운 AI 에이전트마다 에이전트별 토큰 10억 개가 민팅됩니다.
2. **온체인 AI 에이전트 거버넌스:** 에이전트 토큰은 거버넌스 토큰으로 사용됩니다. 토큰 보유자는 에이전트의 개발, 동작, 업그레이드에 관한 의사결정에 참여할 수 있습니다. 이는 분산형 AI 에이전트 관리를 지원합니다.<br>


---

# 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-protocol-whitepaper-ko/virtuals-1/the-protocol/virtual.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.
