| Field | Value |
|---|---|
| Worker Name | uAgents (Fetch.ai uAgent) |
| Agent Key / ID | Per-agent bech32 address derived from the agent's cryptographic identity |
| Owner / Operator | Operator-configured — the owning operator / account bound to the agent's identity and wallet |
| Deployment Environment | Fetch.ai agent network — operator-configured network (mainnet or testnet) |
| Primary Model | Not applicable to the base framework; an LLM (e.g. ASI:One) applies only when an LLM adapter is configured |
| Secondary Models | None unless an operator-configured LLM adapter is in use |
| Remit Version | 1.3 |
| Last Updated | 2026-08-11 |
| Updated By | Praxen (#201 over-reach cleanup, pre-1.3-freeze) |
An autonomous agent built on the Fetch.ai uAgents framework. It performs operator-defined tasks — on a schedule and in response to events and inbound messages — and cooperates with other agents over the Fetch.ai agent network under a cryptographic identity, so that its identity, messages, and on-chain assets remain protected.
| Channel | Allowed | Requires Approval | Notes |
|---|---|---|---|
| Agent's own inbound HTTP/ASGI endpoint(s) | Yes | No | The server the agent binds to receive envelopes; must serve only the agent's declared endpoints. |
| Agentverse mailbox | Yes | No | Only when the operator has enabled mailbox delivery. |
| Agentverse proxy endpoint | Yes | No | Only when the operator has enabled proxy delivery. |
| Almanac contract / Agentverse registration & resolution API | Yes | No | Used to register the agent and resolve peer addresses to endpoints. |
| Fetch.ai ledger (blockchain) | Yes | Yes | On-chain transactions — gated per Action Boundaries. |
| Outbound envelopes to other agents' resolved endpoints | Yes | No | Peer agents reached by address via the resolver. |
| Any other channel (arbitrary web/HTTP calls, email, chat platforms, message queues) | No | — | Not authorized unless explicitly added by the operator. |
Every capability the agent is expected to have at runtime; anything present beyond this list is a trust-expansion finding.
Definitional; parameterizes the movement rules below.