Agents Overview
NEUS provides verifiable agent identity and delegation for AI and automation systems.Documentation
Agent Identity
Register and verify AI agent identities with cryptographic proofs.
Agent Delegation
Delegate permissions to agents for scoped operations.
Verification Flow
Understand how identity, delegation, and MCP fit together.
Verifiable Agents Guide
End-to-end integration pattern for agent identity plus delegation.
Why Verifiable Agents?
| Problem | Solution |
|---|---|
| ”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
| Term | Definition |
|---|---|
| Controller | The wallet that owns/controls the agent |
| Agent Wallet | The wallet the agent uses for operations |
| Scope | What the agent is permitted to do |
| Delegation Proof | Cryptographic proof of granted permissions |
Integration Path
Register Agent Identity
Create an
agent-identity proof binding the agent wallet to the controller wallet.Define Delegation Scope
Create an
agent-delegation proof specifying permitted operations and constraints.