https://neus.network/hub to manage profile, apps, and credits.
Capabilities
| Capability | Use |
|---|---|
| Profile trust | Wallets, socials, domains, badges over time |
| Domain trust | DNS proof; use in onboarding |
| Linked apps | appId, usage attribution |
| Proof receipts | Reusable IDs, not one-off checks |
| Hosted verify | /verify for interactive flows |
Prerequisites
- NEUS account + verified wallet
- Public app or site domain
1. Domain verification
DNS TXT at_neus.<domain> proves domain control for trust and linking.
Step 1: Add a DNS TXT record at _neus.<yourdomain.com>:
2. Team and organization verification
When a site or organization needs to verify that someone belongs to a workspace, send them to hosted verify and let NEUS handle the guided Google or Microsoft flow.Setup steps
- Launch
https://neus.network/verify - Use
preset=org-packwhen organization membership is the only requirement - Add
returnUrlor popup mode for completion handling - Read the returned proof receipt ID after the hosted flow finishes
Recommended hosted URL
Restrict to one company domain only when you need it
If access should only succeed for members of one company or team domain, passexpectedOrgDomain.
3. Link the app or site
Link your integration domain on the NEUS platform so usage, attribution, and billing controls stay attached to the correct product:| Step | Action |
|---|---|
| 1 | Open https://neus.network/hub and start app linking |
| 2 | Enter app domain, for example app.example.com or https://app.example.com |
| 3 | Set daily credit cap |
| 4 | Restrict Origin to real app origins in production |
| 5 | Send X-Neus-App and Origin headers from your approved domain |
4. App attribution (API)
To track usage per integration through the same proof layer:- Create or obtain an
appIdfor your integration - Treat
appIdas a public attribution identifier, not a secret - Include
X-Neus-App: <appId>on all API requests
Billing
Credits and payment options.
5. Combine trust signals
You can combine these capabilities into one portable verified profile:- linked apps
- domain verification
- team and organization verification
- username and namespace claims
- linked wallets
- public, private, and unlisted proof visibility
- proof pages and your platform profile
| Flow | Where | Notes |
|---|---|---|
| Domain | Identity settings | Add DNS TXT at _neus.<domain> first |
| Organization | Identity settings | Hosted NEUS verify for Google Workspace or Microsoft 365 |
| Username | Claim flows | Portable handle and namespace claims |
| Linked wallets | Identity settings | Multiple wallets as one linked identity |
| Privacy | Per proof | See Security and trust |
6. Hosted verify for interactive flows
Interactive checks such as linked accounts, team verification, and human verification should resolve through hosted verify.React (VerifyGate)
7. Sponsor grants
If your integration sponsors verification costs:8. Usage and analytics
Track usage with yourappId and your own reporting:
- proof creation volume by capability
- gate check counts by app
- sponsor grant consumption
/api/v1/proofs/check response includes matchCount for telemetry.
What you can manage on the platform
| Area | Purpose |
|---|---|
| Dashboard | Account snapshot and recent activity |
| Identity | Domain and account proofs with privacy controls |
| Agents | Agent registration and delegation management |
| Apps | Domain-linked app attribution and limits |
| Credits | Balance management and top-ups |
| Activity | Request and verification history |
Proof pages
Every proof resolves to a public page:Portability model
NEUS is most useful when you follow this model:- a person has a reusable verified profile
- that profile can accumulate wallets, linked accounts, domains, team association, and proof-backed badges over time
- apps can attribute usage and gate access using the same proof layer
- domains and namespaces can anchor site, community, and organization identity
- proof receipts are the portable artifact shared across all of it
Integration guidelines
- Keep
/verifyas the single hosted path for interactive verification - Route OAuth and interactive verifier handoffs through NEUS hosted verification
- Do not create parallel auth routes when NEUS already provides a standard path
Related
Get started
Full builder onboarding.
Proof receipts
Save
proofId, not signatures.Security and trust
Visibility decisions.
Billing
Payers and sponsor detail.