Reuse-first, fresh-proof, hosted interactive, and backend gating patterns with the NEUS SDK.
<VerifyGate requiredVerifiers={['ownership-basic']} strategy="reuse-or-create" > <Protected /> </VerifyGate>
<VerifyGate requiredVerifiers={['wallet-risk']} strategy="fresh" > <Protected /> </VerifyGate>
<VerifyGate requiredVerifiers={['ownership-social']} hostedCheckoutUrl="https://neus.network/verify" />
const result = await client.gateCheck({ address: '0x...', verifierIds: ['token-holding'], contractAddress: '0x...', minBalance: '100', chainId: 8453, since: Date.now() - 60 * 60 * 1000 });