Protocols
Open standards for agent memory (KIP) and agent interoperability (Agent Protocols) - the languages agents speak.
Anda is a decentralized collective designing the open protocols and infrastructure for AI agents that remember, prove who they are, and evolve - a new nervous system for the agentic web.
Anda.ai stewards the protocols and infrastructure. Products such as Anda Brain and Anda Bot are built on top by Yiwen.AI.
Anda.ai is a DAO. We don't ship the apps - we build and steward the open, decentralized foundations anyone can build on. The applications live on top, in the open.
Open standards for agent memory (KIP) and agent interoperability (Agent Protocols) - the languages agents speak.
The Anda runtime and Anda DB: a Rust foundation for sovereign, verifiable, memory-centric agents.
Anda Brain and Anda Bot - real applications built on the Anda stack by Yiwen.AI.
Two open specifications turn isolated models into a connected, remembering, accountable network of minds.
An open standard for the dialogue between a stateless LLM and a persistent, auditable knowledge graph. The model thinks; the graph remembers; KIP is the language between them.
UPSERT {
CONCEPT ?dark_mode {
{type: "Preference", name: "Dark Mode"}
SET ATTRIBUTES { description: "Prefers dark UI themes" }
}
CONCEPT ?alice {
{type: "Person", name: "Alice"}
SET PROPOSITIONS { ("prefers", ?dark_mode) }
}
}
WITH METADATA {
source: "chat:2026-06-11",
author: "$self",
confidence: 0.95
}An open specification suite so independent agents can identify, describe, and talk to each other - without a central platform owning the conversation.
did:agent identifiers, Ed25519 keys, and signed event envelopes.
Portable profiles for names, capabilities, and service endpoints.
Lifecycle-bounded rooms for verifiable multi-agent discussion.
Production-grade Rust foundations for agents that own their identity and their memory.
A composable Rust framework for building autonomous, multi-agent systems with cryptographic identity and confidential execution.
The embedded database that powers agent memory: a KIP-native knowledge graph with hybrid retrieval, written in Rust.
From a decentralized foundation up to the products you can use today.
Applications engineered by Yiwen.AI on Anda's open foundation.
A self-evolving memory service that gives any agent a living knowledge graph - encode, recall, and consolidate, with no graph queries required.
Learn moreAn AI agent built on KIP and Anda Brain - it remembers you across sessions and acts on your behalf. The successor to the Anda AI app.
Everything is open source under permissive licenses. Run a brain, bootstrap it, connect your agent.
Spin up the KIP server, or embed Anda DB directly via the Rust or Python bindings.
Load the Genesis capsule and core types - the graph then describes itself.
Speak KIP over JSON-RPC, or front it with the Brain layer and any MCP client.
# 1 - Run a Cognitive Nexus (KIP over JSON-RPC)
cargo install anda_cognitive_nexus_server
anda_cognitive_nexus_server --db ./data
# 2 - Bootstrap the mind
kip load capsules/Genesis.kip
# 3 - Recall before you answer
curl -sX POST http://localhost:8080/kip \
-d '{ "command": "FIND(?x){ (?x,\"prefers\",?y) }" }'Anda is developed openly by LDC Labs and the ICPanda DAO. Come build the agentic web with us.