{
  "ok": true,
  "schema": "lvl-credentials-discovery-v1",
  "issuer": "https://lvlltd.com",
  "endpoints": {
    "issue": "GET /api/credentials/buyer?wallet=0x…",
    "issue_alt": "GET /api/credentials?wallet=0x…",
    "issue_detail": "GET /api/credentials/buyer?wallet=0x…&detail=skills",
    "verify": "GET /api/credentials/verify?token=…",
    "verify_alt": "GET /api/credentials?token=…",
    "verify_post": "POST /api/credentials/verify"
  },
  "honesty": {
    "ledger": "confirmed_only",
    "zero_unlocks": "valid — does not invent commerce",
    "skills_default": "omitted unless detail=skills (privacy)"
  },
  "related": {
    "agent_identity": "https://lvlltd.com/api/agent-identity?address=0x…",
    "proof": "https://lvlltd.com/api/proof",
    "status_history": "https://lvlltd.com/api/status-history",
    "trust_payments": "https://lvlltd.com/trust/payments/"
  }
}