Skip to main content
Use when you have an identifier and need proof records, fields, tags, or delegated context. In the reuse-first flow, call this after neus_proofs_check when you need details beyond yes/no eligibility. Profile totals and account context come from neus_context. In user-facing replies, summarize the result in plain language and link only real proof URLs returned by NEUS.

Common Reads

Keep tag values short and product-facing in your own app. Avoid exposing private workflow names in assistant replies.

Input

When identifier is a DID, NEUS resolves the DID to its native account. Non-EVM signing and account context still use CAIP-2 chain; see CAIP-380 Portable Proof.

Response

include: "metadata" returns a compact paginated proof index: proof id, status, check ids and outcomes, title, tags, timestamps, and content length when known. It does not include proof bodies, profile summary, or agent context. Use include: "content" for a specific proof or tightly filtered page when the body is required. Use the paginated proofs list for history and the profile summary from neus_context for aggregate totals. Never infer a total or absence from one page.

Assistant Output

Do:
Avoid raw JSON, private implementation tags, or guessed proof URLs.

Next

Proof check

Confirm existing proofs before creating new ones.

MCP overview

Install, session flow, and tool map.
Last modified on September 5, 2026