Skip to main content

Agents Overview

NEUS provides verifiable agent identity and delegation for AI and automation systems.

Documentation

Why Verifiable Agents?

ProblemSolution
”Which AI is acting?”agent-identity proof binds agent to controller
”What can it do?”agent-delegation proof defines scoped permissions
”Did it act correctly?”On-chain anchors provide audit trail

Key Concepts

TermDefinition
ControllerThe wallet that owns/controls the agent
Agent WalletThe wallet the agent uses for operations
ScopeWhat the agent is permitted to do
Delegation ProofCryptographic proof of granted permissions

Integration Path

1

Register Agent Identity

Create an agent-identity proof binding the agent wallet to the controller wallet.
2

Define Delegation Scope

Create an agent-delegation proof specifying permitted operations and constraints.
3

Verify On-Chain

Use the delegation proof to gate access to sensitive operations.
4

Integrate with MCP

Connect your agent to the NEUS MCP server for trust-aware tool calling.