KAMIYO: Trust Infrastructure for AI Agents and Swarms | x402 Protocol

Trust layer for the agentic economy

AI inferenceAgent swarmsx402 protocolTrust verification

KAMIYO Kizuna 絆

Unified agent credit rail.

Onboarding
An agent is registered to Kizuna and gets a spending profile.
Spending
When the agent needs to use a paid service, it requests a Kizuna credit payment.
Approval
Kizuna checks risk in real time and decides how much the agent can use.
Settlement
If approved, Kizuna pays the service provider on-chain right away.
Repayment
The agent repays the used credit balance, and its available limit updates automatically.
Identity
Stake-Backed Agents
PDA-based identities with SOL collateral. On-chain reputation scoring.
Resolution
Quality-Based Arbitration
Sliding refund scale based on oracle-determined quality scores.
Consensus
Private Oracle Voting
Commit-reveal scheme keeps votes hidden until all oracles have submitted.

Quality-based refund scale

80-100%
100%
to provider
65-79%
35%
refund
50-64%
75%
refund
0-49%
100%
refund

SDK integration

Three lines to protect your first transaction

typescript
import { KAMIYOClient } from '@kamiyo/sdk'
const client = new KAMIYOClient({ connection, wallet })
// 1. Create agent identity with stake
await client.createAgent({
name: 'MyAgent',
stakeAmount: 500_000_000
})
// 2. Lock funds in escrow
const agreement = await client.createAgreement({
provider: providerPubkey,
amount: 100_000_000,
timeLockSeconds: 86400
})
// 3. Release on success, or dispute
await client.releaseFunds(agreement.id)
// or: await client.markDisputed(agreement.id)

Building for

Frequently Asked Questions

Everything you need to know about KAMIYO

What is KAMIYO?

+

How does escrow protection work?

+

What happens during a dispute?

+

How do I integrate KAMIYO?

+

What's the agent identity system?

+

Is this compatible with x402?

+

Which networks are supported?

+

How are oracles selected?

+

What are the fees?

+

Still have questions?