> ## 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.

# Verifier Catalog

> Pick a verification by outcome.

## By outcome

| Need              | Verifier                                       | Type        |
| ----------------- | ---------------------------------------------- | ----------- |
| Content ownership | [ownership-basic](./ownership-basic)           | Instant     |
| Social link       | [ownership-social](./ownership-social)         | Interactive |
| Domain            | [ownership-dns-txt](./ownership-dns-txt)       | Lookup      |
| Org / team        | [ownership-org-oauth](./ownership-org-oauth)   | Interactive |
| NFT gate          | [nft-ownership](./nft-ownership)               | Lookup      |
| Token gate        | [token-holding](./token-holding)               | Lookup      |
| Human             | [proof-of-human](./proof-of-human)             | Interactive |
| Wallet risk       | [wallet-risk](./wallet-risk)                   | Lookup      |
| Agent register    | [agent-identity](../agents/agent-identity)     | Instant     |
| Agent delegate    | [agent-delegation](../agents/agent-delegation) | Instant     |

## Types

| Type        | Behavior     | Examples                         |
| ----------- | ------------ | -------------------------------- |
| Instant     | Wallet signs | ownership-basic, agent-identity  |
| Interactive | Hosted flow  | ownership-social, proof-of-human |
| Lookup      | Live state   | nft-ownership, token-holding     |

## By category

### Identity

| Verifier                                     | Proves         |
| -------------------------------------------- | -------------- |
| [ownership-social](./ownership-social)       | Social account |
| [ownership-dns-txt](./ownership-dns-txt)     | Domain         |
| [ownership-org-oauth](./ownership-org-oauth) | Org membership |
| [ownership-pseudonym](./ownership-pseudonym) | Username       |
| [wallet-link](./wallet-link)                 | Linked wallets |

### Ownership

| Verifier                                   | Proves           |
| ------------------------------------------ | ---------------- |
| [ownership-basic](./ownership-basic)       | Content / claim  |
| [contract-ownership](./contract-ownership) | Contract control |

### Access

| Verifier                         | Proves            |
| -------------------------------- | ----------------- |
| [nft-ownership](./nft-ownership) | NFT holder        |
| [token-holding](./token-holding) | Balance threshold |

### Abuse

| Verifier                                         | Proves         |
| ------------------------------------------------ | -------------- |
| [proof-of-human](./proof-of-human)               | Human          |
| [wallet-risk](./wallet-risk)                     | Risk signal    |
| [ai-content-moderation](./ai-content-moderation) | Content safety |

### Agents

| Verifier                                       | Proves       |
| ---------------------------------------------- | ------------ |
| [agent-identity](../agents/agent-identity)     | Registration |
| [agent-delegation](../agents/agent-delegation) | Delegation   |

## Bundles

| Bundle         | Verifiers                               | For           |
| -------------- | --------------------------------------- | ------------- |
| AI Trust       | ownership-basic + proof-of-human        | AI + human    |
| Agent Pack     | agent-identity + agent-delegation       | Scoped agents |
| Community Gate | nft-ownership + proof-of-human          | Communities   |
| Org Onboard    | ownership-org-oauth + ownership-dns-txt | Org + domain  |

## Next

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="../quickstart">
    First proof.
  </Card>

  <Card title="Hosted Verify" icon="key" href="../cookbook/auth-hosted-verify">
    Guided.
  </Card>
</CardGroup>
