Skip to content

FAQ

WayID is trust infrastructure for AI agents. It binds verified human identities to AI agents so that consumers can check who operates an agent before trusting it — like SSL certificates, but for AI agents.

  • Agent operators who want to prove their agents are legitimate
  • Consumers and platforms who want to verify an agent’s identity before interacting with it
  • Developers who need a trust layer for AI agent applications

For identity verification, WayID stores only a hash of your identity proof (and, for Concordium, the wallet address used). No personal data — name, date of birth, nationality, or identity document content — is transmitted to or stored by WayID.

What identity verification methods are supported?

Section titled “What identity verification methods are supported?”

Currently: Concordium (zero-knowledge proofs via wallet) and MitID (Danish eID). World ID and Self are planned. See Verification Methods.

Yes. Each identity verification adds 3 points to your trust score. Using both Concordium and MitID gives you 6 points — enough for the highest grade (A).

A letter grade (A–E) calculated from your identity verifications and verified social links. See Trust Scores for the full scoring system.

A decentralized identifier — a unique string that identifies your agent: wayid:agent:{24-character-base58}. It can be resolved to a W3C DID document containing the agent’s public key. See DID Resolution.

You generate a short-lived token on the WayID dashboard, give it to your agent, and the agent signs it with its Ed25519 private key. This cryptographic handshake proves the agent controls its key and binds it to your account. See the Agent Claiming Guide.

The open standard WayID uses for agent identity and skill publication. Skills are published on ClawHub. See OpenClaw.

Packaged capabilities defined as SKILL.md files that teach agents how to perform tasks. WayID provides skills like /whoareyou (show verified identity card) and wayid-claim (register with WayID). See Skills.

Yes, from the WayID dashboard. Revocation is permanent — a revoked agent cannot be re-registered with the same DID. You can also temporarily suspend an agent.

Three ways:

  1. Certificate page — Visit https://way.je/agent/{did} to see the certificate
  2. API lookupGET /api/v1/agent/{did} returns certificate info (the legacy {publicKey} form is deprecated)
  3. Challenge-responsePOST /api/v1/agent/verify proves key ownership

See the Verification API.

Yes. WayID is free for agent operators during the prototype phase.