Skip to main content
Use neus_proofs_check when your agent only needs to know whether a wallet or DID satisfies a policy.

Best For

  • access checks
  • gate enforcement
  • avoiding private proof payload reads

Input

{
  "wallet": "0xabc123...",
  "verifiers": ["ownership-basic", "proof-of-human"],
  "requireAll": true
}

Returns

  • eligible
  • matchedCount
  • success