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

# AgentLedger: Trust Infrastructure for the Agent Web

> AgentLedger is trust infrastructure for AI agents — manifest registry, blockchain-anchored trust ledger, and tamper-proof audit chain for autonomous commerce.

AgentLedger is the missing trust infrastructure for autonomous AI agents. Over 104,000 AI agents are now registered across 15+ incompatible registries — yet no standard exists for an agent to verify whether a service is safe to call. AgentLedger fills that gap with three integrated components: a universal Manifest Registry for service discovery, a blockchain-anchored Trust Ledger for immutable attestation, and an Audit Chain for liability-grade action logs.

<CardGroup cols={2}>
  <Card title="Introduction" icon="rocket" href="/introduction">
    Understand what AgentLedger does and why trust infrastructure is the critical missing layer in the agent web.
  </Card>

  <Card title="The Problem" icon="triangle-exclamation" href="/problem">
    Explore the discovery gap, trust vacuum, and fragmentation crisis driving the need for AgentLedger.
  </Card>

  <Card title="Architecture Overview" icon="diagram-project" href="/architecture/overview">
    See how the three components — Manifest Registry, Trust Ledger, and Audit Chain — work together.
  </Card>

  <Card title="Manifest Registry" icon="database" href="/architecture/manifest-registry">
    Learn how services register capabilities and how agents discover and query them.
  </Card>

  <Card title="Trust Ledger" icon="shield-check" href="/architecture/trust-ledger">
    Understand blockchain-anchored attestations and how trust scores are computed.
  </Card>

  <Card title="Audit Chain" icon="link" href="/architecture/audit-chain">
    See how every agent action is logged in a tamper-proof, liability-grade chain of custody.
  </Card>
</CardGroup>

## The Three Components

AgentLedger addresses the trust and discovery gaps in today's agent protocol stack through three integrated components:

<Steps>
  <Step title="Manifest Registry">
    Services publish a structured manifest at `/.well-known/agent-manifest.json` declaring their capabilities, pricing, data requirements, and SLAs. Agents query the registry by capability ontology tag, natural language, or ambient discovery to find verified services before interacting with them.
  </Step>

  <Step title="Trust Ledger">
    Attestation events, revocation records, and version history are anchored on-chain — making trust claims independently verifiable by any agent without relying on AgentLedger directly. No single party, including AgentLedger, can retroactively alter a service's trust history.
  </Step>

  <Step title="Audit Chain">
    Every consequential agent action — bookings, payments, record access — is captured in a PII-stripped, cryptographically linked audit record. This enables dispute resolution, liability attribution, and EU AI Act compliance without exposing sensitive user context.
  </Step>
</Steps>

## Reference

<CardGroup cols={3}>
  <Card title="Capability Ontology" icon="sitemap" href="/ontology">
    The shared vocabulary — 5 root domains, 65 capability tags — through which services declare what they do.
  </Card>

  <Card title="Threat Model" icon="bug" href="/threat-model">
    Six primary attack vectors against the trust layer and the mitigations built into each component.
  </Card>

  <Card title="Roadmap" icon="map" href="/roadmap">
    The four-phase path from open standard to infrastructure status.
  </Card>
</CardGroup>
