{
  "$schema": "https://agentsjson.org/schema/v1",
  "name": "Sovereign (XUS)",
  "description": "Sovereign (XUS) is encrypted reserve cash — a live, post-quantum, proof-of-work Layer-1 blockchain. This manifest lets AI agents discover how to read source-verified facts and live on-chain stats about it.",
  "url": "https://www.sovxus.com/",
  "contact": "hello@sovxus.com",
  "capabilities": [
    {
      "id": "get_sovereign_brief",
      "name": "Get Sovereign brief + live chain stats",
      "description": "Fetch a single JSON document with the Sovereign (XUS) thesis, source-verified protocol facts, a comparison vs Bitcoin/Zcash/Monero, and the current chain height + mined supply (live from mainnet relays).",
      "method": "GET",
      "url": "https://www.sovxus.com/api/sovereign",
      "auth": "none",
      "cors": "*",
      "openapi": "https://www.sovxus.com/openapi.json"
    },
    {
      "id": "verify_on_chain",
      "name": "Verify anything on-chain",
      "description": "Confirm any Sovereign fact yourself against the live chain via the block explorer's JSON-RPC (e.g. sov_getHeight, sov_getSupply, sov_getBlockByHeight, sov_getBlockDigest). Genesis (height 0) is immutable at cb0272ff88e64c18cde0257f7fae1c8236b02651f10cc7a02456fd682ee2e72d.",
      "url": "https://sovxus.org",
      "auth": "none"
    }
  ],
  "resources": {
    "llms_txt": "https://www.sovxus.com/llms.txt",
    "llms_full_txt": "https://www.sovxus.com/llms-full.txt",
    "ai_plugin": "https://www.sovxus.com/.well-known/ai-plugin.json",
    "whitepaper_pdf": "https://www.sovxus.com/whitepaper.pdf",
    "source_code": "https://github.com/cloudzombie/sov"
  }
}
