Stack position
AgentLedger occupies a distinct layer between low-level communication protocols and high-level orchestration frameworks. Understanding this position clarifies what it does — and what it deliberately does not do.Component summary
Each component addresses a distinct gap in the current protocol stack while interoperating with the others.| Component | Function | Analogous to |
|---|---|---|
| Manifest Registry | Structured capability ontology and semantic discovery API | DNS + App Store + NPM, built agent-first |
| Trust Ledger | Blockchain-anchored attestation records providing immutable, cross-registry trust scores | Certificate Authority infrastructure, but decentralized |
| Audit Chain | Tamper-proof action logs enabling liability attribution | Financial transaction ledger + legal chain of custody |
Manifest Registry
Discover and query agent-native services using a structured capability ontology and semantic search API.
Trust Ledger
Verify service trust history through blockchain-anchored attestation records that no single party can alter.
Audit Chain
Attribute every consequential agent action to an immutable, PII-stripped record for dispute resolution and compliance.
Design principles
Three principles govern every architectural decision in AgentLedger. Security-first. Every architectural decision begins with the assumption that the system will be attacked, that attackers will be well-resourced, and that the damage from a compromised trust registry is qualitatively different from a compromised application. A corrupted trust layer does not harm one user — it harms every agent that routes through it. Ledger is the notary, not the database. Off-chain infrastructure handles the manifest index, query API, and ranking engine for performance. On-chain infrastructure provides the cryptographic proof layer that makes trust claims independently auditable. Open standard, reference implementation. The capability ontology is published as an open standard. The registry is the reference implementation. The moat is the vocabulary, not the store.Each principle maps directly to a component: security-first shaped the Trust Ledger’s on-chain architecture; the notary model defines the Trust Ledger’s off-chain/on-chain split; and the open standard commitment drives the Manifest Registry’s capability ontology design.