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

# Virtuals Protocol Research and Further Reading

Explore Virtuals Protocol writing on our motivations, design principles, and work toward an agentic economy. Resources cover AI agents, onchain commerce, tokenization, robotics, and $VIRTUAL.

### Virtuals Protocol monthly updates

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

### Agent Commerce Protocol (ACP) research

Overview: <https://x.com/virtuals_io/status/1892205912150114577>

Full Research Paper: [Autonomous Businesses with ACP](https://s3.ap-southeast-1.amazonaws.com/virtualprotocolcdn/Agent_Commerce_Protocol_Virtuals_0759d11d1d.pdf)

Deep Dive & Roadmap: <https://x.com/virtuals_io/status/1899838132343972019>

ACP Early Phase: <https://x.com/virtuals_io/status/1902085466025029859>

ACP Public Beta: <https://x.com/virtuals_io/status/1940818360444637408?s=20>

ACP Comparison to A2A Network: <https://x.com/virtuals_io/status/1979196797009694814/photo/1>

ACP Butler Interface: <https://x.com/virtuals_io/status/1983626175793786945?s=20>

### Unicorn AI agent launch resources

Unicorn Overview: <https://x.com/virtuals_io/status/1975235990970335405?s=20>

### Robotics and embodied AI resources

Robotics Overview: <https://x.com/virtuals_io/status/1980651766409785521?s=20>

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

### $VIRTUAL and the agentic economy

VIRTUAL as currency for the agentic economy: <https://x.com/virtuals_io/status/1904169457695772809>

AI Money Paradox: <https://x.com/ethermage/status/1902318852991819878>

Network effects: <https://x.com/ai/status/1892590036300058763>

### Virtuals Protocol ecosystem initiatives

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

Virtuals Alpha Research Hub: <https://x.com/virtuals_io/status/1899453508254159168>

Making the Trenches Great Again: <https://x.com/ehwangah/status/1897554435485925639>

### AI agent tokenization resources

AI Agent Codex: <https://x.com/ethermage/status/1904705337879654539>

Why Tokenize: <https://x.com/everythingempt0/status/1904431715227181162>

Timing: <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/info-hub/important-links-and-resources/virtuals-protocol-research-and-further-reading.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.
