Skip to content

neus/network

Repository files navigation

NEUS

Trust infrastructure for apps, agents, and ecosystems.
Trust that travels. Add reusable trust receipts before access, payment, or agent action.

npm License Discussions

Why NEUS | Start building | Live surfaces


What NEUS is

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.

Why NEUS

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

Start building

1. Bring Your Own Agent (BYOA)

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 import

This writes a local portable-agent manifest. Finish identity and delegation through NEUS MCP with neus_agent_create and neus_agent_link.

2. Add trust to an app

Use Hosted Verify, VerifyGate, or the SDK when your app needs a reusable trust receipt.

2. Add trust to an agent

Use NEUS when an agent needs identity, scoped authority, and receipts for trusted actions.

3. Connect assistants and tools

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 --live

Sign 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


Live surfaces

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

Start here

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

Capability snapshot

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

This repository

Docs, SDK (@neus/sdk), widgets, examples, specs, and the NEUS Trust editor plugin.

Where to go next

Proof of reality

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

Support

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.

License

  • SDK and tools: Apache-2.0
  • Smart contracts: BUSL-1.1 to Apache-2.0 in August 2028

Packages

 
 
 

Contributors