Agent Vault
Programmable wallets with per-transaction limits, daily caps, rate limiting, token/program allowlists, and pause/resume controls.
Programmable vaults, agent discovery, and milestone-based settlement on Solana
The MCP server isn't on npm yet — install from source:
# Clone and build the workspace (root postinstall builds all 4 TS packages)
git clone https://github.com/agenomics-labs/protocol
cd protocol && npm install
# Configure for devnet
cp mcp-server/.env.devnet mcp-server/.env
# Run the MCP server (or have your MCP client launch it via stdio)
node mcp-server/dist/index.jsSee Getting Started for the full Claude Desktop / Cursor wiring.
AEP consists of three Solana programs connected via real CPI:
| Program | Program ID | Purpose |
|---|---|---|
| Agent Vault | 28Km3edbdMASVzKDnG2gHNLBgC7JQodGd9FVRAEVzYYw | Programmable wallets with spending policies |
| Agent Registry | psJT29X5QAqkc9ZL3mt1YbyUsGqgdXjBU7RhEUEyNyv | Discovery and reputation |
| Settlement | 9TRVbw2dvER1zDQcxwA8Puub4fLnPGstc1GGDDLTUF95 | Milestone escrow and disputes |
AEP ships an /llms.txt entry point following the llmstxt.org convention so AI development tools can read the protocol's public contract directly.
https://agenomics.xyz/llms.txt to your context.llms.txt link or paste the canonical docs into the conversation.Per ADR-137; the v0.2 follow-up adds a build-time llms-full.txt concatenation and per-package CLAUDE.md / AGENTS.md files.