- Portable proof receipts — Get a
qHashyou can reuse across apps, gates, and agents - Gate content — Check eligibility before serving protected content
- Sponsor flows — Apps cover verification cost for frictionless onboarding
- Agent delegation — Verifiable agent identity and payment scopes
Get Started
Quickstart
Create your first proof and wire a gate in minutes.
Choose Your Path
Pick SDK, Widgets, API, or MCP based on what you’re building.
Auth + Hosted Verify
Standardized
/verify login, popup completion, and auth code exchange.Examples
Node.js, React, and curl examples.
Standardized Surfaces
| Surface | URL |
|---|---|
| Hub (explorer + profile) | https://neus.network/hub |
| Profile | https://neus.network/profile |
| Hosted verify and login | https://neus.network/verify |
| Proof page | https://neus.network/proof/[qHash] |
| Presets | https://neus.network/verify?preset=<id> |
| Public API base | https://api.neus.network |
| MCP endpoint | https://mcp.neus.network/mcp |
| MCP discovery | https://mcp.neus.network/.well-known/mcp.json |
| Verify widget script | https://verify.neus.network/widget.js |
| Verifier catalog | GET /api/v1/verification/verifiers |
| Gate check | GET /api/v1/proofs/check |
| Examples (Node.js, React, curl) | GitHub examples |
| AI doc index | https://docs.neus.network/llms.txt |
Docs Contract
docs.neus.networkis the canonical published surface- This
mintlify/tree is the published source for docs content, navigation, and theming - The public OpenAPI spec at
/openapi/public-api.jsonis the reference contract for the API Reference tab
Integration Surfaces
Platform
Verification model, receipts, environments, and trust boundaries.
JavaScript SDK
Client-side proof creation, deterministic signing, and polling.
Widgets
Drop-in React gating and proof badge rendering.
Agents
Agent identity, delegation, and reusable proof patterns.
MCP Server
Hosted MCP for agents, tool calling, and verify flows.
API
HTTP integration, auth patterns, and error handling.
Learn the System
How Verification Works
Requests, signer strings, verifiers, and hosted interaction.
Verification Lifecycle
Creation, async processing, terminal states, reuse, and revocation.
Guides
Production patterns for hosted verify, domains, gating, and sponsored flows.
LLM Docs
llms.txt, Cursor, and MCP setup for AI tools.