{
  "ok": true,
  "label": "AATEM_STANDARD_V0.1",
  "standard": {
    "version": "0.1.0",
    "schema": "aatem-standard/v0.1",
    "published_by": "UnyKorn",
    "spec_url": "https://donkai.org/aatem/",
    "api": "https://donkai.org/api/aatem/standard",
    "definition": "AATEM (Asset-Anchored Tokenized Exposure Model) — the governance-layer standard for any asset-backed tokenized exposure. Maps tokens to real assets, legal wrappers, simulation, and market controls across UNYKORN, Donkai, and TROPTIONS.",
    "governance_api": "https://donkai.org/api/aatem/governance",
    "launch_policy_api": "https://donkai.org/api/aatem/policy",
    "authority": {
      "organization": "UnyKorn",
      "domain": "unykorn.org",
      "role": "Sovereign infrastructure — legal/commercial wrapper, AATEM program authority, registry orchestration."
    },
    "ecosystem_roles": {
      "unykorn": "Sovereign infrastructure — legal wrapper, JV, registry, docs, health, orchestration",
      "aatem": "Canonical standard — six mandatory blocks; universal asset abstraction",
      "donkai": "Simulation and lifecycle engine — twins, scenarios, living object monitoring",
      "troptions_os": "Market rails — verify, launch, list, trade, redeem controls"
    },
    "six_mandatory_blocks": {
      "asset_anchor": {
        "id": "asset_anchor",
        "label": "Asset anchor",
        "description": "The underlying thing: MTN ISIN, mineral rights, resort access, receivable, energy asset.",
        "required_fields": [
          "type",
          "summary"
        ]
      },
      "legal_wrapper": {
        "id": "legal_wrapper",
        "label": "Legal wrapper",
        "description": "Entity, contract, JV, profit-sharing agreement, or ownership structure.",
        "required_fields": [
          "legal_owner",
          "legal_wrapper_id"
        ]
      },
      "token_model": {
        "id": "token_model",
        "label": "Token model",
        "description": "Chain, standard, supply logic, mint/burn/redemption rules.",
        "required_fields": [
          "chain",
          "token_standard"
        ]
      },
      "rights_model": {
        "id": "rights_model",
        "label": "Rights model",
        "description": "Yield, usage, access, repayment, collateral, governance, waterfall.",
        "required_fields": [
          "holder_rights"
        ]
      },
      "simulation_model": {
        "id": "simulation_model",
        "label": "Simulation model",
        "description": "States, scenarios, triggers, stress tests, failure conditions.",
        "required_fields": [
          "lifecycle",
          "simulation_ref"
        ]
      },
      "market_controls": {
        "id": "market_controls",
        "label": "Market controls",
        "description": "Verification, launch proof, listing rules, counterparty rules, compliance gates.",
        "required_fields": [
          "listing_rules",
          "verification_required"
        ]
      }
    },
    "lifecycle_states": [
      "draft",
      "legal_bound",
      "registered",
      "simulated",
      "verified",
      "listed",
      "active",
      "redeeming",
      "archived"
    ],
    "completeness_rule": "If any of the six mandatory blocks is missing, it is not an AATEM in this system.",
    "asset_class_profiles": {
      "financial_paper": [
        "mtn_wrapper",
        "sblc",
        "trade_program",
        "receivable"
      ],
      "real_assets": [
        "minerals",
        "energy",
        "land",
        "real_estate"
      ],
      "usage_rights": [
        "nft",
        "resort_access",
        "media_rights"
      ],
      "hybrid_instruments": [
        "aatem",
        "jv_token",
        "loan_exposure",
        "yield_basket"
      ]
    },
    "registry_fields": [
      "aatem_id",
      "asset_class",
      "legal_wrapper_id",
      "chain_status",
      "simulation_status",
      "market_status",
      "web3_status",
      "blocks_complete"
    ],
    "updated_at": "2026-06-07T20:00:00Z"
  },
  "publisher": "UnyKorn",
  "public_spec": "https://donkai.org/aatem/",
  "enforcement": "https://donkai.org/web3/enforcement/"
}