For the complete documentation index, see llms.txt. This page is also available as Markdown.

Operate & Troubleshoot

Start with the failing layer.

Daemon

dkg status
dkg logs
curl http://127.0.0.1:9200/api/status

Auth

TOKEN=$(dkg auth show)
curl -H "Authorization: Bearer $TOKEN" http://127.0.0.1:9200/api/agent/identity

Funds

dkg wallet

Funds are needed for Verifiable Memory, not for WM/SWM/query-only flows.

Connectivity

dkg peers
dkg peer info <peer-id>

For MCP, restart the client after setup. For Hermes, confirm the gateway is running. For OpenClaw, restart the gateway if the adapter is not loaded.

Last updated

Was this helpful?