— Docs
KAMIYO Protocol
Trust, settlement, and control for agent commerce. Kizuna verify/settle, enterprise and crypto-fast lanes on Solana.
Overview
KAMIYO provides the trust, settlement, and control layer for autonomous agents on Solana. Verify and settle through the x402 facilitator with enterprise or crypto-fast lanes.
• x402 Facilitator: Primary Kizuna protocol edge for verify and settle. Billable settlement event emission.
• Enterprise Lane: Prefunded, mandate-limited approvals with clear audit trails. No unsecured payout path.
• Crypto-Fast Lane: Overcollateralized approvals with LTV caps, health factor enforcement, and pool isolation.
• Wallet Control Plane: Mandate, funding, and collateral control surface. Agent onboarding, linked end-user wallet controls.
Program ID
8sUnNU6WBD2SYapCE12S7LwH1b8zWoniytze7ifWwXCMDeployed on Solana mainnet and devnet.
Installation
npm install @kamiyo/x402-clientQuick Example
import { KizunaClient } from '@kamiyo/x402-client';
// Initialize with Kizuna account
const client = new KizunaClient({
endpoint: 'https://x402.kamiyo.ai',
apiKey: process.env.KAMIYO_API_KEY
});
// Verify payment approval (enterprise lane)
const approval = await client.verify({
amount: 100_000_000, // 0.1 SOL
lane: 'enterprise',
mandate: mandateId
});
// Settle on approved reservation
await client.settle(approval.reservationId);Commercial Model
| Settlement event | Billable on each verified settlement |
| Enterprise mandates | Prefund-based, mandate-limited |
| Crypto-fast positions | Collateral-backed with LTV enforcement |
Need Help?
General Inquiries
Integration Support
Partnerships
