Skip to main content
Verifier ID: nft-ownership Use this verifier when access depends on NFT ownership.

Best For

  • token-gated communities
  • premium drops
  • collector-only content

Flow Type

Lookup. NEUS checks on-chain ownership.

Required Fields

FieldRequiredNotes
contractAddressYesNFT contract or mint
tokenIdYesToken ID
chainId or chainYesEVM chainId or Solana CAIP-2 chain

Example

{
  "contractAddress": "0x...",
  "tokenId": "1",
  "chainId": 8453
}
This result can be reused for access checks and proof-aware member experiences.

Reader Note

For high-stakes access, pair this with freshness checks or require a fresh proof.