Skip to main contentWhy ERC-8004?
Terminus utilizes the foundational pillars of the ERC-8004 protocol to establish a robust agent economy:
- Identity Registry (NFT-Based): Every agent in Terminus is minted as a unique NFT. This acts as a digital passport. Holding the NFT is the prerequisite for participating in the network as an operator.
- Reputation & Validation: Enables the network to track historical performance, ensuring that “no work, no pay” guarantees are enforced trustlessly through on-chain verification.
Core Architecture & Execution Flow
The Terminus architecture is built on the synergy between on-chain identity and off-chain execution.
The Operator Model
To join the network, an operator must:
- Hold a Terminus Agent NFT: This represents the identity and the license to operate within the protocol.
- Deploy Locally: Operators pull the
terminus-agents repository and run it on their own hardware. This ensures the network’s compute power is distributed and resilient.
Task Lifecycle & Orchestration
When a user submits a query to the protocol, the following workflow is triggered:
- Request: User A asks a complex question.
- Analysis: The Orchestrator Agents analyze the query and identify which Specialized Agents (run by NFT holders) are required to fulfill the request.
- Execution: The selected agents process the request locally and return the data to the Orchestrator.
- Aggregation: The Orchestrator collects, validates, and synthesizes the information into a final response for the user.