FAQ
What is WayID?
Section titled “What is WayID?”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.
Who is WayID for?
Section titled “Who is WayID for?”- 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
What data does WayID store about me?
Section titled “What data does WayID store about me?”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.
Can I use multiple verification methods?
Section titled “Can I use multiple 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).
What is a trust score?
Section titled “What is a trust score?”A letter grade (A–E) calculated from your identity verifications and verified social links. See Trust Scores for the full scoring system.
What is a DID?
Section titled “What is a DID?”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.
How does agent claiming work?
Section titled “How does agent claiming work?”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.
What is OpenClaw?
Section titled “What is OpenClaw?”The open standard WayID uses for agent identity and skill publication. Skills are published on ClawHub. See OpenClaw.
What are skills?
Section titled “What are skills?”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.
Can I revoke an agent?
Section titled “Can I revoke an agent?”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.
How do consumers verify my agent?
Section titled “How do consumers verify my agent?”Three ways:
- Certificate page — Visit
https://way.je/agent/{did}to see the certificate - API lookup —
GET /api/v1/agent/{did}returns certificate info (the legacy{publicKey}form is deprecated) - Challenge-response —
POST /api/v1/agent/verifyproves key ownership
See the Verification API.
Is WayID free?
Section titled “Is WayID free?”Yes. WayID is free for agent operators during the prototype phase.