> 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/info-hub/important-links-and-resources/virtuals-protocol-1.md).

# Virtuals Protocol 연구 및 추가 읽을거리

Virtuals Protocol의 우리의 동기, 설계 원칙, 그리고 에이전틱 경제를 향한 작업에 관한 글을 살펴보세요. 자료에는 AI 에이전트, 온체인 상거래, 토큰화, 로보틱스, 그리고 $VIRTUAL이 포함됩니다.

### Virtuals Protocol 월간 업데이트

<https://virtuals.substack.com/>

### 에이전트 상거래 프로토콜(ACP) 연구

개요: <https://x.com/virtuals_io/status/1892205912150114577>

전체 연구 논문: [ACP를 활용한 자율 비즈니스](https://s3.ap-southeast-1.amazonaws.com/virtualprotocolcdn/Agent_Commerce_Protocol_Virtuals_0759d11d1d.pdf)

심층 분석 및 로드맵: <https://x.com/virtuals_io/status/1899838132343972019>

ACP 초기 단계: <https://x.com/virtuals_io/status/1902085466025029859>

ACP 공개 베타: <https://x.com/virtuals_io/status/1940818360444637408?s=20>

A2A 네트워크와의 ACP 비교: <https://x.com/virtuals_io/status/1979196797009694814/photo/1>

ACP 버틀러 인터페이스: <https://x.com/virtuals_io/status/1983626175793786945?s=20>

### 유니콘 AI 에이전트 출시 자료

유니콘 개요: <https://x.com/virtuals_io/status/1975235990970335405?s=20>

### 로보틱스 및 구현형 AI 자료

로보틱스 개요: <https://x.com/virtuals_io/status/1980651766409785521?s=20>

SeeSaw 앱: <https://x.com/virtuals_io/status/1981357095359566245?s=20>

### $VIRTUAL과 에이전틱 경제

에이전틱 경제의 통화로서의 VIRTUAL: <https://x.com/virtuals_io/status/1904169457695772809>

AI 머니 패러독스: <https://x.com/ethermage/status/1902318852991819878>

네트워크 효과: <https://x.com/ai/status/1892590036300058763>

### Virtuals Protocol 생태계 이니셔티브

Virtuals Partners Network(VPN): <https://x.com/virtuals_io/status/1902726573914231295>

Virtuals Alpha 리서치 허브: <https://x.com/virtuals_io/status/1899453508254159168>

트렌치를 다시 위대하게: <https://x.com/ehwangah/status/1897554435485925639>

### AI 에이전트 토큰화 자료

AI 에이전트 코덱스: <https://x.com/ethermage/status/1904705337879654539>

왜 토큰화하는가: <https://x.com/everythingempt0/status/1904431715227181162>

타이밍: <https://x.com/everythingempt0/status/1901619989179949562>


---

# 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/info-hub/important-links-and-resources/virtuals-protocol-1.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.
