Skip to main content
Verifier ID: nft-ownership Lookup gate: wallet must hold the NFT at check time.

Best For

  • Token-gated access
  • Drops and 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
}
High-stakes access: pair with freshness checks or require a new proof when policy demands it.