# Agent Context Interface (ACI)

### What is ACI?

The **Agent Context Interface (ACI)** is a standardized interface within Decontext that allows **AI agents** to **read, reason, and react** based on composable, on-chain context. It acts as a bridge between decentralized context models (DMCP + Context Graph) and intelligent agents operating in Web3.

> ACI enables agents to plug directly into the decentralized brain of Web3 — understanding context just like humans do.

### 🧠 Why It Matters

In traditional systems, AI agents rely on centralized APIs or proprietary databases for context. That’s:

* Insecure
* Non-verifiable
* Opaque

With ACI, agents can:

* Access verifiable context on-chain
* Subscribe to real-time changes
* Perform context-driven decision-making
* Achieve autonomous interaction with dApps and smart contracts


---

# 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.dctx.ai/key-components/agent-context-interface-aci.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.
