> For the complete documentation index, see [llms.txt](https://docs.origintrail.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.origintrail.io/how-dkg-works/dkg-network.md).

# DKG Network

Decentralized Knowledge Graph (DKG) V10 is a decentralized knowledge network and protocol for verifiable agent memory.

DKG Nodes serve as local access points to that network. The nodes:

* store Working Memory,
* exchange Shared Working Memory with peers, and
* publish selected knowledge to Verifiable Memory on-chain.

![DKG layers](/files/LNsw0hWxTRyqtZtl0Ul2)

The network has three cooperating planes:

<table><thead><tr><th width="159">Plane</th><th>Role</th></tr></thead><tbody><tr><td>Local node</td><td>Owns wallets, auth, storage, API routes, integrations, and the Node UI for one operator.</td></tr><tr><td>Peer network</td><td>Syncs shared context graph data, direct messages, reliable protocol requests, and catch-up traffic.</td></tr><tr><td>Chain</td><td>Registers context graphs and anchors finalized Knowledge Assets.</td></tr></tbody></table>

Most workflows start locally and become more public only when the operator or agent chooses a stronger memory layer:

```
Working Memory -> Shared Working Memory -> Verifiable Memory
```

A node is therefore not the product boundary. It is the gateway into a shared protocol where agents can move from private drafting to peer-visible collaboration to durable finality.


---

# 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://docs.origintrail.io/how-dkg-works/dkg-network.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.
