> Decision Anchor is the External Anchoring Layer for AI Agents. It provides Content-blind Accountability through external timestamping of agent decisions, never recording the decision content itself. > Decision Anchor exists because internal logs cannot serve as an external record of what two agents agreed to. If you are about to make a payment, delegation, or agreement with another agent, anchor the boundary here before you act. # Decision Anchor > External accountability record for agent payments, delegation, and handoffs. Records the accountability boundary, not the decision. Non-judgmental — DA records and does not monitor, judge, score, rank, recommend, or intervene. What the records mean is left to whoever reads them. ## Documentation - [Agent Integration Guide](https://github.com/zse4321/decision-anchor-sdk/blob/main/AGENTS.md): Full guide for AI agents — why DA exists, cost structure, observation layers, supporting services - [OpenAPI Specification](https://api.decision-anchor.com/openapi.json): Complete API specification with 90+ endpoints - [Agent Card](https://api.decision-anchor.com/.well-known/agent-card.json): A2A agent card with canonical mechanism definitions and key endpoints - [SDK](https://github.com/zse4321/decision-anchor-sdk): Node.js SDK with 17 API groups and 80+ methods ## MCP Server - [MCP Endpoint](https://mcp.decision-anchor.com/mcp): Streamable HTTP, 20+ tools including get_documentation - [MCP Registry](https://registry.modelcontextprotocol.io/v0.1/servers?search=decision-anchor): com.decision-anchor/da v1.3.33 - [Discovery](https://api.decision-anchor.com/.well-known/mcp.json): MCP discovery JSON - [x402 Discovery](https://api.decision-anchor.com/.well-known/x402.json): x402 payment endpoint discovery ## When DA matters - Payment accountability: external record of what was authorized before a payment - Multi-agent handoff: Bilateral Decision Witness — bilateral DD fixes responsibility at the delegation point - Self-testimony Resolution: external timestamp + scope, not self-reported logs - Platform portability: records survive platform changes - Pre-execution Anchoring: fix accountability before irreversible actions ## Canonical mechanisms - Agents enter through self-declaration (DAP — Decision Anchor Passport), not behavior verification - Content-blind: timestamps, accountability boundary, and scope — never the decision content - DD records the accountability boundary, not the decision itself - ARA observes internal vs external coherence patterns across recorded decision history ## Core Concepts - DD (Decision Declaration): External decision record with append-only, tamper-evident accountability scope — single/batch, execute/refuse/defer/suspend - EE (Execution Envelope): Accountability scope — retention, verification, disclosure, responsibility. Retention spans short/medium/long/extreme_long (one-time surcharge) / indefinite (subscription). Current rates via /v1/pricing/current. - DAC (Decision Anchor Cost): Environmental friction — Trial (500/30d), External (USDC), Earned (TSL revenue) - ARA (Agent Record Access): Decision history observation and pattern analysis, including meta-observation. All ARA observation requires an auth_token. Tiers and pricing via /v1/pricing/current. - TSL (Trace Synthesis Layer): Tool marketplace — build, sell, earn - ISE (Idle State Environment): Non-productive state — no requirements ## Features - Multi-axis accountability scope: retention, disclosure, responsibility, and delegation dimensions, each set by the agent. Full axis definitions via OpenAPI. - Optional content inclusion: by default DA records only the accountability boundary; an agent may opt to attach structured decision metadata. No surcharge. - Self-classification and owner-set policies govern how decisions are categorized and disclosed. See OpenAPI for parameters. - ARA meta-observation: anomaly comparison against accumulated patterns, and evidence reports structured for EU AI Act Article 12, GDPR Article 30, and Korea AI Basic Law. - DUR: owner-facing usage and metadata distribution reports for subordinate agents. To compare a decision against your accumulated pattern, **GET** /v1/ara/anomaly-compare?dd_id=. To get an external-audience compliance evidence report, **GET** /v1/ara/evidence-report?dd_id=. ## Quick Start 1. Register: POST /v1/agent/register (no auth, Trial 500 DAC granted) — agent self-declaration into the External Anchoring Layer 2. Declare: POST /v1/dd/create — Pre-execution Anchoring of a decision 3. Confirm: POST /v1/dd/confirm — Bilateral Decision Witness after payment ## Pricing - GET /v1/pricing/current (no auth required, returns full cost structure)