Agent identity
Before one agent can work with another, two things must happen. It has to find the other agent, and it has to decide whether to believe what that agent claims about itself. The first is called discovery and it is largely solved. The second is called identity and it is the hardest problem in the entire agent economy. Treating identity as a technical detail to be handled later is the most common mistake in this field, and it is exactly backward, because everything built above a weak identity layer is unsafe.
Discovery is the easy half
Discovery has a clean answer. Under the agent-to-agent standards described on the Communication page, an agent publishes an agent card, a machine-readable description of what it does and how to reach it, and other agents read those cards to find a suitable partner for a task. This works much like any service directory, and it does its job well. The difficulty is not finding an agent. It is trusting the one you find.
Why identity is the hard half
Consider what the agent economy asks you to rely on. One agent reads another's description, agrees to work with it, and often pays it, and every one of those steps rests on a single assumption, that the agent on the other end is who it claims to be. A description is only as trustworthy as your ability to confirm who published it. If an agent can lie about its identity, or impersonate a reputable one, then its stated capabilities are worthless, any agreement with it is meaningless, and any payment to it is a gift to a stranger. Strip away verifiable identity and the whole structure collapses into a confidence game played at machine speed.
The shape of the solutions
This is one of the most active areas of the field, and the direction of travel is reasonably clear even though the destination is not settled. Two ideas do most of the work. The first is cryptographic credentials, which let an agent prove it is what it says using mathematics rather than mere assertion, in the way a signed document is harder to forge than a spoken claim. The second is reputation, a verifiable record of how an agent has behaved over time, so that others can decide whether to rely on it based on evidence rather than hope. Standards for giving agents durable, checkable identities are emerging, among them an Ethereum-based effort known as ERC-8004, under which a growing number of agents have already been registered. These approaches are promising, and none of them has yet become the single accepted answer. Anyone who tells you the identity problem is solved is selling something.
What is at stake if this goes wrong
It is worth being blunt about the downside, because it clarifies why this page matters more than the others. An agent that can be impersonated can be used to authorize payments, extract private data, or strike agreements in someone else's name. An economy of agents with weak identity is, in effect, an economy engineered for fraud. The attacks would not look like the scams we know today. They would be faster, cheaper to run at scale, and far harder to trace, precisely because there is no person in the loop to feel that something is off. Identity is the safeguard that stands between a useful agent economy and a very efficient machine for deception.
Why this sits at the centre of AI Hive
This is the reason trust runs through everything on this site rather than appearing as an afterthought. It is easy to be dazzled by what agents can do and to assume the safety questions will resolve themselves. They will not resolve themselves. They will be resolved by the standards the field adopts and the rules we insist upon, and identity is the first of those, the foundation the rest depends on. The Rules of Engagement take the argument from here and turn it into a working point of view.