{
  "$schema": "https://finance.entelekron.org/schemas/entelemint-orchestration-control-profile.schema.json",
  "schemaVersion": "1.0.0",
  "controlPlaneId": "tvk-group:entelekron-financial-infrastructure",
  "canonicalAssetId": "tvk-group:tvkusd",
  "profileId": "entelemint-tvkusd-prelaunch-orchestration-v1",
  "status": "prelaunch-locked",
  "effectiveAt": "2026-08-14T00:00:00Z",
  "acceptedEnvironments": [],
  "productionRequestEndpoint": null,
  "productionQueueEndpoint": null,
  "activeOrderCount": 0,
  "stateMachine": {
    "currentOperationalState": "disabled",
    "definedStates": [
      "received",
      "validated",
      "reserve-finality-confirmed",
      "entitlement-confirmed",
      "independently-approved",
      "submitted",
      "chain-finalized",
      "reconciled",
      "rejected",
      "expired",
      "suspended",
      "manual-review"
    ],
    "terminalSuccessState": "reconciled",
    "exceptionStates": ["rejected", "expired", "suspended", "manual-review"]
  },
  "requiredBindings": [
    "request-id",
    "canonical-asset-id",
    "environment",
    "action",
    "amount",
    "beneficiary",
    "legal-entity",
    "jurisdiction-entitlement",
    "identity-and-screening-decision",
    "reserve-finality-reference",
    "reserve-account-entitlement",
    "ledger-order-id",
    "policy-bundle-digest",
    "network-id",
    "canonical-contract",
    "transaction-intent-digest",
    "nonce",
    "created-at",
    "expires-at"
  ],
  "sequencing": {
    "reserveFinalityBeforeApproval": true,
    "entitlementBeforeApproval": true,
    "canonicalContractBeforeSigning": true,
    "readableIntentBeforeSigning": true,
    "chainFinalityBeforeReconciliation": true,
    "reconciliationBeforeSuccess": true,
    "blindOrArbitraryCalldataPermitted": false
  },
  "replayProtection": {
    "required": true,
    "serverGeneratedRequestId": true,
    "singleUseNonce": true,
    "idempotencyKeyRequired": true,
    "maximumAuthorizationLifetimeSeconds": 300
  },
  "compensation": {
    "automaticCompensatingMintPermitted": false,
    "automaticCompensatingBurnPermitted": false,
    "exceptionRequiresManualReview": true,
    "correctionRequiresLinkedJournalEntry": true,
    "silentLedgerRewritePermitted": false
  },
  "authority": {
    "aiCanCreateProductionEntitlement": false,
    "aiCanApprove": false,
    "aiCanSign": false,
    "aiCanMoveValue": false,
    "singleOperatorCanCompleteOrder": false,
    "softwareChangeAloneCanUnlock": false
  },
  "notice": "EnteleMINT is a locked orchestration specification. It exposes no minting service, signing key, contract authority or value-moving endpoint."
}
