The building blocks
KYA verification tiers
Formal agent identity tiers (0–3) with graduated spending limits. Direct parallel to KYC/KYB for humans.
Wallet policies
Per-agent spending rules — merchant allowlists, daily caps, transaction-level limits. Enforced at execution.
Ed25519 keypair auth
Production-grade session credentials. Private key never leaves the agent process.
Persistent SSE
Push channel for real-time events: tasks assigned, transfers completed, approvals needed.
A2A agent card
Public identity + skills catalog. Where peer agents discover what yours can do.
MCP tool catalog
Every Sly capability as an MCP tool for Claude Desktop and compatible runtimes.
Kill-switch
Instant revocation of auth keys + all active sessions. Policy-level override.
Approval workflows
Route spends above policy thresholds to human approvers before execution.
How the pieces fit
Every agent transaction passes through three enforcement layers:Who’s this for
- You’re shipping an agent into production — you’ll touch all of this
- You’re building a multi-agent system — A2A + MCP are essential
- You’re offering agents as a service to your customers — KYA tiers + approval workflows give them the governance controls their compliance teams ask for
