Skip to main content
Presets are short hosted verify bundles for common flows. Use preset=<id> for a simple hosted URL instead of assembling a longer verifier list yourself.

URL Format

https://neus.network/verify?preset=<id>
Optional params: returnUrl, gateId, mode=popup, origin.

When To Use Presets

  • You need the shortest hosted verify URL for a common flow.
  • You want stable, memorable entry points for docs, support, and in-app links.
  • You want users to start from an outcome instead of a raw verifier list.

Preset Catalog

Preset IDPublic meaningUse case
basic-packOwnership and provenancePublish a proof-backed claim, file, or artifact
human-packHuman verificationAdd stronger anti-bot or uniqueness checks
project-packProject ownership trustVerify project legitimacy through ownership and domain trust
creator-packContent trustPair ownership and provenance with content safety review
agent-packAgent setupRegister an agent, set permissions, and add a safety screen
holder-packHolder accessGate access by holdings with an added safety screen
social-packLinked accountsConnect a social account to a portable profile
domain-packDomain verificationProve control of a site, app, or community domain
org-packTeam and organization verificationVerify workspace or company association
nft-packNFT holder accessGate by NFT ownership
wallet-link-packLinked walletsConnect multiple wallets into one linked identity
pseudonym-packUsername and namespace claimsClaim a portable handle or namespaced identity

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 and Widgets

Pass preset when building hosted verify URLs:
import { getHostedCheckoutUrl } from '@neus/sdk';

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

Auth + Hosted Verify

Hosted URL params and popup flow.

Capability Catalog

Verifier catalog for the capabilities behind each preset.