1. Create your NEUS profile
- Open the NEUS platform and sign in (passkey or wallet).
- You will use Profile for app linking, Credits for balance, and Identity when you need domains or org proofs later.
2. Link your app (Apps tab)
This follows the Link app flow: domain, daily cap, and wallet signature.- Go to
https://neus.network/profile?tab=apps(Profile → Apps). - Open Link app / Manage app.
- Enter your app domain (e.g.
acme.comorhttps://app.acme.com). - Set a daily credit cap (protects you from runaway usage).
- Complete the steps in the modal (wallet sign-in as needed).
appId to send as X-Neus-App on API traffic from that integration. The SDK maps this automatically:
3. Add credits (Credits tab)
- On the platform, open Credits and keep a balance on the wallet that should pay for your integration.
- If you only use user self-pay (each end user’s wallet pays), you still need credits on their side when they sign requests—see Billing.
4. Sponsor users
For products where end users should not manage NEUS credits:- Keep your org wallet funded (step 3).
- Issue short-lived sponsor grants and pass them to the SDK as
sponsorGrant(sendsX-Sponsor-Grant).
5. Choose an integration
| Option | When | Next step |
|---|---|---|
| Hosted Verify | You want NEUS-hosted UI for login / verification | Hosted Verify |
| Widgets | React app, gates and badges | Widgets |
| SDK | Custom browser or Node flow | SDK overview → JavaScript |
| HTTP API | Server-only | API overview |
| MCP | Cursor, Claude, agents | MCP overview |
6. Production checklist
- App linked on the platform with a realistic daily cap
- Credits on the wallet that should pay (you or users, per your model)
-
appIdon the client;sponsorGrantif you pay for metered calls - Billing understood (visibility vs who pays)
- If you see 402, see x402 for pay-per-use retries
Without a linked app
Use Quickstart and Hosted Verify. Add Apps and sponsor grants on the platform when you publish an app that should pay for others.Related
Billing
Who pays, x402, sponsor model.
Partner setup
Domains, org verify, sponsor detail.
Integration
Verify → save → reuse loop.
Overview
Product summary.