# Welcome to Agentic Docs

Official documentation for the Agentic Protocol — infrastructure for the Autonomous Internet.

Agentic is a decentralized Web4 protocol powering intelligent coordination between humans, AI agents, real-world assets and capital.

As an Internet Protocol, Agentic enables secure Agent-to-Agent (A2A) communication, cross-chain execution and programmable economic systems designed for autonomous coordination at global scale.

Built by the Web4 community.

***

## Documentation Index

* [Agentic Overview](/00-agentic.md)
* [Introduction to Web4](/01-introduction-to-web4.md)
* [Four Core Layers](/02-four-core-layers.md)
* [Protocol Architecture](/03-protocol-architecture.md)
* [Ecosystem Overview](/04-ecosystem-overview.md)
* [AGNTs](/05-agnts.md)
* [ERC-AI Token Standard](/06-erc-ai-token-standard.md)
* [Agentic Gas Token](/07-agentic-gas-token.md)
* [Token Economics](/08-token-economics.md)
* [Roadmap](/09-roadmap.md)
* [Core Contributors](/10-core-contributors.md)
* [Developer Community](/11-developer-community.md)
* [FAQs](/12-faqs.md)


---

# 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://docs.agenticprotocol.org/readme.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.
