Skip to main content
Use token-holding when access depends on a threshold token balance rather than a single NFT.

Best For

  • 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
minBalanceYesRequired minimum balance
chainId or chainYesEVM chainId or Solana CAIP-2 chain

Example

{
  "contractAddress": "0x...",
  "minBalance": "100",
  "chainId": 8453
}