Skip to main content
Verifier ID: token-holding

Use cases

  • balance-based access
  • governance or membership tiers
  • token utility products

Flow Type

Lookup. NEUS checks current token balances.

Required Fields

FieldRequiredNotes
contractAddressYesToken contract or mint
minBalanceYesHuman-readable token amount, e.g. "10.5" — converted with the token’s on-chain decimals, not base units
chainId or chainYesEVM chainId or Solana CAIP-2 chain
ownerAddressNoWallet to check; defaults to the signer
blockNumberNoCheck the balance at a specific block

Example

{
  "contractAddress": "0x...",
  "minBalance": "100",
  "chainId": 8453
}
Full schema: token-holding.json.
Last modified on June 15, 2026