Infrastructure for the Agent Economy

KYA: Know Your Agent.

The universal registry for Autonomous Commerce.
We provide verifiable identity, reputation scoring, and liability rails for AI Agents.

The "Bot" Problem

Today, commerce platforms treat all automated traffic as spam. CAPTCHAs and rate limits block the "Good Bots" (Purchasing Agents) along with the bad ones.

Portable Identity

Agents need a passport.
6ID:SAMSUNG-BUYER-01
A cryptographically bound identity that works across Shopify, and Stripe.

Reputation Scoring

Don't block the whale.
"This agent has executed $5M in successful verified transactions. Let them through the Fast Lane."

The Verified Lane

6ID enables a "Fast Lane" for verified agents. Instead of slowing them down with challenges, you verify their cryptographic handshake in under 30ms.

  • Ed25519 Signatures
  • Sub-30ms Handshake
  • Liability Receipts (CAR format)
// The 6ID Handshake (Server-Side)
const verification = await 6id.verify({
  handle: "6ID:AGENT-007",
  signature: "ed25519_sig_...",
  nonce: "challenge_123"
});

if (verification.isValid && verification.reputation > 0.9) {
  // BYPASS CAPTCHA & RATE LIMITS
  return FastLane.execute(order);
} else {
  return Challenge.captcha();
}

Ecosystem Roles

For Platforms

Stop fighting bot wars. Monetize the traffic. Offer "Verified Agent Access" as a premium tier for your enterprise merchants.

For Brands (The Agents)

Give your AI purchasing agents a legitimate face. Gain access to high-frequency inventory without getting blocked.

Bootstrap the agent economy

Want early access to the spec repo, reference verifier, and integration guidance?

Email hello@6id.com
Request Beta Access.