Why NEUS
Identity. Provenance. Authority. Every new app, agent, and transaction rebuilds all three from zero. NEUS turns those checks into portable proofs so people and AI carry verified state as they move, act under clear limits, and leave an audit trail behind.
A proof is something you already earned: who someone is, what they own, what they are allowed to do. Put it on a profile, require it at a gate, or check it from your API. Same proof, every surface.
| Need | What you get with NEUS |
|---|---|
| Stop re-proving the same facts in every product | One portable proof apps and agents can reuse |
| Carry identity and ownership with the actor | Profiles and ownership proofs that travel across gates |
| Authorize actions with clear limits | Scoped permissions, current status, and enforce-before-act checks |
| Keep provenance with people and AI | Live proofs in the editor, product, and API |
| Audit who did what, and under which authority | Proof pages, stable references, and reviewable history |
| Ship trust without rebuilding each flow | Hosted Verify, widgets, SDK, and MCP on one model |
Start building
One command for assistants
Connect once. Your assistant carries your identity, provenance, and scoped authority across editors, reusing what's verified, checking limits before sensitive actions, and leaving a proof for every result.
npx -y -p @neus/sdk neus setup
npx -y -p @neus/sdk neus doctor --live
Then ask your assistant:
Use NEUS so my identity, provenance, and authority travel with me. Reuse proofs when you can, verify when you must, and check authority before sensitive actions.
| Path | Next step |
|---|---|
| AI assistants (Cursor, Claude Code, Codex, VS Code) | MCP setup · Hosted URL: https://mcp.neus.network/mcp |
| First app integration | Quickstart |
| Reuse everywhere | Integration guide |
| React gate | VerifyGate |
| Server / API | API overview |
| Agent trust | Agents overview |
Install neus-mcp from this repo's marketplace to connect Cursor in one click. See MCP setup.
Add trust to an app
Drop in Hosted Verify, VerifyGate, or the SDK when your app needs portable trust: provenance at the gate, authority before access, proofs you can audit later.
- Quickstart to register your app and ship the first proof.
- Pattern: prove once, reuse everywhere.
- Hosted Verify for browser sign-in and checks.
Add trust to an agent
Give agents identity and scoped authority as proofs so tools run under real limits and every action stays auditable.
- Agents overview: identity, permissions, and reusable proofs.
- Register identity with
agent-identity. - Add permissions with
agent-delegation.
Live surfaces
| Surface | Use it for |
|---|---|
| Product | Profiles, gates, and hosted product UX |
| Hosted Verify | Browser verification for people and orgs |
| Proofs | Portable records of identity, authority, and outcomes |
| SDK · @neus/sdk | Issue, poll, and check proofs from your app |
| Widgets | VerifyGate and ProofBadge for React products |
| API | Server reads, checks, verifier catalog, and verification endpoints |
| Agents | Agent identity, scoped authority, and audit-ready proofs |
| MCP | Portable identity, provenance, and authority for any client. neus setup; registry metadata: @neus/mcp-server |
| Examples | Runnable app and agent samples |
| Verifier catalog | Live check IDs and inputs |
Capability snapshot
The live verifier catalog is documented at docs.neus.network/verification/verifiers. JSON Schemas live in docs/verifiers/schemas/; the machine index is spec/VERIFIERS.json.
| Capability | Verifiers |
|---|---|
| Ownership and identity | ownership-basic, ownership-social, ownership-dns-txt, ownership-org-oauth, ownership-pseudonym |
| Human and wallet trust | proof-of-human, wallet-risk, wallet-link |
| Assets and contracts | token-holding, nft-ownership, contract-ownership |
| Content and safety | ai-content-moderation |
| Agent trust | agent-identity, agent-delegation |
This repository
Public docs, SDK (@neus/sdk), MCP registry package (@neus/mcp-server), widgets, examples, specs, and the neus-mcp editor plugin (setup).
Open standard
Wallet-signed request envelopes follow the CAIP-380 (Portable Proof) ChainAgnostic draft. Their hash, DID binding, and signature can be checked without NEUS; verifier outcomes remain part of the NEUS portable proof. See the offline fixture and NEUS docs.
Support
| Channel | Use for |
|---|---|
| Docs | Product and integration guidance |
| Changelog | Release notes and upgrade paths |
| Platform | Hosted product, API, and upgrade path |
| Discussions | Questions and implementation patterns |
| Issues | Bugs and requests |
| SECURITY.md · [email protected] | Vulnerability disclosure |
License
- SDK and tools: Apache-2.0
- Smart contracts: BUSL-1.1 to Apache-2.0 in August 2028
No comments yet
Be the first to share your take.