> ## Documentation Index
> Fetch the complete documentation index at: https://docs.neus.network/llms.txt
> Use this file to discover all available pages before exploring further.

# Result check (`neus_proofs_check`)

> Yes/no eligibility. No result details. No hosted links.

**Yes/no lookup only.** Use this before a new check or hosted handoff. It never creates results and never opens hosted flows.

Private results count only with that user's **Bearer** ([Auth](./auth)).

If **`eligible`** is true, continue silently. If false, use **`neus_proofs_get`** when you need exact state, or **`neus_verify_or_guide`** when setup or browser-only consent is missing.

## Input

Uses **`wallet`** (not `walletAddress`):

```json theme={"dark"}
{
  "wallet": "0x...",
  "verifiers": ["ownership-basic"],
  "requireAll": true
}
```

Optional `minCount` requires at least N matching verifiers instead of all-or-any. Omit `wallet` when signed in to use your profile wallet.

## Output

`eligible`, `matchedCount`, `success`.
