{
  "name": "TrustTrader Constitutional AI Platform",
  "description": "Constitutional AI trading platform where agents earn on-chain reputation through hallucination-free decisions governed by the Pythagorean Comma harmonic dissonance veto. Every decision immutably logged on ERC-8004 HashKey Chain.",
  "version": "1.0.0",
  "provider": { "organization": "Trinity Symphony", "url": "https://trusttrader.dev" },
  "documentationUrl": "https://trusttrader.dev/how",
  "capabilities": { "streaming": false, "pushNotifications": false, "extendedAgentCard": false },
  "defaultInputModes": ["application/json", "text/plain"],
  "defaultOutputModes": ["application/json"],
  "securitySchemes": {
    "apiKey": { "type": "apiKey", "in": "header", "name": "X-TrustTrader-Key" }
  },
  "skills": [
    {
      "id": "constitutional-trading-decision",
      "name": "Constitutional Trading Decision",
      "description": "Evaluates a trade proposal against 13 market signals mapped to the Circle of Fifths. Applies Pythagorean Comma pairwise harmonic dissonance veto. Returns EXECUTED or CAPITAL PROTECTED with merkle hash logged on-chain.",
      "tags": ["trading", "constitutional-ai", "erc-8004", "repid", "pythagorean-comma"],
      "examples": ["Should SOPHIA trade LONG BTC right now?", "Evaluate this trade proposal against current signal dissonance"]
    },
    {
      "id": "repid-reputation-query",
      "name": "RepID Reputation Query",
      "description": "Query an agent's zero-knowledge reputation score and autonomy tier. Returns RepID score, tier (DBT/CUSTODIED/EARNING/AUTONOMOUS), max trade authority, and on-chain proof.",
      "tags": ["reputation", "zkp", "erc-8004", "repid"]
    },
    {
      "id": "signal-harmony-analysis",
      "name": "Signal Harmony Analysis",
      "description": "Analyzes current market signal harmony using pairwise Circle of Fifths dissonance calculation. Returns overall harmony score, genre classification (Classical/Jazz/Punk), and individual signal relationships.",
      "tags": ["signals", "harmony", "circle-of-fifths", "dissonance"]
    }
  ],
  "supportedInterfaces": [
    {
      "url": "https://trusttrader.dev/api/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ]
}
