Agentic Identity
What Is Agentic Identity?
In an ecosystem where autonomous systems act as economic participants, identity is no longer restricted to humans. Agentic Identity is a framework that provides an AI agent with its own unique, verifiable presence on a blockchain. Unlike traditional accounts that are often tied to centralized databases or email addresses, an agentic identity uses decentralized identifiers (DIDs). This allows the agent to function as a sovereign entity in the digital world.
This identity serves as a digital passport for the agent. It enables the machine to hold Verifiable Credentials, which are cryptographically signed statements about its capabilities, past performance, or compliance status. By possessing a distinct identity, an agent can build a track record of its actions, allowing other users or agents to determine its trustworthiness before engaging in a transaction.
How Agentic Identity Works
Every agentic identity is anchored to a DID document stored on a decentralized registry. This document contains the agent’s public keys and service endpoints, allowing others to verify its signatures without a central intermediary.
When an agent performs a task such as executing a swap or providing a data report, it signs that action with its unique identifier. This creates an immutable audit trail. What’s more, the agent can move between different platforms and networks while maintaining its historical data and reputation. This is essential for the machine-to-machine economy, where trust must be established programmatically at high speeds.
Crucially, an agentic identity is tethered to a human or organizational owner. This link is established through a parent-child relationship between the agent’s DID and the owner’s primary identity. This ensures that while the agent has the agency to act, it remains legally and ethically accountable to its human creator.
ERC-8004: Agentic Identity Infrastructure
ERC-8004 is a protocol enabling Agentic Identity through three on-chain registries:
- An Identity Registry that stores a permanent ERC-721 token that links the agent’s unique identity to its human controller and defines its authorized capabilities and protocols.
- A Reputation Registry serving as a decentralized credit score by recording portable, cryptographically signed feedback to prevent an agent from simply resetting its identity to hide poor performance.
- A Validation Registry providing proof of execution for high-stakes operations, using zero-knowledge Proofs or trusted execution environments (TEEs) to confirm that the agent’s reasoning was processed correctly by its host.