KN Platform

Agent trust and governance infrastructure for production systems. Score behavior, verify agents, and query policy evidence with deterministic APIs.

x402 + USDC Base Mainnet Cloudflare Edge 2026-ready

What It Does

Trust Scoring

Compute 6-dimension trust profiles for autonomous agents using interaction evidence and time-smoothed signals.

Governance Checks

Score actions across 10 operational governance categories such as safety, transparency, and resilience.

Verification

Run formal verification flows to catch inconsistencies, sybil-like behavior, and low-confidence claims.

Evidence Graph

Query structured governance concepts and provenance-linked evidence used to support policy decisions.

API Endpoints

GET /.well-known/openapi.json FREE GET /atkn/network_stats FREE
POST /atkn/trust_score $0.001
POST /atkn/verify_agent $0.01
POST /atkn/behavioral_score $0.01
POST /atkn/query_knowledge $0.001

Quickstart

curl https://kosherninja.com/.well-known/agents.json

curl https://kosherninja.com/atkn/network_stats

curl -X POST https://kosherninja.com/atkn/trust_score \\
  -H "Content-Type: application/json" \\
  -d '{"agent_id":"demo-agent"}'

Discovery