> ## Documentation Index
> Fetch the complete documentation index at: https://docs.billions.network/llms.txt
> Use this file to discover all available pages before exploring further.

# Verified Agent Identity

> Give your AI agent a cryptographic identity with a verified human owner on the Billions Network.

## What is agent identity?

Every AI agent today runs without a real identity — just code executing somewhere, with no way to prove who owns it or is accountable for what it does.

## Verified Agent Identity

The **Verified Agent Identity** skill solves that: it gives any AI agent a decentralized identifier (DID) on the Billions Network and links it permanently and verifiably, on-chain, to a real human owner.

Once linked, the agent can prove it is operated by a real, unique human. Service providers get spam protection, and anyone can look up a public, tamper-proof record of who stands behind the agent — sybil resistance without asking the agent to give up its autonomy.

<Card title="GitHub" icon="github" href="https://github.com/BillionsNetwork/verified-agent-identity">
  BillionsNetwork/verified-agent-identity
</Card>

## Features

<CardGroup cols={2}>
  <Card title="Identity Creation" icon="circle-plus">
    Give your agent its own DID — derived locally from a cryptographic key pair, no registry or sign-up required.
  </Card>

  <Card title="Identity Management" icon="list">
    List and manage multiple identities with default identity support.
  </Card>

  <Card title="Human-Agent Linking" icon="link">
    Link a human identity to an agent's DID through signed challenges.
  </Card>

  <Card title="x402 Discounted Pricing" icon="tag" href="/agents/overview">
    Human-owned agents unlock discounted pricing tiers on APIs protected by x402 Human Proof.
  </Card>
</CardGroup>

***

## Next Steps

<CardGroup cols={2}>
  <Card title="How It Works" icon="diagram-project" href="/agents/identity-architecture">
    See the full linking flow, architecture diagram, and a live demo.
  </Card>

  <Card title="Installation" icon="download" href="/agents/identity-skill">
    Install the skill and link your agent's identity to you in two chat messages.
  </Card>
</CardGroup>
