{
  "ok": true,
  "label": "AATEM_LAUNCH_POLICY",
  "policy": {
    "version": "0.1.0",
    "schema": "aatem-launch-policy/v0.1",
    "publisher": "UnyKorn",
    "policy_url": "https://donkai.org/api/aatem/policy",
    "hard_rules": [
      "No token launch without an aatem_id",
      "No TROPTIONS listing without verified AATEM metadata and proof packet",
      "No public portfolio exposure without registry linkage and health status",
      "No partner deal without legal wrapper tied to UnyKorn or approved counterpart",
      "No asset remains static — every AATEM monitored as a living Donkai object"
    ],
    "lifecycle_phases": {
      "create": {
        "owner": "unykorn",
        "requires": [
          "asset_anchor",
          "legal_wrapper",
          "aatem_id assigned"
        ],
        "blocks_without": [
          "token_model",
          "market_controls"
        ]
      },
      "verify": {
        "owner": "unykorn",
        "requires": [
          "canonical registry row",
          "doc intelligence binding",
          "on_chain coordinates or STUB with repair plan"
        ],
        "api": "https://donkai.org/api/web3/compliance"
      },
      "simulate": {
        "owner": "donkai",
        "requires": [
          "simulation_model",
          "reference scenario defined",
          "twin or registry_binding"
        ],
        "api": "https://donkai.org/simulation/"
      },
      "list": {
        "owner": "troptions_os",
        "requires": [
          "market_controls",
          "verification packet",
          "six blocks complete or web3_partial with repair queue"
        ],
        "url": "https://troptions.unykorn.org"
      },
      "trade": {
        "owner": "troptions_os",
        "requires": [
          "market_status=active",
          "kyc_tier enforced",
          "counterparty rules"
        ]
      },
      "redeem": {
        "owner": "aatem_program",
        "requires": [
          "rights_model.redemption_paths",
          "legal_wrapper active",
          "agent circuit wired"
        ]
      },
      "archive": {
        "owner": "donkai",
        "requires": [
          "lifecycle terminal state",
          "repair board cleared or waived by L5"
        ]
      }
    },
    "enforcement_endpoints": {
      "aatem_validate": "GET /api/aatem/{id}/validate",
      "web3_compliance": "GET /api/aatem/{id}/validate",
      "web3_gaps": "GET /api/web3/gaps",
      "mint_gate": "POST /api/web3/deeds/mint — WEB3_COMPLIANCE_FAIL without aatem"
    },
    "asset_class_pipeline": [
      "financial_paper",
      "real_assets",
      "usage_rights",
      "hybrid_instruments"
    ],
    "updated_at": "2026-06-07T20:00:00Z"
  },
  "public_spec": "https://donkai.org/aatem/"
}