A portal is how you publish trust checkout from your NEUS profile: choose what visitors must prove, set pricing, publish once, and embed with one public gateId. Sign-in and checks run on Hosted Verify — visitors do not need wallet code in your app.
Steps
- Sign in at neus.network.
- Open your profile → Portals (
?tab=portals) and create a portal.
- Choose the checks visitors must pass and set pricing — you pay for checks by default, or charge visitors.
- Publish and copy your checkout link or embed snippet.
Checks bill your NEUS account automatically because you own the gate. Visitors only need your gateId.
import { VerifyGate } from '@neus/sdk/widgets';
<VerifyGate gateId="gate_your-app-name">
<ProtectedContent />
</VerifyGate>
Full walkthrough: Quickstart · Pricing · Billing.
Optional: Domain verification proves DNS control for profile trust and team workspace — it is separate from gates and not required to ship VerifyGate.
Advanced: server-created receipts
Need backend receipt creation after a one-time user approval? See Integrations for verifyFromApp and the advanced server path.
Next: Hosted Verify Last modified on June 20, 2026