A Credential is a statement an issuer makes about a World ID holder. Fundamentally, when you as an RP request a proof, the choice of Credential matters significantly to fulfill your use case. For example, if you want to protect an action that should only be done once per human, you probably want to use the Proof of Human credential.Documentation Index
Fetch the complete documentation index at: https://docs.world.org/llms.txt
Use this file to discover all available pages before exploring further.
Legacy Presets
Legacy presets only return World ID 3.0 proofs. These function the same asVerificationLevel from previous IDKit versions.
orbLegacy
Requires Orb verification.
secureDocumentLegacy
Requires at least a Secure Document verification. Returns the user’s highest credential (Secure Document or Orb).
documentLegacy
Requires at least a Document verification. Returns the user’s highest credential (Document, Secure Document, or Orb).
deviceLegacy
Requires at least a Device verification. Returns the user’s highest credential (Device,Document, Secure Document, or Orb).
selfieCheckLegacy (Selfie Check Beta)
Requires Selfie Check verification. Returns a World ID 3.0 Face proof.
Learn more about Selfie Check here: Selfie Check Overview.
Parameters
All legacy presets accept an optionalsignal parameter:
| Parameter | Type | Description |
|---|---|---|
signal | string? | Binds specific context into the proof (e.g. user ID, wallet address). Your backend should enforce the same value. |