Skip to main content
Use preset=<id> for common hosted URLs instead of long verifier lists.
https://neus.network/verify?preset=<id>
Add returnUrl, gateId, mode=popup, origin as needed.

Catalog

PresetFor
basic-packOwnership / provenance
human-packHuman verification
project-packProject trust
creator-packContent trust
agent-packAgent setup
holder-packHolder + safety
social-packLinked accounts
domain-packDomain control
org-packTeam / org
nft-packNFT gate
wallet-link-packLinked wallets
pseudonym-packHandle / namespace

Examples

https://neus.network/verify?preset=agent-pack
https://neus.network/verify?preset=basic-pack&returnUrl=https://myapp.com/callback
https://neus.network/verify?preset=social-pack&mode=popup&origin=https://myapp.com

SDK

import { getHostedCheckoutUrl } from '@neus/sdk';

getHostedCheckoutUrl({
  preset: 'agent-pack',
  returnUrl: 'https://myapp.com/callback',
});

Hosted Verify

Params + popup.

Verifiers

What presets bundle.