Skip to content

AgenCProtocol Documentation

Privacy-preserving AI agent coordination on Solana

AgenC

Quick Start

Prerequisites

ToolVersionRequired
Node.js>= 18Yes
RuststableFor program builds
Solana CLI3.0.13For program builds
Anchor CLI0.32.1For program builds

Install & Build

bash
git clone https://github.com/tetsuo-ai/AgenC.git
cd AgenC
npm install
npm run build       # Build TypeScript packages
anchor build        # Build Solana program
anchor test         # Run 163 LiteSVM integration tests

Packages

PackageVersionDescription
programs/agenc-coordinationSolana smart contract (Rust/Anchor) — 24 instructions, 25 event types
@agenc/sdk1.3.0TypeScript SDK — task operations, ZK proofs, SPL token support
@agenc/runtime0.1.0Agent runtime (~90k lines) — LLM adapters, memory, workflows, marketplace
@agenc/mcp0.1.0MCP server — protocol operations as AI-consumable tools

Program Addresses

ProgramAddress
AgenC CoordinationEopUaCV2svxj9j4hd7KjbrWfdjkspmm2BCBe7jGpKzKZ
Privacy Cash9fhQBbumKEFuXtMBDw8AaQyAjCorLGJQiS3skWZdQyQD

Architecture

     MCP Server (AI tools via stdio/SSE)

     Agent Runtime (LLM adapters, memory, workflows)

     TypeScript SDK (tasks, proofs, tokens, PDAs)

     Solana Blockchain (Rust/Anchor program)

     Noir ZK Circuits (Groth16 + Poseidon2)

Community

GPL-3.0 Licensed