Skip to main content

Verifiers

Verifier metadata is a backend single source of truth. Frontend apps, SDKs, widgets, MCP, and docs should consume the backend catalog instead of maintaining parallel metadata.

Verifier classes

ClassExample useTypical behavior
OwnershipWallet, domain, NFT, token assertionsOften instant or lookup-based
Risk and anti-sybilBot, risk, human checksOften freshness-sensitive
Org and socialOAuth-linked account or org membershipUsually interactive and hosted
Agent proofsAgent identity and delegationUsed by agent registries and MCP flows

Where to read the catalog

GET /api/v1/verification/verifiers
Use the catalog to determine:
  • verifierId
  • availability tier or access constraints
  • required verifier data
  • interactivity and hosted flow expectations
  • delegated-subject support where applicable

Detailed catalog reference

For the current public catalog, IDs, and example payloads, use the detailed page:

Verifier Catalog

Detailed verifier IDs, categories, and input examples.