Open-source Solana AI agent protocol for escrow payments, reputation, disputes, and autonomous service coordination.
kamiyo-protocol is an early-stage TypeScript project in the AI payments / x402 ecosystem, focused on ai-agents, autonomous-systems, dispute-resolution, escrow. It currently has 7 GitHub stars and 0 forks, and sits alongside related tools like kamiyo-protocol, kamiyo-protocol, internet-court-skill.
KAMIYO Protocol is the core open-source repository for KAMIYO.
Kizuna is the protocol's agentic trust and settlement layer. It provides trust signals, payment verification, settlement flows, funding controls, and operator surfaces for AI agents. Reality Fork is the newest product built on top of these rails; this repository contains the underlying protocol, services, SDKs, reference applications, and the portable Reality Fork package rather than a product-only application surface.
| Area | Purpose | Primary paths |
|---|---|---|
| Kizuna core services | Verification, settlement, funding, repayment, and operator APIs | services/x402-facilitator, services/wallet-control-plane, services/api, apps/cdp-onboarding |
| Reality Fork | Counterfactual control-room package and launch assets | packages/kamiyo-reality-fork |
| Trust infrastructure | Durable trust-event ingest, reads, replay, and service runtime | services/trust-layer-service, crates/kamiyo-trust-layer |
| Identity and compliance | Passport, mandate, and compliance surfaces | packages/kamiyo-meishi, services/meishi-compliance |
| Agents and automation | Daily cron tasks and agentic services | services/kamiyo-marketing-agent, services/kamiyo-docs-agent, services/kamiyo-agent |
| Client and integration packages | SDKs, settlement libraries, and agent-facing integrations | packages/ |
| On-chain and proof systems | Solana programs, contracts, zero-knowledge components, and circuits | programs/, contracts/, crates/kamiyo-zk, circuits/, noir/ |
git clone https://github.com/mizuki0x/kamiyo-protocol.git
cd kamiyo-protocol
pnpm install
pnpm run build
pnpm run test
pnpm run lint:check
The root defaults target the Kizuna core workspace. For module, legacy, and on-chain commands, see BUILD.md.
The monorepo is organized around Kizuna, the protocol's trust and settlement layer. Off-chain services in services/ expose verification, settlement, funding, and trust APIs. Client SDKs and integration packages live in packages/. On-chain components are split across Solana programs in programs/, Rust crates with the ZK and trust-layer cores in crates/, zero-knowledge circuits in circuits/ and noir/, and EVM contracts in contracts/. Reference apps and demos live in apps/ and examples/.
See ARCHITECTURE.md for the full system view.
Service- and package-specific documentation lives alongside each component under services/, packages/, apps/, and crates/.
Contributions are welcome. Keep changes focused, add tests for behavior changes, and update documentation when interfaces or workflows change. Start with CONTRIBUTING.md.
Use GitHub Issues for bugs and feature requests. Do not open public issues for security problems; follow SECURITY.md.
MIT. See LICENSE.
Open-source Solana AI agent protocol for escrow payments, reputation, disputes, and autonomous service coordination.
Open-source Solana AI agent protocol for escrow payments, reputation, disputes, and autonomous service coordination.
The trust layer for agent-to-agent commerce — natural-language mandates, ERC-7710 delegated permissions, x402 payments, escrow, and dispute resolution as one open, catch-all Agent Skill / Claude Code plugin.