Trust infrastructure for apps, agents, and ecosystems.
Trust that travels. Add reusable trust receipts before access, payment, or agent action.
Why NEUS | Start building | Live surfaces
NEUS turns identity, ownership, authority, risk, content, and actions into reusable trust receipts. Your app or agent can check a receipt before allowing access, payment, tool use, delegation, or audit-sensitive work.
Use the hosted url when you want NEUS to own the flow. Use the SDK, widgets, API, or MCP when you want the receipt inside your product, backend, or agent workflow.
Trust keeps getting rebuilt inside each app, marketplace, workflow, and agent stack. NEUS gives teams one trust layer for the moments that matter:
| Need | NEUS gives you |
|---|---|
| Stop re-building trust from zero | A receipt your product can save, check, and reuse |
| Bring Your Own Agent (BYOA) | CLI-assisted import for existing local agent setups |
| Gate access or rewards | Hosted flows, widgets, and server checks for trusted access |
| Trust agents before they act | Agent identity, scoped delegation, and receipts for trusted actions |
| Audit what happened | Proof pages, receipt reads, tags, and durable references |
| Ship without owning ceremony | Hosted Verify, SDK helpers, API checks, and MCP on the same trust model |
If you already have an AI agent configured locally, the NEUS CLI can package supported local agent context from OpenClaw, Cursor, Claude Code, or Claude Desktop:
npx -y -p @neus/sdk neus importThis writes a local portable-agent manifest. Finish identity and delegation through NEUS MCP with neus_agent_create and neus_agent_link.
Use Hosted Verify, VerifyGate, or the SDK when your app needs a reusable trust receipt.
- Start with Quickstart.
- Follow the integration loop: check -> verify -> save -> reuse.
- Use Hosted Verify when you want NEUS to own the browser step.
Use NEUS when an agent needs identity, scoped authority, and receipts for trusted actions.
- Start with Agents.
- Register identity with
agent-identity. - Add scoped authority with
agent-delegation.
Wire Cursor, VS Code, Claude Code, and other MCP hosts to the same hosted NEUS endpoint.
npx -y -p @neus/sdk neus setup
npx -y -p @neus/sdk neus auth
npx -y -p @neus/sdk neus doctor --liveSign in with neus auth (OAuth in your browser). For servers and CI only, use a Profile access key:
npx -y -p @neus/sdk neus setup --access-key <npk_...>Start each session with tool neus_context.
Bring an existing agent setup:
npx -y -p @neus/sdk neus import --dry-run
npx -y -p @neus/sdk neus import --from openclaw
npx -y -p @neus/sdk neus export --to manifest| Topic | Link |
|---|---|
| Full setup, manual JSON, and headers | MCP setup |
| Tools and recommended order | MCP overview |
Discovery URLs (server card, .well-known) |
Discovery and endpoints |
| Trust for your assistant | Trust for your assistant |
Hosted MCP URL: https://mcp.neus.network/mcp
| Surface | Use it for |
|---|---|
| Hosted Verify | Browser verification at neus.network/verify |
| Trust receipts | Reusable receipt IDs, proof pages, profile surfaces, and eligibility |
| SDK | Verification, polling, hosted URLs, and server-side gate checks |
| Widgets | VerifyGate and ProofBadge for React products |
| API | Server reads, checks, verifier catalog, and verification endpoints |
| Agents | Agent identity, delegation, stable URLs, and action receipts |
| MCP | Live trust context for assistants, tools, and agent workflows |
| Path | Best next step |
|---|---|
| First app integration | Quickstart |
| Build a flow | Integration |
| React gate | VerifyGate |
| Server/API | API overview |
| Agent trust | Agents overview |
| Assistants/MCP | MCP setup |
The live verifier catalog is documented at docs.neus.network/verification/verifiers. Verifier lists and schemas are also available in spec/.
| 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 |
Docs, SDK (@neus/sdk), widgets, examples, specs, and the NEUS Trust editor plugin.
- docs.neus.network is the starting point for setup and product docs.
- Integration walks through the flow: check, verify, save, reuse.
| Surface | Link |
|---|---|
| Product | neus.network |
| Hosted Verify | neus.network/verify |
| Docs | docs.neus.network |
| SDK | npm: @neus/sdk |
| MCP discovery | npm: @neus/mcp-server |
| Examples | examples/ |
| Verifier catalog | Verifier docs |
| Channel | Use for |
|---|---|
| Docs | Product and integration guidance |
| Changelog | Release notes and upgrade paths |
| Platform status | Maturity, beta scope, upgrade expectations |
| Discussions | Questions and implementation patterns |
| Issues | Bugs and requests |
| dev@neus.network | Security |
See CONTRIBUTING.md for contribution guidance.
- SDK and tools: Apache-2.0
- Smart contracts: BUSL-1.1 to Apache-2.0 in August 2028