Policies

Verifier 2 introduces a fully parallelized validation process:

Instead of sequential execution, VC-, VP-, and type-specific policies are executed concurrently, significantly improving performance for multi-credential presentations.

Each of them can be defined in the policies object as shown below:

"policies": {
  "vp_policies": [...],
  "vc_policies": [...],
  "vc_type_policies": {
    "VerifiableID": [...],
    "BankStatementCredential": [...]
  }
}

Learn more about the policy configuration here.

Last updated on December 3, 2025